Home
last modified time | relevance | path

Searched refs:percore_show_thread (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dstat.h84 bool percore_show_thread; member
H A Dstat-display.c285 if (evsel->percore && !config->percore_show_thread) { in print_aggr_id_std()
342 if (evsel->percore && !config->percore_show_thread) { in print_aggr_id_csv()
393 if (evsel->percore && !config->percore_show_thread) { in print_aggr_id_json()
1596 if (config->percore_show_thread) in print_percore()
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c2450 OPT_BOOLEAN(0, "percore-show-thread", &stat_config.percore_show_thread, in cmd_stat()