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.c55 static bool show_lock_cgroups; variable
1952 if (show_lock_cgroups && !use_bpf) { in check_lock_contention_options()
1959 if (show_lock_cgroups && show_lock_addrs) { in check_lock_contention_options()
1966 if (show_lock_cgroups && show_thread_stats) { in check_lock_contention_options()
2039 show_lock_cgroups ? LOCK_AGGR_CGROUP : LOCK_AGGR_CALLER; in __cmd_contention()
2657 OPT_BOOLEAN(0, "lock-cgroup", &show_lock_cgroups, "show lock stats by cgroup"), in cmd_lock()