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; variable
855 if (show_thread_stats) in lock_contention_caller()
1304 if (show_thread_stats) { in print_result()
1903 if (show_thread_stats) in __cmd_report()
1932 if (show_thread_stats && show_lock_addrs) { in check_lock_contention_options()
1967 if (show_lock_cgroups && show_thread_stats) { in check_lock_contention_options()
1984 if (show_lock_owner && !show_thread_stats) { in check_lock_contention_options()
2043 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()
2623 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()
2634 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()