Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-lock.c54 static bool show_lock_owner;
1557 show_lock_owner ? "owner" : "comm"); in combine_result()
1584 show_lock_owner ? "owner" : "comm");
1908 if (show_lock_owner && !use_bpf) { in print_contention_result()
1915 if (show_lock_owner && show_lock_addrs) { in print_contention_result()
1953 if (show_lock_owner) in __cmd_report()
1975 .owner = show_lock_owner, in __cmd_report()
2547 OPT_BOOLEAN('o', "lock-owner", &show_lock_owner, "show lock owners instead of waiters"),
63 static bool show_lock_owner; global() variable