summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-display.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf stat: Split print_cgroup() functionNamhyung Kim2022-11-161-2/+19
* perf stat: Split print_noise_pct() functionNamhyung Kim2022-11-161-4/+23
* perf stat: Split print_running() functionNamhyung Kim2022-11-161-10/+27
* perf stat: Add missing separator in the CSV headerNamhyung Kim2022-11-141-2/+2
* perf stat: Fix summary output in CSV with --metric-onlyNamhyung Kim2022-11-141-3/+8
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-11-141-2/+4
|\
| * perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev2022-11-081-1/+1
| * perf stat: Fix crash with --per-node --metric-only in CSV modeNamhyung Kim2022-11-081-1/+3
* | perf stat: Consolidate condition to print metricsNamhyung Kim2022-11-141-3/+1
* | perf stat: Fix condition in print_interval()Namhyung Kim2022-11-141-2/+2
* | perf stat: Add header for interval in JSON outputNamhyung Kim2022-11-141-0/+4
* | perf stat: Do not indent headers for JSONNamhyung Kim2022-11-141-1/+1
* | perf stat: Fix --metric-only --json outputNamhyung Kim2022-11-141-19/+3
* | perf stat: Move common code in print_metric_headers()Namhyung Kim2022-11-141-5/+8
* | perf stat: Clear screen only if output file is a ttyNamhyung Kim2022-11-141-1/+1
* | perf stat: Increase metric length to align outputsNamhyung Kim2022-11-141-1/+1
* | perf stat: Display percore events properlyNamhyung Kim2022-10-271-2/+25
* | perf stat: Display event stats using aggr countsNamhyung Kim2022-10-271-372/+49
* | perf stat: Use evsel__is_hybrid() moreNamhyung Kim2022-10-271-16/+4
|/
* perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()Athira Rajeev2022-10-061-2/+2
* perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim2022-10-061-6/+6
* perf stat: Use thread map index for shadow statNamhyung Kim2022-10-061-11/+9
* perf stat: Convert perf_stat_evsel.res_stats arrayNamhyung Kim2022-10-061-1/+1
* perf stat: Add JSON output optionClaire Jensen2022-08-101-106/+277
* perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing2022-07-291-1/+1
* perf stat: Make use of index clearer with perf_countsIan Rogers2022-05-231-10/+12
* Revert "perf stat: Support metrics with hybrid events"Ian Rogers2022-05-091-5/+3
* perf stat: Avoid printing cpus with no countersIan Rogers2022-05-031-3/+4
* perf stat: Merge event counts from all hybrid PMUsZhengjun Xing2022-04-221-2/+15
* perf stat: Support metrics with hybrid eventsZhengjun Xing2022-04-221-3/+5
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-011-1/+1
* perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-061-9/+10
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-14/+20
* perf stat: Correct first_shadow_cpu to return indexIan Rogers2022-01-121-8/+7
* perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers2022-01-121-5/+6
* perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers2022-01-121-5/+5
* perf stat-display: Avoid use of core for CPUIan Rogers2022-01-121-23/+22
* perf cpumap: Rename empty functionsIan Rogers2022-01-121-5/+5
* perf cpumap: Simplify equal function nameIan Rogers2022-01-121-8/+10
* perf stat: Switch to cpu version of cpu_map__get()Ian Rogers2022-01-121-7/+4
* perf stat: Switch aggregation to use for_each loopIan Rogers2022-01-121-21/+27
* perf stat: Correct aggregation CPU mapIan Rogers2022-01-121-1/+1
* perf stat: Merge uncore events by default for hybrid platformJin Yao2021-07-141-1/+13
* perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-221-5/+3
|\
| * perf stat: Honor event config name on --no-mergeNamhyung Kim2021-06-041-5/+3
* | perf stat: Use aggregated counts directlyNamhyung Kim2021-05-121-4/+4
|/
* perf stat: Filter out unmatched aggregation for hybrid eventJin Yao2021-04-291-0/+3
* perf stat: Uniquify hybrid event nameJin Yao2021-04-291-2/+13
* perf stat: Basic support for iostat in perfAlexander Antonov2021-04-201-10/+30