aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/stat-display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()Athira Rajeev1-2/+2
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim1-6/+6
2022-10-06perf stat: Use thread map index for shadow statNamhyung Kim1-11/+9
2022-10-06perf stat: Convert perf_stat_evsel.res_stats arrayNamhyung Kim1-1/+1
2022-08-10perf stat: Add JSON output optionClaire Jensen1-106/+277
2022-07-29perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing1-1/+1
2022-05-23perf stat: Make use of index clearer with perf_countsIan Rogers1-10/+12
2022-05-09Revert "perf stat: Support metrics with hybrid events"Ian Rogers1-5/+3
2022-05-03perf stat: Avoid printing cpus with no countersIan Rogers1-3/+4
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing1-2/+15
2022-04-22perf stat: Support metrics with hybrid eventsZhengjun Xing1-3/+5
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-1/+1
2022-02-06perf stat: Fix display of grouped aliased eventsIan Rogers1-9/+10
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-14/+20
2022-01-12perf stat: Correct first_shadow_cpu to return indexIan Rogers1-8/+7
2022-01-12perf stat: Use perf_cpu_map__for_each_cpu()Ian Rogers1-5/+6
2022-01-12perf stat: Rename aggr_data cpu to imply it's an indexIan Rogers1-5/+5
2022-01-12perf stat-display: Avoid use of core for CPUIan Rogers1-23/+22
2022-01-12perf cpumap: Rename empty functionsIan Rogers1-5/+5
2022-01-12perf cpumap: Simplify equal function nameIan Rogers1-8/+10
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers1-7/+4
2022-01-12perf stat: Switch aggregation to use for_each loopIan Rogers1-21/+27
2022-01-12perf stat: Correct aggregation CPU mapIan Rogers1-1/+1
2021-07-14perf stat: Merge uncore events by default for hybrid platformJin Yao1-1/+13
2021-07-07perf stat: Disable the NMI watchdog message on hybridJin Yao1-3/+6
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-5/+3
2021-06-04perf stat: Honor event config name on --no-mergeNamhyung Kim1-5/+3
2021-05-12perf stat: Use aggregated counts directlyNamhyung Kim1-4/+4
2021-04-29perf stat: Filter out unmatched aggregation for hybrid eventJin Yao1-0/+3
2021-04-29perf stat: Uniquify hybrid event nameJin Yao1-2/+13
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov1-10/+30
2021-03-24perf stat: Align CSV output for summary modeJin Yao1-0/+6
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois1-1/+1
2021-01-20perf stat: Enable counting events for BPF programsSong Liu1-1/+3
2020-12-24perf stat aggregation: Add separate thread memberJames Clark1-4/+4
2020-12-24perf stat aggregation: Add separate core memberJames Clark1-8/+8
2020-12-24perf stat aggregation: Add separate die memberJames Clark1-3/+3
2020-12-24perf stat aggregation: Add separate socket memberJames Clark1-4/+4
2020-12-24perf stat aggregation: Add separate node memberJames Clark1-1/+1
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark1-3/+3
2020-12-24perf stat: Replace aggregation ID with a structJames Clark1-44/+64
2020-11-30perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo1-6/+2
2020-11-27perf stat: Use proper cpu for shadow statsNamhyung Kim1-4/+1
2020-09-10perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers1-1/+0
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter1-1/+1
2020-06-09perf stat: Fix NULL pointer dereferenceHongbo Yao1-2/+2
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-5/+4
2020-05-05perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()Arnaldo Carvalho de Melo1-5/+5
2020-04-30perf tools: Enable Hz/hz prinitg for --metric-only optionKajol Jain1-2/+0