aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-11-16KVM: arm64: selftests: Disable single-step with correct KVM defineSean Christopherson1-1/+1
2022-11-16selftests/vm/pkeys: Add a regression test for setting PKRU through ptraceKyle Huey2-2/+141
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo1-0/+2
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo1-1/+0
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers2-4/+14
2022-11-16perf cpumap: Tidy libperf includesIan Rogers6-5/+5
2022-11-16KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack7-106/+106
2022-11-16KVM: selftests: Rename pta (short for perf_test_args) to argsDavid Matlack1-30/+30
2022-11-16KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack8-14/+14
2022-11-16KVM: selftests: randomize page access orderColton Lewis3-3/+26
2022-11-16KVM: selftests: randomize which pages are written vs readColton Lewis4-20/+36
2022-11-16KVM: selftests: create -r argument to specify random seedColton Lewis3-2/+18
2022-11-16KVM: selftests: implement random number generator for guest codeColton Lewis2-0/+24
2022-11-16KVM: selftests: Allowing running dirty_log_perf_test on specific CPUsVipin Sharma5-3/+92
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma13-66/+47
2022-11-16KVM: selftests: Shorten the test args in memslot_modification_stress_test.cVipin Sharma1-10/+8
2022-11-16KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.cVipin Sharma1-8/+8
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma14-29/+50
2022-11-16KVM: selftests: Put command line options in alphabetical order in dirty_log_p...Vipin Sharma1-17/+19
2022-11-16KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_...Vipin Sharma1-0/+1
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers10-9/+12
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers9-18/+6
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers4-10/+24
2022-11-16tool lib symbol: Add Makefile/BuildIan Rogers2-0/+116
2022-11-16tools lib perf: Add missing install headersIan Rogers1-1/+9
2022-11-16tools lib api: Add missing install headersIan Rogers1-1/+4
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers2-20/+40
2022-11-16perf build: Install libperf locally when buildingIan Rogers2-7/+15
2022-11-16perf build: Install libapi locally when buildingIan Rogers2-12/+16
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers2-8/+17
2022-11-16tools lib subcmd: Add install targetIan Rogers1-0/+49
2022-11-16tools lib api: Add install targetIan Rogers1-0/+49
2022-11-16selftests: alsa - add PCM testJaroslav Kysela5-1/+1003
2022-11-16perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdownNamhyung Kim1-1/+40
2022-11-16perf stat: Support --for-each-cgroup and --metric-onlyNamhyung Kim1-11/+47
2022-11-16perf stat: Factor out print_metric_{begin,end}()Namhyung Kim1-22/+34
2022-11-16perf stat: Factor out prefix displayNamhyung Kim1-28/+15
2022-11-16perf stat: Move condition to print_footer()Namhyung Kim1-2/+4
2022-11-16perf stat: Rework header displayNamhyung Kim1-79/+106
2022-11-16perf stat: Remove impossible conditionNamhyung Kim1-3/+0
2022-11-16perf stat: Cleanup interval print alignmentNamhyung Kim1-74/+91
2022-11-16perf stat: Factor out prepare_interval()Namhyung Kim1-15/+24
2022-11-16perf stat: Split print_metric_headers() functionNamhyung Kim1-15/+37
2022-11-16perf stat: Align cgroup namesNamhyung Kim1-1/+1
2022-11-16perf stat: Add before_metric argumentNamhyung Kim1-40/+42
2022-11-16perf stat: Handle bad events in abs_printout()Namhyung Kim1-41/+27
2022-11-16perf stat: Factor out print_counter_value() functionNamhyung Kim1-28/+53
2022-11-16perf stat: Split aggr_printout() functionNamhyung Kim1-99/+121
2022-11-16perf stat: Split print_cgroup() functionNamhyung Kim1-2/+19
2022-11-16perf stat: Split print_noise_pct() functionNamhyung Kim1-4/+23