summaryrefslogtreecommitdiff
path: root/tools/perf/util/stat-display.c
AgeCommit message (Expand)Author
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
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-02-06perf stat: Fix display of grouped aliased eventsIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf stat: Correct first_shadow_cpu to return indexIan Rogers
2022-01-12perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers
2022-01-12perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers
2022-01-12perf stat-display: Avoid use of core for CPUIan Rogers
2022-01-12perf cpumap: Rename empty functionsIan Rogers
2022-01-12perf cpumap: Simplify equal function nameIan Rogers
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers
2022-01-12perf stat: Switch aggregation to use for_each loopIan Rogers
2022-01-12perf stat: Correct aggregation CPU mapIan Rogers
2021-07-14perf stat: Merge uncore events by default for hybrid platformJin Yao
2021-07-07perf stat: Disable the NMI watchdog message on hybridJin Yao