summaryrefslogtreecommitdiff
path: root/tools/perf/util/stat-display.c
AgeCommit message (Expand)Author
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
2022-11-16perf stat: Split print_cgroup() functionNamhyung Kim
2022-11-16perf stat: Split print_noise_pct() functionNamhyung Kim
2022-11-16perf stat: Split print_running() functionNamhyung Kim
2022-11-14perf stat: Add missing separator in the CSV headerNamhyung Kim
2022-11-14perf stat: Fix summary output in CSV with --metric-onlyNamhyung Kim
2022-11-14Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-11-14perf stat: Consolidate condition to print metricsNamhyung Kim
2022-11-14perf stat: Fix condition in print_interval()Namhyung Kim
2022-11-14perf stat: Add header for interval in JSON outputNamhyung Kim
2022-11-14perf stat: Do not indent headers for JSONNamhyung Kim
2022-11-14perf stat: Fix --metric-only --json outputNamhyung Kim
2022-11-14perf stat: Move common code in print_metric_headers()Namhyung Kim
2022-11-14perf stat: Clear screen only if output file is a ttyNamhyung Kim
2022-11-14perf stat: Increase metric length to align outputsNamhyung Kim
2022-11-08perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev
2022-11-08perf stat: Fix crash with --per-node --metric-only in CSV modeNamhyung Kim
2022-10-27perf stat: Display percore events properlyNamhyung Kim
2022-10-27perf stat: Display event stats using aggr countsNamhyung Kim
2022-10-27perf stat: Use evsel__is_hybrid() moreNamhyung Kim
2022-10-06perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()Athira Rajeev
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim
2022-10-06perf stat: Use thread map index for shadow statNamhyung Kim
2022-10-06perf stat: Convert perf_stat_evsel.res_stats arrayNamhyung Kim
2022-08-10perf stat: Add JSON output optionClaire Jensen
2022-07-29perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing
2022-05-23perf stat: Make use of index clearer with perf_countsIan Rogers
2022-05-09Revert "perf stat: Support metrics with hybrid events"Ian Rogers
2022-05-03perf stat: Avoid printing cpus with no countersIan Rogers
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing
2022-04-22perf stat: Support metrics with hybrid eventsZhengjun Xing