Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-lock.c52 static bool show_thread_stats; variable
853 if (show_thread_stats) in lock_contention_caller()
1302 if (show_thread_stats) { in print_result()
1900 if (show_thread_stats) in __cmd_report()
1929 if (show_thread_stats && show_lock_addrs) { in check_lock_contention_options()
1964 if (show_lock_cgroups && show_thread_stats) { in check_lock_contention_options()
1981 if (show_lock_owner && !show_thread_stats) { in check_lock_contention_options()
2033 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()
2539 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()
2550 OPT_BOOLEAN('t', "threads", &show_thread_stats, in cmd_lock()