Lines Matching full:contention
15 #include "util/lock-contention.h"
317 static int select_key(bool contention) in select_key() argument
322 if (contention) in select_key()
341 static int add_output_field(bool contention, char *name) in add_output_field() argument
346 if (contention) in add_output_field()
364 static int setup_output_field(bool contention, const char *str) in setup_output_field() argument
370 if (contention) in setup_output_field()
388 ret = add_output_field(contention, tok); in setup_output_field()
1193 * It can have nested contention begin with mutex spinning, in report_lock_contention_begin_event()
1194 * then we would use the original contention begin event and in report_lock_contention_begin_event()
2154 pr_err("lock contention BPF setup failed\n"); in __cmd_contention()
2163 pr_err("lock contention evsel not found\n"); in __cmd_contention()
2593 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"), in cmd_lock()
2605 "Set the maximum stack depth when collecting lock contention, " in cmd_lock()
2632 "info", "contention", NULL }; in cmd_lock()
2642 "perf lock contention [<options>]", in cmd_lock()
2692 } else if (strlen(argv[0]) > 2 && strstarts("contention", argv[0])) { in cmd_lock()