summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorLines
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers-5/+5
2023-04-04perf map: Add accessor for start and endIan Rogers-14/+14
2023-04-04perf map: Add accessor for dsoIan Rogers-28/+39
2023-04-04perf maps: Add functions to access mapsIan Rogers-1/+1
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers-10/+15
2023-04-04tools api: Add io__getlineIan Rogers-0/+36
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim-1/+8
2023-04-04perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux-1/+1
2023-04-04perf test: Fix wrong size expectation for 'Setup struct perf_event_attr'Thomas Richter-3/+3
2023-03-21perf tools: Add support for perf_event_attr::config3Rob Herring-1/+12
2023-03-20perf test: Fix memory leak in symbolsIan Rogers-0/+1
2023-03-20perf tests: Add common error route for code-readingIan Rogers-16/+23
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan-2/+2
2023-03-14perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers-1/+1
2023-03-14perf build: Remove redundant NO_NEWT build optionIan Rogers-4/+2
2023-03-14perf build: If libtraceevent isn't present error the buildIan Rogers-1/+1
2023-03-14perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers-2/+2
2023-03-14perf build: Make binutil libraries opt inIan Rogers-0/+2
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers-1/+1
2023-03-14perf build: Support python/perf.so testingIan Rogers-2/+3
2023-03-14tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers-1/+6
2023-03-13perf parse-events: Warn when events are regroupedIan Rogers-2/+2
2023-03-13perf evlist: Remove nr_groupsIan Rogers-18/+17
2023-03-10Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo-27/+25
2023-02-23perf test: Avoid counting commas in json linterIan Rogers-16/+13
2023-02-23perf tests stat+csv_output: Switch CSV separator to @Ian Rogers-11/+12
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers-2/+0
2023-02-19perf metric: Directly use counts rather than saved_valueIan Rogers-4/+4
2023-02-19perf stat: Hide runtime_statIan Rogers-16/+11
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers-6/+2
2023-02-19perf pmu-events: Test parsing metric thresholds with the fake PMUIan Rogers-0/+22
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers-5/+2
2023-02-19perf pmu-events: Change perpkg to be a boolIan Rogers-2/+2
2023-02-19perf pmu-events: Change deprecated to be a boolIan Rogers-2/+2
2023-02-19perf pmu-events: Remove aggr_mode from pmu_eventIan Rogers-6/+0
2023-02-17perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain-1/+1
2023-02-06perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev-1/+5
2023-02-06perf test bpf: Check for libtraceevent supportAthira Rajeev-11/+11
2023-02-03perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers-0/+1
2023-02-03perf jevents: Generate metrics and events as separate tablesIan Rogers-1/+2
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers-4/+5
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers-27/+0
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers-2/+2
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers-19/+16
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das-9/+9
2023-02-02perf script: Show branch speculation infoSandipan Das-1/+1
2023-02-02perf test: Add more test cases for perf lock contentionNamhyung Kim-4/+62
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas-3/+3
2023-02-01perf tests shell: Fix check for libtracevent supportAthira Rajeev-0/+17