aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2023-04-12perf map: Add map__refcnt() accessor to use in the maps testArnaldo Carvalho de Melo1-2/+2
2023-04-12perf tests api-io: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-1/+2
2023-04-10perf test stat+json_output: Write JSON output to a fileIan Rogers2-13/+38
2023-04-10perf test stat+csv_output: Write CSV output to a fileIan Rogers1-16/+42
2023-04-06perf map: Changes to reference countingIan Rogers6-1/+49
2023-04-06perf test: Add extra diagnostics to maps testIan Rogers1-15/+36
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers1-2/+2
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers1-2/+2
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-5/+5
2023-04-04perf map: Add accessor for start and endIan Rogers4-14/+14
2023-04-04perf map: Add accessor for dsoIan Rogers8-28/+39
2023-04-04perf maps: Add functions to access mapsIan Rogers1-1/+1
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers2-10/+15
2023-04-04tools api: Add io__getlineIan Rogers1-0/+36
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim1-1/+8
2023-04-04perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux1-1/+1
2023-04-04perf test: Fix wrong size expectation for 'Setup struct perf_event_attr'Thomas Richter3-3/+3
2023-03-21perf tools: Add support for perf_event_attr::config3Rob Herring1-1/+12
2023-03-20perf test: Fix memory leak in symbolsIan Rogers1-0/+1
2023-03-20perf tests: Add common error route for code-readingIan Rogers1-16/+23
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan1-2/+2
2023-03-14perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers1-1/+1
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers1-4/+2
2023-03-14perf build: If libtraceevent isn't present error the buildIan Rogers1-1/+1
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers1-2/+2
2023-03-14perf build: Make binutil libraries opt inIan Rogers1-0/+2
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers1-1/+1
2023-03-14perf build: Support python/perf.so testingIan Rogers1-2/+3
2023-03-14tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers1-1/+6
2023-03-13perf parse-events: Warn when events are regroupedIan Rogers2-2/+2
2023-03-13perf evlist: Remove nr_groupsIan Rogers3-18/+17
2023-03-10Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo2-27/+25
2023-02-23perf test: Avoid counting commas in json linterIan Rogers1-16/+13
2023-02-23perf tests stat+csv_output: Switch CSV separator to @Ian Rogers1-11/+12
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers2-2/+0
2023-02-19perf metric: Directly use counts rather than saved_valueIan Rogers2-4/+4
2023-02-19perf stat: Hide runtime_statIan Rogers2-16/+11
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers3-6/+2
2023-02-19perf pmu-events: Test parsing metric thresholds with the fake PMUIan Rogers1-0/+22
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers1-5/+2
2023-02-19perf pmu-events: Change perpkg to be a boolIan Rogers1-2/+2
2023-02-19perf pmu-events: Change deprecated to be a boolIan Rogers1-2/+2
2023-02-19perf pmu-events: Remove aggr_mode from pmu_eventIan Rogers1-6/+0
2023-02-17perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain1-1/+1
2023-02-06perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev1-1/+5
2023-02-06perf test bpf: Check for libtraceevent supportAthira Rajeev1-11/+11
2023-02-03perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers1-0/+1
2023-02-03perf jevents: Generate metrics and events as separate tablesIan Rogers1-1/+2
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers3-4/+5
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers1-27/+0