summary refs log tree commit diff
path: root/tools/perf/util/stat-display.c
AgeCommit message (Expand)Author
2022-12-31perf stat: Move common code in print_metric_headers()Namhyung Kim
2022-12-31perf stat: Use evsel__is_hybrid() moreNamhyung 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-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
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-06-04perf stat: Honor event config name on --no-mergeNamhyung Kim
2021-05-12perf stat: Use aggregated counts directlyNamhyung Kim
2021-04-29perf stat: Filter out unmatched aggregation for hybrid eventJin Yao
2021-04-29perf stat: Uniquify hybrid event nameJin Yao
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov
2021-03-24perf stat: Align CSV output for summary modeJin Yao
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois
2021-01-20perf stat: Enable counting events for BPF programsSong Liu
2020-12-24perf stat aggregation: Add separate thread memberJames Clark
2020-12-24perf stat aggregation: Add separate core memberJames Clark
2020-12-24perf stat aggregation: Add separate die memberJames Clark
2020-12-24perf stat aggregation: Add separate socket memberJames Clark
2020-12-24perf stat aggregation: Add separate node memberJames Clark
2020-12-24perf stat aggregation: Start using cpu_aggr_id in mapJames Clark
2020-12-24perf stat: Replace aggregation ID with a structJames Clark
2020-11-30perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo
2020-11-27perf stat: Use proper cpu for shadow statsNamhyung Kim
2020-09-10perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter
2020-06-09perf stat: Fix NULL pointer dereferenceHongbo Yao