Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-lock.c62 static bool show_lock_owner; variable
1648 show_lock_owner ? "owner" : "comm"); in print_header_stdio()
1672 show_lock_owner ? "owner" : "comm"); in print_header_csv()
1988 if (show_lock_owner && !use_bpf) { in check_lock_contention_options()
1995 if (show_lock_owner && show_lock_addrs) { in check_lock_contention_options()
2012 if (show_lock_owner) in check_lock_contention_options()
2042 .owner = show_lock_owner, in __cmd_contention()
2523 OPT_BOOLEAN('o', "lock-owner", &show_lock_owner, "show lock owners instead of waiters"), in cmd_lock()