aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers2-2/+2
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers1-19/+16
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das1-9/+9
2023-02-02perf script: Show branch speculation infoSandipan Das1-1/+1
2023-02-02perf test: Add more test cases for perf lock contentionNamhyung Kim1-4/+62
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas1-9/+9
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas1-3/+3
2023-02-01perf tests shell: Fix check for libtracevent supportAthira Rajeev3-0/+17
2023-02-01perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...Athira Rajeev1-0/+5
2023-02-01perf test: Add pipe mode test to the Intel PT test suiteNamhyung Kim1-0/+17
2023-01-30perf test: Fix DWARF unwind test by adding non-inline to expected function in...Naveen N. Rao1-2/+3
2023-01-23perf test buildid: Fix shell string substitutionsAthira Rajeev1-7/+11