index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-15
perf tests stat+json_output: Include sanity check for topology
Athira Rajeev
1
-4
/
+39
2022-10-15
perf tests stat+csv_output: Include sanity check for topology
Athira Rajeev
1
-4
/
+39
2022-10-15
perf test: Fix attr tests for PERF_FORMAT_LOST
James Clark
6
-11
/
+11
2022-10-15
perf test: test_intel_pt.sh: Add 9 tests
Ammy Yi
1
-1
/
+194
2022-10-15
perf test: test_intel_pt.sh: Add jitdump test
Adrian Hunter
1
-0
/
+162
2022-10-15
perf test: test_intel_pt.sh: Tidy some alignment
Adrian Hunter
1
-3
/
+3
2022-10-15
perf test: test_intel_pt.sh: Print a message when skipping kernel tracing
Adrian Hunter
1
-1
/
+8
2022-10-15
perf test: test_intel_pt.sh: Tidy some perf record options
Adrian Hunter
1
-4
/
+12
2022-10-15
perf test: test_intel_pt.sh: Fix return checking again
Adrian Hunter
1
-4
/
+3
2022-10-14
perf test: Fix test_arm_coresight.sh failures on Juno
James Clark
1
-1
/
+1
2022-10-06
perf test coresight: Add unroll thread test shell script
Carsten Haitzler
1
-0
/
+18
2022-10-06
perf test coresight: Add unroll thread test tool
Carsten Haitzler
4
-1
/
+110
2022-10-06
perf test coresight: Add thread loop test shell scripts
Carsten Haitzler
2
-0
/
+38
2022-10-06
perf test coresight: Add thread loop test tool
Carsten Haitzler
4
-1
/
+122
2022-10-06
perf test coresight: Add memcpy thread test shell script
Carsten Haitzler
1
-0
/
+18
2022-10-06
perf test coresight: Add memcpy thread test tool
Carsten Haitzler
4
-1
/
+115
2022-10-06
perf test: Add arm64 asm pureloop test shell script
Carsten Haitzler
1
-0
/
+18
2022-10-06
perf test: Add asm pureloop test tool
Carsten Haitzler
4
-1
/
+65
2022-10-06
perf test: Add build infra for perf test tools for ARM CoreSight tests
Carsten Haitzler
2
-0
/
+39
2022-10-06
perf test: Add CoreSight shell lib shared code for future tests
Carsten Haitzler
1
-0
/
+132
2022-10-06
perf test: Introduce script for data symbol testing
Leo Yan
1
-0
/
+93
2022-10-06
perf stat: Rename to aggr_cpu_id.thread_idx
Namhyung Kim
1
-5
/
+5
2022-10-06
perf tools: Add evlist__add_sched_switch()
Namhyung Kim
1
-10
/
+5
2022-10-06
perf expr: Allow a double if expression
Ian Rogers
1
-0
/
+4
2022-10-04
perf test: Introduce script for java symbol testing
Leo Yan
1
-0
/
+75
2022-10-04
perf test: Add kernel lock contention test
Namhyung Kim
1
-0
/
+73
2022-10-04
perf test: waiting.sh: Parameterize timeouts
Adrian Hunter
1
-9
/
+17
2022-10-04
perf test: test_intel_pt.sh: Move helper functions for waiting
Adrian Hunter
2
-64
/
+73
2022-10-04
perf test: test_intel_pt.sh: Add per-thread test
Adrian Hunter
1
-0
/
+247
2022-10-04
perf test: test_intel_pt.sh: Add more output in preparation for more tests
Adrian Hunter
1
-1
/
+11
2022-10-04
perf test: test_intel_pt.sh: Fix return checking
Adrian Hunter
1
-3
/
+3
2022-10-04
perf test: test_intel_pt.sh: Use quotes around variable expansion
Adrian Hunter
1
-6
/
+6
2022-10-04
perf test: test_intel_pt.sh: Use grep -c instead of grep plus wc -l
Adrian Hunter
1
-1
/
+1
2022-10-04
perf test: test_intel_pt.sh: Stop using backticks
Adrian Hunter
1
-1
/
+1
2022-10-04
perf test: test_intel_pt.sh: Stop using expr
Adrian Hunter
1
-3
/
+3
2022-10-04
perf test: test_intel_pt.sh: Fix redirection
Adrian Hunter
1
-1
/
+1
2022-10-04
perf test: test_intel_pt.sh: Use a temp directory
Adrian Hunter
1
-4
/
+10
2022-10-04
perf test: test_intel_pt.sh: Add cleanup function
Adrian Hunter
1
-2
/
+16
2022-10-04
perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfo
Athira Rajeev
1
-1
/
+1
2022-10-04
perf test: Add basic core_wide expression test
Ian Rogers
1
-0
/
+13
2022-10-04
perf smt: Compute SMT from topology
Ian Rogers
1
-9
/
+15
2022-10-04
perf expr: Move the scanner_ctx into the parse_ctx
Ian Rogers
1
-1
/
+1
2022-10-04
perf test: Skip sigtrap test on old kernels
Namhyung Kim
1
-1
/
+64
2022-10-04
perf cpumap: Add range data encoding
Ian Rogers
1
-9
/
+43
2022-10-04
perf events: Prefer union over variable length array
Ian Rogers
1
-10
/
+4
2022-10-04
perf tests: Avoid pthread.h inclusion
Ian Rogers
3
-5
/
+1
2022-09-29
perf tests mmap-basic: Remove unused variable to address clang 15 warning
Jiri Olsa
1
-2
/
+1
2022-09-29
perf tests record: Fail the test if the 'errs' counter is not zero
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-09-29
perf test: Fix test case 87 ("perf record tests") for hybrid systems
Zhengjun Xing
1
-1
/
+1
2022-09-28
perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the k...
Athira Rajeev
1
-2
/
+3
[next]