summaryrefslogtreecommitdiff
path: root/tools/perf/util/stat-display.c
AgeCommit message (Expand)Author
2023-12-14perf stat: Combine the -A/--no-aggr and --no-merge optionsIan Rogers
2023-08-21perf stat-display: Check if snprintf()'s fmt argument is NULLKaige Ye
2023-08-08perf stat: Don't display zero tool countsIan Rogers
2023-06-16perf stat: New metricgroup output for the default modeKan Liang
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf stat: Avoid hybrid PMU listIan Rogers
2023-05-27perf evlist: Reduce scope of evlist__has_hybridIan Rogers
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers
2023-04-28perf stat: Avoid SEGV on counter->nameIan Rogers
2023-02-19perf stat: Add cpu_aggr_map for loopIan Rogers
2023-02-19perf stat: Hide runtime_statIan Rogers
2023-02-02perf stat: Hide invalid uncore event output for aggr modeNamhyung Kim
2022-12-14perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim
2022-12-14perf stat: Fix invalid output handleJames Clark
2022-12-14perf stat: Fix multi-line metric output in JSONNamhyung Kim
2022-12-14perf stat: Fix printing field separator in CSV metrics outputAthira Rajeev
2022-12-14perf stat: Check existence of os->prefix, fixing a segfaultIan Rogers
2022-12-05Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"Namhyung Kim
2022-11-24perf stat: Tidy up JSON metric-only output when no metricsNamhyung Kim
2022-11-24perf stat: Rename "aggregate-number" to "cpu-count" in JSONNamhyung Kim
2022-11-24perf stat: Fix JSON output in metric-only modeNamhyung Kim
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim
2022-11-24perf stat: Do not pass runtime_stat to printout()Namhyung Kim
2022-11-24perf stat: Pass struct outstate to printout()Namhyung Kim
2022-11-24perf stat: Pass 'struct outstate' to print_metric_begin()Namhyung Kim
2022-11-24perf stat: Use 'struct outstate' in evlist__print_counters()Namhyung Kim
2022-11-24perf stat: Pass const char *prefix to display routinesNamhyung Kim
2022-11-24perf stat: Remove metric_only argument in print_counter_aggrdata()Namhyung Kim
2022-11-24perf stat: Remove prefix argument in print_metric_headers()Namhyung Kim
2022-11-24perf stat: Use scnprintf() in prepare_interval()Namhyung Kim
2022-11-24perf stat: Do not align time prefix in CSV outputNamhyung Kim
2022-11-24perf stat: Move summary prefix printing logic in CSV outputNamhyung Kim
2022-11-24perf stat: Fix cgroup display in JSON outputNamhyung Kim
2022-11-16perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdownNamhyung Kim
2022-11-16perf stat: Support --for-each-cgroup and --metric-onlyNamhyung Kim
2022-11-16perf stat: Factor out print_metric_{begin,end}()Namhyung Kim
2022-11-16perf stat: Factor out prefix displayNamhyung Kim
2022-11-16perf stat: Move condition to print_footer()Namhyung Kim
2022-11-16perf stat: Rework header displayNamhyung Kim
2022-11-16perf stat: Remove impossible conditionNamhyung Kim
2022-11-16perf stat: Cleanup interval print alignmentNamhyung Kim
2022-11-16perf stat: Factor out prepare_interval()Namhyung Kim
2022-11-16perf stat: Split print_metric_headers() functionNamhyung Kim
2022-11-16perf stat: Align cgroup namesNamhyung Kim
2022-11-16perf stat: Add before_metric argumentNamhyung Kim
2022-11-16perf stat: Handle bad events in abs_printout()Namhyung Kim
2022-11-16perf stat: Factor out print_counter_value() functionNamhyung Kim
2022-11-16perf stat: Split aggr_printout() functionNamhyung Kim