summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorLines
2023-05-27perf cpumap: Add equal functionIan Rogers-0/+37
2023-05-27perf test python: Put perf python at start of sys.pathIan Rogers-1/+1
2023-05-26perf test: Fix perf stat JSON output testNamhyung Kim-1/+1
2023-05-26perf tests: Organize cpu_map tests into a single suiteIan Rogers-12/+14
2023-05-26perf cpumap: Add intersect functionIan Rogers-0/+43
2023-05-23pert tests: Add tests for new "perf stat --per-cache" aggregation optionK Prateek Nayak-1/+30
2023-05-22perf test: Add test validating JSON generated by 'perf data convert --to-json'Anup Sharma-0/+72
2023-05-22Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo-177/+252
2023-05-19perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers-3/+3
2023-05-19perf test attr: Update no event/metric expectationsIan Rogers-174/+249
2023-05-15perf test: Add cputype testing to perf statIan Rogers-0/+44
2023-05-15perf parse-events: Avoid error when assigning a legacy cache termIan Rogers-0/+21
2023-05-15perf parse-events: Avoid error when assigning a termIan Rogers-0/+21
2023-05-15perf parse-events: Support hardware events as termsIan Rogers-0/+126
2023-05-15perf test: Fix parse-events tests for >1 core PMUIan Rogers-72/+105
2023-05-15perf parse-events: Add pmu filterIan Rogers-2/+4
2023-05-15perf parse-events: Support PMUs for legacy cache eventsIan Rogers-0/+18
2023-05-15perf test: Move x86 hybrid tests to arch/x86Ian Rogers-181/+0
2023-05-15perf parse-events: Avoid scanning PMUs before parsingIan Rogers-25/+8
2023-05-15perf test: Roundtrip name, don't assume 1 event per nameIan Rogers-70/+49
2023-05-15perf test: Test more with config_cacheIan Rogers-1/+1
2023-05-15perf test: Mask configs with extended types then testIan Rogers-109/+88
2023-05-15perf test: Use valid for PMU testsIan Rogers-18/+9
2023-05-15perf test: Test more sysfs eventsIan Rogers-58/+71
2023-05-10perf test: Add stat test for record and scriptSandipan Das-0/+13
2023-05-10perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter-0/+7
2023-05-10perf test java symbol: Remove needless debuginfod queriesThomas Richter-1/+1
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers-1/+3
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo-1/+1
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter-1/+0
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter-2/+0
2023-05-02perf build: Fix unescaped # in perf build-testJames Clark-1/+1
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark-0/+24
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo-9/+9
2023-04-20perf test: Fix maps use after putIan Rogers-4/+4
2023-04-19perf build: Test the refcnt check buildArnaldo Carvalho de Melo-0/+2
2023-04-19perf map: Add reference count checkingIan Rogers-1/+1
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo-10/+10
2023-04-19perf maps: Add reference count checkingIan Rogers-4/+4
2023-04-19perf maps: Add maps__refcnt() accessor to allow checking maps pointerArnaldo Carvalho de Melo-6/+6
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo-2/+2
2023-04-14perf test: Simplify for_each_test() to avoid tripping on -Werror=array-boundsArnaldo Carvalho de Melo-2/+2
2023-04-12perf map: Add map__refcnt() accessor to use in the maps testArnaldo Carvalho de Melo-2/+2
2023-04-12perf tests api-io: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo-1/+2
2023-04-10perf test stat+json_output: Write JSON output to a fileIan Rogers-13/+38
2023-04-10perf test stat+csv_output: Write CSV output to a fileIan Rogers-16/+42
2023-04-06perf map: Changes to reference countingIan Rogers-1/+49
2023-04-06perf test: Add extra diagnostics to maps testIan Rogers-15/+36
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers-2/+2
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers-2/+2