aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14perf test: Allow skip for all metrics testIan Rogers1-2/+8
2022-02-14perf test: Use pointer for mapsIan Rogers1-10/+10
2022-02-14perf maps: Use a pointer for kmapsIan Rogers1-3/+5
2022-02-14perf bpf: Stop using deprecated bpf_load_program() APIChristy Lee1-10/+4
2022-02-11perf cpumap: Migrate to libperf cpumap apiIan Rogers1-6/+6
2022-01-22perf test: Add parse-events test for aliases with hyphensJohn Garry1-0/+49
2022-01-22perf test: Add pmu-events test for aliases with hyphensJohn Garry1-0/+32
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers5-28/+35
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+4
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers9-36/+40
2022-01-12perf test: Use perf_cpu_map__for_each_cpu()Ian Rogers1-14/+14
2022-01-12perf evsel: Derive CPUs and threads in alloc_countsIan Rogers1-9/+1
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers1-0/+19
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-1/+1
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers1-4/+4
2022-01-12perf cpumap: Remove map+index get_node()Ian Rogers1-1/+1
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers1-1/+1
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers1-1/+1
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers1-1/+1
2022-01-11perf test: Enable system wide for metricgroups testIan Rogers1-1/+1
2021-12-21perf test: Use 3 digits for test numbering now we can have more testsCarsten Haitzler1-6/+6
2021-12-16perf test: Test 73 Sig_trap fails on s390Thomas Richter1-0/+18
2021-12-16perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed1-0/+3
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+4
2021-12-07perf test sigtrap: Print errno string when failingArnaldo Carvalho de Melo1-3/+6
2021-12-07perf test sigtrap: Add basic stress test for sigtrap handlingMarco Elver4-0/+159
2021-12-06perf test: Reset shadow counts before loadingIan Rogers1-0/+1
2021-12-06perf test: Fix 'Simple expression parser' test on arch without CPU die topology infoThomas Richter1-1/+3
2021-12-03perf: Mute libbpf API deprecations temporarilyAndrii Nakryiko1-0/+4
2021-11-18perf evsel: Fix memory leaks relating to unitIan Rogers1-3/+2
2021-11-18perf test sample-parsing: Fix branch_stack entry endianness checkThomas Richter1-1/+1
2021-11-18perf tests wp: Remove unused functions on s390Arnaldo Carvalho de Melo1-1/+1
2021-11-13perf tests: Remove bash constructs from stat_all_pmu.shJames Clark1-2/+2
2021-11-13perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark1-1/+1
2021-11-13perf test: Remove bash construct from stat_bpf_counters.sh testJames Clark1-1/+1
2021-11-13perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing array_size.cocci warningGuo Zhengkui1-1/+1
2021-11-13perf arm-spe: Snapshot mode testGerman Gomez1-0/+89
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers1-0/+12
2021-11-13perf expr: Add metric literals for topology.Ian Rogers1-1/+11
2021-11-13perf test: Add expr test for events with hyphensIan Rogers1-0/+10
2021-11-13perf test: Remove skip_if_failIan Rogers6-23/+8
2021-11-13perf test: Remove is_supported functionIan Rogers2-14/+1
2021-11-13perf test: TSC test, remove is_supported useIan Rogers1-23/+16
2021-11-13perf test: BP tests, remove is_supported useIan Rogers4-74/+51
2021-11-13perf test: Remove non test case style support.Ian Rogers2-10/+16
2021-11-13perf test: Convert time to tsc test to test case.Ian Rogers1-1/+6
2021-11-13perf test: bp tests use test caseIan Rogers3-3/+18
2021-11-13perf test: Remove now unused subtest helpersIan Rogers2-13/+1
2021-11-13perf test: Convert llvm tests to test cases.Ian Rogers1-23/+54
2021-11-13perf test: Convert bpf tests to test cases.Ian Rogers1-29/+43