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()
1954 if (show_thread_stats) in __cmd_report()
1983 if (show_thread_stats && show_lock_addrs) { in check_lock_contention_options()
2015 show_thread_stats = true; in check_lock_contention_options()
2063 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()
2516 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()
2527 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()