index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Add a place to put kernel config fragments for test runs
James Clark
2023-07-28
3
-0
/
+19
*
perf parse-events: Populate error column for BPF/tracepoint events
Ian Rogers
2023-07-28
1
-1
/
+1
*
perf test: Avoid weak symbol for arch_tests
Ian Rogers
2023-07-24
1
-1
/
+10
*
perf stat: Avoid uninitialized use of perf_stat_config
Ian Rogers
2023-07-24
1
-1
/
+1
*
perf test task_exit: No need for a cycles event to check if we get an PERF_RE...
Arnaldo Carvalho de Melo
2023-07-17
1
-2
/
+2
*
perf probe: Add test for regression introduced by switch to die_get_decl_file()
Georg Müller
2023-07-11
1
-0
/
+77
*
perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...
James Clark
2023-07-05
1
-36
/
+50
*
perf test: Fix event parsing test on Arm
James Clark
2023-07-05
1
-1
/
+13
*
perf test: Test perf lock contention CSV output
Namhyung Kim
2023-07-01
1
-0
/
+36
*
perf expr: Add has_event function
Ian Rogers
2023-06-29
1
-0
/
+4
*
perf test: Fix a compile error on pe-file-parsing.c
Namhyung Kim
2023-06-27
1
-1
/
+2
*
perf symbol: Remove now unused symbol_conf.sort_by_name
Ian Rogers
2023-06-23
1
-1
/
+0
*
perf test: Add build tests for BUILD_BPF_SKEL
Ian Rogers
2023-06-23
1
-0
/
+4
*
perf test: Skip metrics w/o event name in stat STD output linter
Namhyung Kim
2023-06-23
1
-8
/
+8
*
perf test: Reorder event name checks in stat STD output linter
Namhyung Kim
2023-06-23
2
-3
/
+3
*
perf test: Set PERF_EXEC_PATH for script execution
Namhyung Kim
2023-06-22
1
-0
/
+6
*
perf tests: Fix test_arm_callgraph_fp variable expansion
James Clark
2023-06-22
1
-3
/
+4
*
perf test: Remove x permission from lib/stat_output.sh
Namhyung Kim
2023-06-22
1
-0
/
+0
*
perf test: Rerun failed metrics with longer workload
Weilin Wang
2023-06-21
1
-46
/
+83
*
perf test: Add skip list for metrics known would fail
Weilin Wang
2023-06-21
2
-4
/
+38
*
perf test: Add metric value validation test
Weilin Wang
2023-06-21
3
-0
/
+931
*
perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescen...
Tiezhu Yang
2023-06-16
1
-2
/
+2
*
perf test: Add test case for the standard 'perf stat' output
Kan Liang
2023-06-16
1
-0
/
+108
*
perf test: Move all the check functions of stat CSV output to lib
Kan Liang
2023-06-16
2
-173
/
+184
*
pert tests: Update metric-value for perf stat JSON output
Kan Liang
2023-06-15
1
-3
/
+3
*
pert tests: Support metricgroup perf stat JSON output
Kan Liang
2023-06-13
1
-0
/
+3
*
perf tests task_analyzer: Skip tests if no libtraceevent support
Aditya Gupta
2023-06-13
1
-0
/
+18
*
perf tests task_analyzer: Print command that failed instead of just "perf"
Aditya Gupta
2023-06-13
1
-12
/
+12
*
perf tests task_analyzer: Fix bad substitution ${$1}
Aditya Gupta
2023-06-13
1
-1
/
+1
*
perf tests stat+shadow_stat.sh: Fix all POSIX sh warnings found using shellcheck
Spoorthy S
2023-06-13
1
-2
/
+2
*
perf tests test_brstack.sh: Fix all POSIX sh warnings
Geetika
2023-06-13
1
-6
/
+6
*
perf tests shell: Fixed shellcheck warnings
Samir Mulani
2023-06-13
3
-11
/
+11
*
perf tests lock_contention: Fix shellscript errors
Abhirup Deb
2023-06-13
1
-35
/
+35
*
perf tests test_arm_spe: Address shellcheck warnings about signal name case
Abhirup Deb
2023-06-13
1
-1
/
+1
*
perf tests test_task_analyzer: Fix shellcheck issues
Aboorva Devarajan
2023-06-13
1
-27
/
+27
*
perf tests stat_all_metrics: Fix shellcheck warning SC2076
Barnali Guha Thakurata
2023-06-13
1
-3
/
+3
*
perf tests test_arm_coresight: Shellcheck fixes
Anushree Mathur
2023-06-13
1
-3
/
+3
*
perf tests stat+csv_output: Fix shellcheck warnings
Korrapati Likhitha
2023-06-13
1
-2
/
+2
*
perf tests daemon: Address shellcheck warnings
Shirisha G
2023-06-13
1
-38
/
+75
*
perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...
Spoorthy S
2023-06-13
1
-3
/
+3
*
perf tests stat+json_output: Address shellcheck warnings
Disha Goel
2023-06-13
1
-1
/
+1
*
perf tests: Make x86 new instructions test optional at build time
Adrian Hunter
2023-06-13
1
-0
/
+1
*
perf machine: Make delete_threads part of machine__exit
Ian Rogers
2023-06-12
4
-4
/
+0
*
perf thread: Add reference count checking
Ian Rogers
2023-06-12
1
-1
/
+1
*
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
6
-22
/
+41
*
perf maps: Make delete static, always use put
Ian Rogers
2023-06-12
1
-1
/
+1
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
6
-12
/
+13
*
perf test: Add test of libpfm4 events
Ian Rogers
2023-06-12
1
-0
/
+51
*
perf parse: Allow config terms with breakpoints
Adrian Hunter
2023-06-12
1
-0
/
+157
*
perf expr: Make the evaluation of & and | logical and lazy
Ian Rogers
2023-06-05
1
-0
/
+40
[next]