Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c121 static int big_num_opt = -1; variable
1062 big_num_opt = unset ? 0 : 1; in stat__set_big_num()
2617 if (big_num_opt == 1) { in cmd_stat()
2624 } else if (big_num_opt == 0) /* User passed --no-big-num */ in cmd_stat()