Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-lock.c64 static bool show_lock_cgroups; variable
2031 if (show_lock_cgroups && !use_bpf) { in check_lock_contention_options()
2038 if (show_lock_cgroups && show_lock_addrs) { in check_lock_contention_options()
2045 if (show_lock_cgroups && show_thread_stats) { in check_lock_contention_options()
2114 show_lock_cgroups ? LOCK_AGGR_CGROUP : LOCK_AGGR_CALLER; in __cmd_contention()
2621 OPT_BOOLEAN(0, "lock-cgroup", &show_lock_cgroups, "show lock stats by cgroup"), in cmd_lock()