Searched refs:topdown_level (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/perf/ |
D | builtin-stat.c | 1255 OPT_UINTEGER(0, "td-level", &stat_config.topdown_level, 1830 if (stat_config.topdown_level > max_level) { in add_default_attributes() 1833 } else if (!stat_config.topdown_level) in add_default_attributes() 1834 stat_config.topdown_level = max_level; in add_default_attributes() 1894 if (!stat_config.topdown_level) in add_default_attributes() 1895 stat_config.topdown_level = TOPDOWN_MAX_LEVEL; in add_default_attributes()
|
/Linux-v6.1/tools/perf/util/ |
D | stat.h | 169 unsigned int topdown_level; member
|
D | stat-shadow.c | 1222 full_td(map_idx, st, &rsd) && (config->topdown_level > 1)) { in perf_stat__print_shadow_stats() 1242 full_td(map_idx, st, &rsd) && (config->topdown_level > 1)) { in perf_stat__print_shadow_stats() 1262 full_td(map_idx, st, &rsd) && (config->topdown_level > 1)) { in perf_stat__print_shadow_stats() 1282 full_td(map_idx, st, &rsd) && (config->topdown_level > 1)) { in perf_stat__print_shadow_stats()
|