Searched refs:show_lock_owner (Results 1 – 1 of 1) sorted by relevance
54 static bool show_lock_owner; variable1571 show_lock_owner ? "owner" : "comm"); in print_header_stdio()1598 show_lock_owner ? "owner" : "comm"); in print_header_csv()1939 if (show_lock_owner && !use_bpf) { in check_lock_contention_options()1946 if (show_lock_owner && show_lock_addrs) { in check_lock_contention_options()1984 if (show_lock_owner && !show_thread_stats) { in check_lock_contention_options()2010 .owner = show_lock_owner, in __cmd_contention()2661 OPT_BOOLEAN('o', "lock-owner", &show_lock_owner, "show lock owners instead of waiters"), in cmd_lock()