Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c60 static bool show_thread_stats; variable
945 if (show_thread_stats) in lock_contention_caller()
1393 if (show_thread_stats) { in print_result()
1967 if (show_thread_stats) in __cmd_report()
1996 if (show_thread_stats && show_lock_addrs) { in check_lock_contention_options()
2028 show_thread_stats = true; in check_lock_contention_options()
2076 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()
2500 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()
2511 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()