Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-lock.c52 static bool show_thread_stats;
841 if (show_thread_stats) in report_lock_contended_event()
1290 if (show_thread_stats) {
1872 if (show_thread_stats) in print_footer_csv()
1901 if (show_thread_stats && show_lock_addrs) { in print_contention_result()
1936 if (show_lock_cgroups && show_thread_stats) { in __cmd_report()
1954 show_thread_stats = true; in __cmd_report()
2003 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in sighandler()
2509 OPT_BOOLEAN('t', "threads", &show_thread_stats, in add_lock_cgroup()
2520 OPT_BOOLEAN('t', "threads", &show_thread_stats, in add_lock_cgroup()
61 static bool show_thread_stats; global() variable
[all...]