Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat.h83 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()
1528 if (config->percore_show_thread) in print_percore()
/linux/tools/perf/
H A Dbuiltin-stat.c2475 OPT_BOOLEAN(0, "percore-show-thread", &stat_config.percore_show_thread, in cmd_stat()