summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)Author
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
2023-02-19perf stat: Hide runtime_statIan Rogers
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers
2023-02-19perf pmu-events: Test parsing metric thresholds with the fake PMUIan Rogers
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers
2023-02-19perf pmu-events: Change perpkg to be a boolIan Rogers
2023-02-19perf pmu-events: Change deprecated to be a boolIan Rogers
2023-02-19perf pmu-events: Remove aggr_mode from pmu_eventIan Rogers
2023-02-17perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain
2023-02-06perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev
2023-02-06perf test bpf: Check for libtraceevent supportAthira Rajeev
2023-02-03perf pmu-events: Fix testing with JEVENTS_ARCH=allIan Rogers
2023-02-03perf jevents: Generate metrics and events as separate tablesIan Rogers
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das
2023-02-02perf script: Show branch speculation infoSandipan Das
2023-02-02perf test: Add more test cases for perf lock contentionNamhyung Kim
2023-02-02perf test: Replace legacy `...` with $(...)Diederik de Haas
2023-02-02perf test: Replace 'grep | wc -l' with 'grep -c'Diederik de Haas
2023-02-01perf tests shell: Fix check for libtracevent supportAthira Rajeev