Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-lock.c60 static bool show_thread_stats; variable
930 if (show_thread_stats) in lock_contention_caller()
1378 if (show_thread_stats) { in print_result()
1952 if (show_thread_stats) in __cmd_report()
1981 if (show_thread_stats && show_lock_addrs) { in check_lock_contention_options()
2013 show_thread_stats = true; in check_lock_contention_options()
2061 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()
2485 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()
2496 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()