Home
last modified time | relevance | path

Searched refs:topdown_level (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dstat.h116 unsigned int topdown_level; member
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c1261 OPT_UINTEGER(0, "td-level", &stat_config.topdown_level,
2112 if (stat_config.topdown_level > max_level) { in add_default_attributes()
2115 } else if (!stat_config.topdown_level) in add_default_attributes()
2116 stat_config.topdown_level = 1; in add_default_attributes()
2123 str[8] = stat_config.topdown_level + '0'; in add_default_attributes()
2135 if (!stat_config.topdown_level) in add_default_attributes()
2136 stat_config.topdown_level = 1; in add_default_attributes()