summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-display.c
AgeCommit message (Expand)AuthorLines
2024-12-26perf stat: Document and clarify outstate membersJames Clark-7/+21
2024-12-26perf stat: Document and simplify interval timestampsJames Clark-24/+21
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark-9/+4
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark-2/+3
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark-80/+97
2024-10-17perf stat: Add metric-threshold to json outputIan Rogers-2/+20
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers-11/+29
2024-10-17perf stat: Drop metric-unit if unit is NULLIan Rogers-2/+2
2024-10-17perf stat: Display "none" for NaN with metric only jsonIan Rogers-4/+7
2024-10-10perf tool_pmu: Move expr literals to tool_pmuIan Rogers-2/+6
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers-1/+5
2024-09-26perf stat: Remove evlist__add_default_attrs use stringsIan Rogers-0/+8
2024-09-26perf stat: Uniquify event name improvementsIan Rogers-23/+78
2024-08-16perf stat: Display iostat headers correctlyYicong Yang-1/+2
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim-3/+14
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim-0/+3
2024-05-11perf stat: Don't display metric header for non-leader uncore eventsIan Rogers-0/+3
2024-02-22perf stat: Fix metric-only aggregation indexIan Rogers-2/+7
2024-02-13perf stat: Avoid metric-only segvIan Rogers-1/+1
2024-02-09perf stat: Support per-cluster aggregationYicong Yang-0/+13
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers-1/+1
2023-08-21perf stat-display: Check if snprintf()'s fmt argument is NULLKaige Ye-2/+2
2023-08-08perf stat: Don't display zero tool countsIan Rogers-0/+5
2023-06-16perf stat: New metricgroup output for the default modeKan Liang-10/+98
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers-1/+1
2023-05-27perf pmu: Separate pmu and pmusIan Rogers-1/+2
2023-05-27perf stat: Avoid hybrid PMU listIan Rogers-4/+5
2023-05-27perf evlist: Reduce scope of evlist__has_hybridIan Rogers-1/+14
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak-0/+17
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers-1/+1
2023-04-28perf stat: Avoid SEGV on counter->nameIan Rogers-1/+1
2023-02-19perf stat: Add cpu_aggr_map for loopIan Rogers-54/+58
2023-02-19perf stat: Hide runtime_statIan Rogers-3/+2
2023-02-02perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim-5/+46
2022-12-14perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim-10/+9
2022-12-14perf stat: Fix invalid output handleJames Clark-1/+1
2022-12-14perf stat: Fix multi-line metric output in JSONNamhyung Kim-1/+1
2022-12-14perf stat: Fix printing field separator in CSV metrics outputAthira Rajeev-12/+1
2022-12-14perf stat: Check existence of os->prefix, fixing a segfaultIan Rogers-1/+2
2022-12-05Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"Namhyung Kim-4/+4
2022-11-24perf stat: Tidy up JSON metric-only output when no metricsNamhyung Kim-10/+17
2022-11-24perf stat: Rename "aggregate-number" to "cpu-count" in JSONNamhyung Kim-4/+4
2022-11-24perf stat: Fix JSON output in metric-only modeNamhyung Kim-18/+24
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim-58/+44
2022-11-24perf stat: Do not pass runtime_stat to printout()Namhyung Kim-5/+4
2022-11-24perf stat: Pass struct outstate to printout()Namhyung Kim-20/+18
2022-11-24perf stat: Pass 'struct outstate' to print_metric_begin()Namhyung Kim-22/+28
2022-11-24perf stat: Use 'struct outstate' in evlist__print_counters()Namhyung Kim-11/+14
2022-11-24perf stat: Pass const char *prefix to display routinesNamhyung Kim-9/+9
2022-11-24perf stat: Remove metric_only argument in print_counter_aggrdata()Namhyung Kim-11/+6