summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-061-1/+1
* perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter2023-05-031-1/+0
* perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter2023-05-031-2/+0
* perf build: Fix unescaped # in perf build-testJames Clark2023-05-021-1/+1
* perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark2023-04-241-0/+24
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-244-9/+9
* perf test: Fix maps use after putIan Rogers2023-04-201-4/+4
* perf build: Test the refcnt check buildArnaldo Carvalho de Melo2023-04-191-0/+2
* perf map: Add reference count checkingIan Rogers2023-04-191-1/+1
* perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo2023-04-192-10/+10
* perf maps: Add reference count checkingIan Rogers2023-04-191-4/+4
* perf maps: Add maps__refcnt() accessor to allow checking maps pointerArnaldo Carvalho de Melo2023-04-191-6/+6
* libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo2023-04-171-2/+2
* perf test: Simplify for_each_test() to avoid tripping on -Werror=array-boundsArnaldo Carvalho de Melo2023-04-141-2/+2
* perf map: Add map__refcnt() accessor to use in the maps testArnaldo Carvalho de Melo2023-04-121-2/+2
* perf tests api-io: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-1/+2
* perf test stat+json_output: Write JSON output to a fileIan Rogers2023-04-102-13/+38
* perf test stat+csv_output: Write CSV output to a fileIan Rogers2023-04-101-16/+42
* perf map: Changes to reference countingIan Rogers2023-04-066-1/+49
* perf test: Add extra diagnostics to maps testIan Rogers2023-04-061-15/+36
* perf map: Add accessors for ->pgoff and ->relocIan Rogers2023-04-061-2/+2
* perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers2023-04-061-2/+2
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-5/+5
* perf map: Add accessor for start and endIan Rogers2023-04-044-14/+14
* perf map: Add accessor for dsoIan Rogers2023-04-048-28/+39
* perf maps: Add functions to access mapsIan Rogers2023-04-041-1/+1
* perf maps: Remove rb_node from struct mapIan Rogers2023-04-042-10/+15
* tools api: Add io__getlineIan Rogers2023-04-041-0/+36
* perf pmu: Use relative path for sysfs scanNamhyung Kim2023-04-041-1/+8
* perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux2023-04-041-1/+1
* perf test: Fix wrong size expectation for 'Setup struct perf_event_attr'Thomas Richter2023-04-043-3/+3
* perf tools: Add support for perf_event_attr::config3Rob Herring2023-03-211-1/+12
* perf test: Fix memory leak in symbolsIan Rogers2023-03-201-0/+1
* perf tests: Add common error route for code-readingIan Rogers2023-03-201-16/+23
* perf hist: Add 'kvm_info' field in histograms entryLeo Yan2023-03-151-2/+2
* perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers2023-03-141-1/+1
* perf build: Remove redundant NO_NEWT build optionIan Rogers2023-03-141-4/+2
* perf build: If libtraceevent isn't present error the buildIan Rogers2023-03-141-1/+1
* perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers2023-03-141-2/+2
* perf build: Make binutil libraries opt inIan Rogers2023-03-141-0/+2
* perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-141-1/+1
* perf build: Support python/perf.so testingIan Rogers2023-03-141-2/+3
* tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers2023-03-141-1/+6
* perf parse-events: Warn when events are regroupedIan Rogers2023-03-132-2/+2
* perf evlist: Remove nr_groupsIan Rogers2023-03-133-18/+17
* Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo2023-03-102-27/+25
|\
| * perf test: Avoid counting commas in json linterIan Rogers2023-02-231-16/+13
| * perf tests stat+csv_output: Switch CSV separator to @Ian Rogers2023-02-231-11/+12
* | perf stat: Remove saved_value/runtime_statIan Rogers2023-02-192-2/+0
* | perf metric: Directly use counts rather than saved_valueIan Rogers2023-02-192-4/+4