| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-05-19 | perf test attr: Fix python SafeConfigParser() deprecation warning |  Ian Rogers | 1 | -3/+3 |
| 2023-05-19 | perf test attr: Update no event/metric expectations |  Ian Rogers | 5 | -174/+249 |
| 2023-05-15 | perf test: Add cputype testing to perf stat |  Ian Rogers | 1 | -0/+44 |
| 2023-05-15 | perf parse-events: Avoid error when assigning a legacy cache term |  Ian Rogers | 1 | -0/+21 |
| 2023-05-15 | perf parse-events: Avoid error when assigning a term |  Ian Rogers | 1 | -0/+21 |
| 2023-05-15 | perf parse-events: Support hardware events as terms |  Ian Rogers | 1 | -0/+126 |
| 2023-05-15 | perf test: Fix parse-events tests for >1 core PMU |  Ian Rogers | 1 | -72/+105 |
| 2023-05-15 | perf parse-events: Add pmu filter |  Ian Rogers | 2 | -2/+4 |
| 2023-05-15 | perf parse-events: Support PMUs for legacy cache events |  Ian Rogers | 1 | -0/+18 |
| 2023-05-15 | perf test: Move x86 hybrid tests to arch/x86 |  Ian Rogers | 1 | -181/+0 |
| 2023-05-15 | perf parse-events: Avoid scanning PMUs before parsing |  Ian Rogers | 2 | -25/+8 |
| 2023-05-15 | perf test: Roundtrip name, don't assume 1 event per name |  Ian Rogers | 1 | -70/+49 |
| 2023-05-15 | perf test: Test more with config_cache |  Ian Rogers | 1 | -1/+1 |
| 2023-05-15 | perf test: Mask configs with extended types then test |  Ian Rogers | 1 | -109/+88 |
| 2023-05-15 | perf test: Use valid for PMU tests |  Ian Rogers | 1 | -18/+9 |
| 2023-05-15 | perf test: Test more sysfs events |  Ian Rogers | 1 | -58/+71 |
| 2023-05-10 | perf test: Add stat test for record and script |  Sandipan Das | 1 | -0/+13 |
| 2023-05-10 | perf test test_intel_pt.sh: Test sample mode with event with PMU name |  Adrian Hunter | 1 | -0/+7 |
| 2023-05-10 | perf test java symbol: Remove needless debuginfod queries |  Thomas Richter | 1 | -1/+1 |
| 2023-05-10 | perf metric: Change divide by zero and !support events behavior |  Ian Rogers | 2 | -1/+3 |
| 2023-05-06 | Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL" |  Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2023-05-03 | perf test record+probe_libc_inet_pton: Fix call chain match on x86_64 |  Thomas Richter | 1 | -1/+0 |
| 2023-05-03 | perf test record+probe_libc_inet_pton: Fix call chain match on s390 |  Thomas Richter | 1 | -2/+0 |
| 2023-05-02 | perf build: Fix unescaped # in perf build-test |  James Clark | 1 | -1/+1 |
| 2023-04-24 | perf cs-etm: Add separate decode paths for timeless and per-thread modes |  James Clark | 1 | -0/+24 |
| 2023-04-24 | perf evsel: Introduce evsel__name_is() method to check if the evsel name is equal to a given string |  Arnaldo Carvalho de Melo | 4 | -9/+9 |
| 2023-04-20 | perf test: Fix maps use after put |  Ian Rogers | 1 | -4/+4 |
| 2023-04-19 | perf build: Test the refcnt check build |  Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2023-04-19 | perf map: Add reference count checking |  Ian Rogers | 1 | -1/+1 |
| 2023-04-19 | perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warned,dso,map_ip,unmap_ip,priv} |  Arnaldo Carvalho de Melo | 2 | -10/+10 |
| 2023-04-19 | perf maps: Add reference count checking |  Ian Rogers | 1 | -4/+4 |
| 2023-04-19 | perf maps: Add maps__refcnt() accessor to allow checking maps pointer |  Arnaldo Carvalho de Melo | 1 | -6/+6 |
| 2023-04-17 | libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test |  Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2023-04-14 | perf test: Simplify for_each_test() to avoid tripping on -Werror=array-bounds |  Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2023-04-12 | perf map: Add map__refcnt() accessor to use in the maps test |  Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2023-04-12 | perf tests api-io: Use zfree() to reduce chances of use after free |  Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2023-04-10 | perf test stat+json_output: Write JSON output to a file |  Ian Rogers | 2 | -13/+38 |
| 2023-04-10 | perf test stat+csv_output: Write CSV output to a file |  Ian Rogers | 1 | -16/+42 |
| 2023-04-06 | perf map: Changes to reference counting |  Ian Rogers | 6 | -1/+49 |
| 2023-04-06 | perf test: Add extra diagnostics to maps test |  Ian Rogers | 1 | -12/+33 |
| 2023-04-06 | perf map: Add accessors for ->pgoff and ->reloc |  Ian Rogers | 1 | -2/+2 |
| 2023-04-06 | perf map: Add accessors for ->prot, ->priv and ->flags |  Ian Rogers | 1 | -2/+2 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() |  Ian Rogers | 1 | -5/+5 |
| 2023-04-04 | perf map: Add accessor for start and end |  Ian Rogers | 4 | -14/+14 |
| 2023-04-04 | perf map: Add accessor for dso |  Ian Rogers | 8 | -28/+39 |
| 2023-04-04 | perf maps: Add functions to access maps |  Ian Rogers | 1 | -1/+1 |
| 2023-04-04 | perf maps: Remove rb_node from struct map |  Ian Rogers | 2 | -10/+15 |
| 2023-04-04 | tools api: Add io__getline |  Ian Rogers | 1 | -0/+36 |
| 2023-04-04 | perf pmu: Use relative path for sysfs scan |  Namhyung Kim | 1 | -1/+8 |
| 2023-04-04 | perf tests record_offcpu.sh: Fix redirection of stderr to stdin |  Patrice Duroux | 1 | -1/+1 |