aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers1-1/+1
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers3-11/+11
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo6-61/+474
2021-10-05perf tests attr: Add missing topdown metrics eventsKan Liang4-52/+440
2021-09-29perf tests vmlinux-kallsyms: Ignore hidden symbolsMichael Petlan1-0/+102
2021-09-29perf metric: Avoid events for an 'if' constant resultIan Rogers1-0/+7
2021-09-29perf metric: Don't compute unused eventsIan Rogers1-0/+11
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers1-0/+47
2021-09-29perf metric: Rename expr__find_other.Ian Rogers2-19/+18
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers2-58/+70
2021-09-28perf test: Add pmu-event test for event described as "config="John Garry1-0/+25
2021-09-28perf test: Verify more event members in pmu-events testJohn Garry1-10/+40
2021-09-28perf parse-events: Set numeric term configJohn Garry2-7/+7
2021-09-28perf test: Workload test of all PMUsIan Rogers1-0/+22
2021-09-28perf test: Workload test of metric and metricgroupsIan Rogers2-0/+34
2021-09-27perf tests: Fix flaky test 'Object code reading'James Clark1-2/+2
2021-09-27perf test: Fix DWARF unwind for optimized builds.Ian Rogers1-7/+32
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during recordNamhyung Kim2-3/+4
2021-09-10perf test: Fix bpf test sample mismatch reportingMichael Petlan1-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2-2/+2
2021-09-03perf tests: Add test for PMU aliasesJin Yao1-0/+92
2021-08-31perf tools: Fix LLVM test failure when running in verbose modeJames Clark1-4/+3
2021-08-30perf tests: Fix *probe_vfs_getname.sh test failuresJames Clark1-1/+1
2021-08-20perf tests dlfilter: Free desc and long_desc in check_filter_descRiccardo Mancini1-4/+9
2021-08-13perf test: Do not compare overheads in the zstd comp testNamhyung Kim1-2/+2
2021-08-11perf test: Make --skip work on shell testsRiccardo Mancini1-2/+9
2021-08-11perf tests: Add dlfilter testAdrian Hunter4-0/+417
2021-08-10perf test: Add pmu-events sys event supportJohn Garry1-3/+74
2021-08-10perf test: Add more pmu-events uncore aliasesJohn Garry1-0/+72
2021-08-10perf test: Re-add pmu-event uncore PMU alias testJohn Garry1-0/+110
2021-08-10perf test: Test pmu-events core aliases separatelyJohn Garry1-29/+16
2021-08-10perf test: Factor out pmu-events alias comparisonJohn Garry1-25/+55
2021-08-10perf test: Declare pmu-events test events separatelyJohn Garry1-118/+126
2021-08-10perf test: Factor out pmu-events event comparisonJohn Garry1-53/+66
2021-08-02perf tools: Add pipe_test.sh to verify pipe operationsNamhyung Kim1-0/+69
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-2/+2
2021-08-02perf test: Handle fd gaps in test__dso_data_reopenEirik Fuller1-2/+12
2021-07-16perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-07-15perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini1-0/+2
2021-07-15perf test event_update: Fix memory leak of unitRiccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-15perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-14perf tests: Fix 'Convert perf time to TSC' on core-only systemJin Yao1-1/+2
2021-07-14perf tests: Fix 'Roundtrip evsel->name' on core-only systemJin Yao1-1/+2
2021-07-14perf tests: Fix 'Parse event definition strings' on core-only systemJin Yao1-6/+10
2021-07-09perf test: Add free() calls for scandir() returned dirent entriesRiccardo Mancini1-4/+11
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa3-14/+14
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-26/+26
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2-7/+7