index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...
James Clark
1
-36
/
+50
2023-07-05
perf test: Fix event parsing test on Arm
James Clark
1
-1
/
+13
2023-07-01
perf test: Test perf lock contention CSV output
Namhyung Kim
1
-0
/
+36
2023-06-29
perf expr: Add has_event function
Ian Rogers
1
-0
/
+4
2023-06-27
perf test: Fix a compile error on pe-file-parsing.c
Namhyung Kim
1
-1
/
+2
2023-06-23
perf symbol: Remove now unused symbol_conf.sort_by_name
Ian Rogers
1
-1
/
+0
2023-06-23
perf test: Add build tests for BUILD_BPF_SKEL
Ian Rogers
1
-0
/
+4
2023-06-23
perf test: Skip metrics w/o event name in stat STD output linter
Namhyung Kim
1
-8
/
+8
2023-06-23
perf test: Reorder event name checks in stat STD output linter
Namhyung Kim
2
-3
/
+3
2023-06-22
perf test: Set PERF_EXEC_PATH for script execution
Namhyung Kim
1
-0
/
+6
2023-06-22
perf tests: Fix test_arm_callgraph_fp variable expansion
James Clark
1
-3
/
+4
2023-06-22
perf test: Remove x permission from lib/stat_output.sh
Namhyung Kim
1
-0
/
+0
2023-06-21
perf test: Rerun failed metrics with longer workload
Weilin Wang
1
-46
/
+83
2023-06-21
perf test: Add skip list for metrics known would fail
Weilin Wang
2
-4
/
+38
2023-06-21
perf test: Add metric value validation test
Weilin Wang
3
-0
/
+931
2023-06-16
perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescen...
Tiezhu Yang
1
-2
/
+2
2023-06-16
perf test: Add test case for the standard 'perf stat' output
Kan Liang
1
-0
/
+108
2023-06-16
perf test: Move all the check functions of stat CSV output to lib
Kan Liang
2
-173
/
+184
2023-06-15
pert tests: Update metric-value for perf stat JSON output
Kan Liang
1
-3
/
+3
2023-06-13
pert tests: Support metricgroup perf stat JSON output
Kan Liang
1
-0
/
+3
2023-06-13
perf tests task_analyzer: Skip tests if no libtraceevent support
Aditya Gupta
1
-0
/
+18
2023-06-13
perf tests task_analyzer: Print command that failed instead of just "perf"
Aditya Gupta
1
-12
/
+12
2023-06-13
perf tests task_analyzer: Fix bad substitution ${$1}
Aditya Gupta
1
-1
/
+1
2023-06-13
perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheck
Spoorthy S
1
-2
/
+2
2023-06-13
perf tests test_brstack.sh: Fix all POSIX sh warnings
Geetika
1
-6
/
+6
2023-06-13
perf tests shell: Fixed shellcheck warnings
Samir Mulani
3
-11
/
+11
2023-06-13
perf tests lock_contention: Fix shellscript errors
Abhirup Deb
1
-35
/
+35
2023-06-13
perf tests test_arm_spe: Address shellcheck warnings about signal name case
Abhirup Deb
1
-1
/
+1
2023-06-13
perf tests test_task_analyzer: Fix shellcheck issues
Aboorva Devarajan
1
-27
/
+27
2023-06-13
perf tests stat_all_metrics: Fix shellcheck warning SC2076
Barnali Guha Thakurata
1
-3
/
+3
2023-06-13
perf tests test_arm_coresight: Shellcheck fixes
Anushree Mathur
1
-3
/
+3
2023-06-13
perf tests stat+csv_output: Fix shellcheck warnings
Korrapati Likhitha
1
-2
/
+2
2023-06-13
perf tests daemon: Address shellcheck warnings
Shirisha G
1
-38
/
+75
2023-06-13
perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...
Spoorthy S
1
-3
/
+3
2023-06-13
perf tests stat+json_output: Address shellcheck warnings
Disha Goel
1
-1
/
+1
2023-06-13
perf tests: Make x86 new instructions test optional at build time
Adrian Hunter
1
-0
/
+1
2023-06-12
perf machine: Make delete_threads part of machine__exit
Ian Rogers
4
-4
/
+0
2023-06-12
perf thread: Add reference count checking
Ian Rogers
1
-1
/
+1
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
6
-22
/
+41
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
1
-1
/
+1
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
6
-12
/
+13
2023-06-12
perf test: Add test of libpfm4 events
Ian Rogers
1
-0
/
+51
2023-06-12
perf parse: Allow config terms with breakpoints
Adrian Hunter
1
-0
/
+157
2023-06-05
perf expr: Make the evaluation of & and | logical and lazy
Ian Rogers
1
-0
/
+40
2023-06-01
perf test: Update parse-events expectations to test for multiple events
Ian Rogers
1
-518
/
+590
2023-05-28
perf test pmu: Avoid 2 static path arrays
Ian Rogers
1
-8
/
+9
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
4
-29
/
+13
2023-05-27
perf pmus: Allow just core PMU scanning
Ian Rogers
1
-4
/
+1
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
7
-14
/
+15
2023-05-27
perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
Ian Rogers
2
-12
/
+6
[next]