summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter
2023-05-02perf build: Fix unescaped # in perf build-testJames Clark
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-04-20perf test: Fix maps use after putIan Rogers
2023-04-19perf build: Test the refcnt check buildArnaldo Carvalho de Melo
2023-04-19perf map: Add reference count checkingIan Rogers
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo
2023-04-19perf maps: Add reference count checkingIan Rogers
2023-04-19perf maps: Add maps__refcnt() accessor to allow checking maps pointerArnaldo Carvalho de Melo
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo
2023-04-14perf test: Simplify for_each_test() to avoid tripping on -Werror=array-boundsArnaldo Carvalho de Melo
2023-04-12perf map: Add map__refcnt() accessor to use in the maps testArnaldo Carvalho de Melo
2023-04-12perf tests api-io: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-04-10perf test stat+json_output: Write JSON output to a fileIan Rogers
2023-04-10perf test stat+csv_output: Write CSV output to a fileIan Rogers
2023-04-06perf map: Changes to reference countingIan Rogers
2023-04-06perf test: Add extra diagnostics to maps testIan Rogers
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-04-04tools api: Add io__getlineIan Rogers
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim
2023-04-04perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux
2023-04-04perf test: Fix wrong size expectation for 'Setup struct perf_event_attr'Thomas Richter
2023-03-21perf tools: Add support for perf_event_attr::config3Rob Herring
2023-03-20perf test: Fix memory leak in symbolsIan Rogers
2023-03-20perf tests: Add common error route for code-readingIan Rogers
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan
2023-03-14perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers
2023-03-14perf build: If libtraceevent isn't present error the buildIan Rogers
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers
2023-03-14perf build: Make binutil libraries opt inIan Rogers
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers
2023-03-14perf build: Support python/perf.so testingIan Rogers
2023-03-14tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers
2023-03-13perf parse-events: Warn when events are regroupedIan Rogers
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2023-03-10Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo
2023-02-23perf test: Avoid counting commas in json linterIan Rogers
2023-02-23perf tests stat+csv_output: Switch CSV separator to @Ian Rogers
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers
2023-02-19perf metric: Directly use counts rather than saved_valueIan Rogers