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;
1922 if (show_lock_cgroups && !use_bpf) { in print_contention_result()
1929 if (show_lock_cgroups && show_lock_addrs) { in print_contention_result()
1936 if (show_lock_cgroups && show_thread_stats) { in __cmd_report()
2005 show_lock_cgroups ? LOCK_AGGR_CGROUP : LOCK_AGGR_CALLER;
2550 OPT_BOOLEAN(0, "lock-cgroup", &show_lock_cgroups, "show lock stats by cgroup"), in cmd_lock()
64 static bool show_lock_cgroups; global() variable