Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dstat.h117 unsigned int topdown_level; member
/linux-6.12.1/tools/perf/
Dbuiltin-stat.c2008 if (stat_config.topdown_level > max_level) { in add_default_attributes()
2011 } else if (!stat_config.topdown_level) in add_default_attributes()
2012 stat_config.topdown_level = 1; in add_default_attributes()
2019 str[8] = stat_config.topdown_level + '0'; in add_default_attributes()
2032 if (!stat_config.topdown_level) in add_default_attributes()
2033 stat_config.topdown_level = 1; in add_default_attributes()
2482 OPT_UINTEGER(0, "td-level", &stat_config.topdown_level, in cmd_stat()