summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-display.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Display iostat headers correctlyYicong Yang2024-08-171-1/+2
* perf stat: Use field separator in the metric headerNamhyung Kim2024-06-281-3/+14
* perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim2024-06-281-0/+3
* perf stat: Don't display metric header for non-leader uncore eventsIan Rogers2024-05-111-0/+3
* perf stat: Fix metric-only aggregation indexIan Rogers2024-02-221-2/+7
* perf stat: Avoid metric-only segvIan Rogers2024-02-131-1/+1
* perf stat: Support per-cluster aggregationYicong Yang2024-02-091-0/+13
* perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers2023-12-141-1/+1
* perf stat-display: Check if snprintf()'s fmt argument is NULLKaige Ye2023-08-211-2/+2
* perf stat: Don't display zero tool countsIan Rogers2023-08-081-0/+5
* perf stat: New metricgroup output for the default modeKan Liang2023-06-161-10/+98
* perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-271-1/+1
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-1/+2
* perf stat: Avoid hybrid PMU listIan Rogers2023-05-271-4/+5
* perf evlist: Reduce scope of evlist__has_hybridIan Rogers2023-05-271-1/+14
* perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak2023-05-231-0/+17
* perf metric: Change divide by zero and !support events behaviorIan Rogers2023-05-101-1/+1
* perf stat: Avoid SEGV on counter->nameIan Rogers2023-04-291-1/+1
* perf stat: Add cpu_aggr_map for loopIan Rogers2023-02-191-54/+58
* perf stat: Hide runtime_statIan Rogers2023-02-191-3/+2
* perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim2023-02-021-5/+46
* perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim2022-12-141-10/+9
* perf stat: Fix invalid output handleJames Clark2022-12-141-1/+1
* perf stat: Fix multi-line metric output in JSONNamhyung Kim2022-12-141-1/+1
* perf stat: Fix printing field separator in CSV metrics outputAthira Rajeev2022-12-141-12/+1
* perf stat: Check existence of os->prefix, fixing a segfaultIan Rogers2022-12-141-1/+2
* Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"Namhyung Kim2022-12-051-4/+4
* perf stat: Tidy up JSON metric-only output when no metricsNamhyung Kim2022-11-241-10/+17
* perf stat: Rename "aggregate-number" to "cpu-count" in JSONNamhyung Kim2022-11-241-4/+4
* perf stat: Fix JSON output in metric-only modeNamhyung Kim2022-11-241-18/+24
* perf stat: Pass through 'struct outstate'Namhyung Kim2022-11-241-58/+44
* perf stat: Do not pass runtime_stat to printout()Namhyung Kim2022-11-241-5/+4
* perf stat: Pass struct outstate to printout()Namhyung Kim2022-11-241-20/+18
* perf stat: Pass 'struct outstate' to print_metric_begin()Namhyung Kim2022-11-241-22/+28
* perf stat: Use 'struct outstate' in evlist__print_counters()Namhyung Kim2022-11-241-11/+14
* perf stat: Pass const char *prefix to display routinesNamhyung Kim2022-11-241-9/+9
* perf stat: Remove metric_only argument in print_counter_aggrdata()Namhyung Kim2022-11-241-11/+6
* perf stat: Remove prefix argument in print_metric_headers()Namhyung Kim2022-11-241-16/+10
* perf stat: Use scnprintf() in prepare_interval()Namhyung Kim2022-11-241-10/+10
* perf stat: Do not align time prefix in CSV outputNamhyung Kim2022-11-241-3/+6
* perf stat: Move summary prefix printing logic in CSV outputNamhyung Kim2022-11-241-7/+7
* perf stat: Fix cgroup display in JSON outputNamhyung Kim2022-11-241-1/+1
* perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdownNamhyung Kim2022-11-161-1/+40
* perf stat: Support --for-each-cgroup and --metric-onlyNamhyung Kim2022-11-161-11/+47
* perf stat: Factor out print_metric_{begin,end}()Namhyung Kim2022-11-161-22/+34
* perf stat: Factor out prefix displayNamhyung Kim2022-11-161-28/+15
* perf stat: Move condition to print_footer()Namhyung Kim2022-11-161-2/+4
* perf stat: Rework header displayNamhyung Kim2022-11-161-79/+106
* perf stat: Remove impossible conditionNamhyung Kim2022-11-161-3/+0
* perf stat: Cleanup interval print alignmentNamhyung Kim2022-11-161-74/+91