summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2023-06-12perf maps: Make delete static, always use putIan Rogers1-1/+1
2023-06-12perf thread: Add accessor functions for threadIan Rogers6-12/+13
2023-06-12perf test: Add test of libpfm4 eventsIan Rogers1-0/+51
2023-06-12perf parse: Allow config terms with breakpointsAdrian Hunter1-0/+157
2023-06-05perf expr: Make the evaluation of & and | logical and lazyIan Rogers1-0/+40
2023-06-01perf test: Update parse-events expectations to test for multiple eventsIan Rogers1-518/+590
2023-05-28perf test pmu: Avoid 2 static path arraysIan Rogers1-8/+9
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers4-29/+13
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers1-4/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers7-14/+15
2023-05-27perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmuIan Rogers2-12/+6
2023-05-27perf cpumap: Add equal functionIan Rogers1-0/+37
2023-05-27perf test python: Put perf python at start of sys.pathIan Rogers1-1/+1
2023-05-27perf test: Fix perf stat JSON output testNamhyung Kim1-1/+1
2023-05-27perf tests: Organize cpu_map tests into a single suiteIan Rogers3-12/+14
2023-05-27perf cpumap: Add intersect functionIan Rogers3-0/+43
2023-05-23pert tests: Add tests for new "perf stat --per-cache" aggregation optionK Prateek Nayak3-1/+30
2023-05-22perf test: Add test validating JSON generated by 'perf data convert --to-json'Anup Sharma1-0/+72
2023-05-22Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo6-177/+252
2023-05-19perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers1-3/+3
2023-05-19perf test attr: Update no event/metric expectationsIan Rogers5-174/+249
2023-05-15perf test: Add cputype testing to perf statIan Rogers1-0/+44
2023-05-15perf parse-events: Avoid error when assigning a legacy cache termIan Rogers1-0/+21
2023-05-15perf parse-events: Avoid error when assigning a termIan Rogers1-0/+21
2023-05-15perf parse-events: Support hardware events as termsIan Rogers1-0/+126
2023-05-15perf test: Fix parse-events tests for >1 core PMUIan Rogers1-72/+105
2023-05-15perf parse-events: Add pmu filterIan Rogers2-2/+4
2023-05-15perf parse-events: Support PMUs for legacy cache eventsIan Rogers1-0/+18
2023-05-15perf test: Move x86 hybrid tests to arch/x86Ian Rogers1-181/+0
2023-05-15perf parse-events: Avoid scanning PMUs before parsingIan Rogers2-25/+8
2023-05-15perf test: Roundtrip name, don't assume 1 event per nameIan Rogers1-70/+49
2023-05-15perf test: Test more with config_cacheIan Rogers1-1/+1
2023-05-15perf test: Mask configs with extended types then testIan Rogers1-109/+88
2023-05-15perf test: Use valid for PMU testsIan Rogers1-18/+9
2023-05-15perf test: Test more sysfs eventsIan Rogers1-58/+71
2023-05-10perf test: Add stat test for record and scriptSandipan Das1-0/+13
2023-05-10perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter1-0/+7
2023-05-10perf test java symbol: Remove needless debuginfod queriesThomas Richter1-1/+1
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers2-1/+3
2023-05-07Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo1-1/+1
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter1-1/+0
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter1-2/+0
2023-05-02perf build: Fix unescaped # in perf build-testJames Clark1-1/+1
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark1-0/+24
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo4-9/+9
2023-04-20perf test: Fix maps use after putIan Rogers1-4/+4
2023-04-19perf build: Test the refcnt check buildArnaldo Carvalho de Melo1-0/+2
2023-04-19perf map: Add reference count checkingIan Rogers1-1/+1
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo2-10/+10
2023-04-19perf maps: Add reference count checkingIan Rogers1-4/+4