summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2021-05-10tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo3-3/+3
2021-04-29perf tests: Skip 'perf stat metrics (shadow stat) test' for hybridJin Yao1-0/+3
2021-04-29perf tests: Support 'Convert perf time to TSC' test for hybridJin Yao1-0/+12
2021-04-29perf tests: Support 'Session topology' test for hybridJin Yao1-2/+11
2021-04-29perf tests: Support 'Parse and process metrics' test for hybridJin Yao1-2/+6
2021-04-29perf tests: Support 'Track with sched_switch' test for hybridJin Yao1-1/+5
2021-04-29perf tests: Skip 'Setup struct perf_event_attr' test for hybridJin Yao1-0/+4
2021-04-29perf tests: Add hybrid cases for 'Roundtrip evsel->name' testJin Yao1-7/+12
2021-04-29perf tests: Add hybrid cases for 'Parse event definition strings' testJin Yao1-0/+171
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim1-7/+7
2021-04-20perf tools: Add a build-test variant to use in builds from a tarballArnaldo Carvalho de Melo1-2/+20
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...John Garry1-1/+1
2021-04-08perf test: Handle metric reuse in pmu-events parsing testJohn Garry1-0/+81
2021-03-30perf tools: Preserve identifier id in OCaml demanglerFabian Hemmer1-3/+3
2021-03-29Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-9/+2
2021-03-26perf test: Change to use bash for daemon testLeo Yan1-1/+1
2021-03-24perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter1-8/+1
2021-03-24perf test: Add CSV summary testJin Yao1-0/+31
2021-03-23perf test: Add a shell test for 'perf stat --bpf-counters' new optionSong Liu1-0/+31
2021-03-23perf tools: Fix various typos in commentsIngo Molnar6-9/+9
2021-03-17perf test: Add 30s timeout for wait for daemon start.Ian Rogers1-0/+7
2021-03-17perf test: Cleanup daemon if test is interrupted.Ian Rogers1-14/+20
2021-03-17perf test: Remove unused argumentIan Rogers1-8/+7
2021-03-09perf tools: use ARRAY_SIZEJiapeng Chong1-1/+1
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo12-56/+44
2021-03-06perf test: Fix sample-parsing failure on non-x86 platformsKan Liang1-4/+0
2021-03-06perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim1-0/+2
2021-03-06perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim1-0/+2
2021-03-06perf test: Fix a memory leak in thread_map_remove testNamhyung Kim1-5/+2
2021-03-06perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim1-0/+1
2021-03-06perf test: Fix cpu and thread map leaks in switch_tracking testNamhyung Kim1-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in keep_tracking testNamhyung Kim1-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim1-7/+3
2021-03-06perf test: Fix cpu and thread map leaks in sw_clock_freq testNamhyung Kim1-8/+4
2021-03-06perf test: Fix cpu and thread map leaks in task_exit testNamhyung Kim1-7/+3
2021-03-06perf test: Fix a memory leak in attr testNamhyung Kim1-1/+7
2021-03-06perf test: Fix cpu and thread map leaks in basic mmap testNamhyung Kim1-2/+0
2021-03-06perf daemon: Fix running test for non root userJiri Olsa1-16/+16
2021-03-03perf metric: Remove unneeded semicolonJiapeng Chong1-1/+1
2021-03-02perf buildid-cache: Add test for PE executableNicholas Fraser1-7/+58
2021-02-18perf buildid-cache: Add test for 16-byte build-idNicholas Fraser1-0/+6
2021-02-18perf test: Output the sub testing result in cs-etmLeo Yan1-10/+14
2021-02-18perf test: Suppress logs in cs-etm testingLeo Yan1-12/+9
2021-02-18perf test: Fix unaligned access in sample parsing testNamhyung Kim1-1/+1
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer5-9/+50
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers1-1/+0
2021-02-11perf tests: Add daemon 'lock' testJiri Olsa1-0/+38
2021-02-11perf tests: Add daemon 'ping' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'signal' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'stop' command testJiri Olsa1-0/+54