Lines Matching refs:contention
14 #include "util/lock-contention.h"
315 static int select_key(bool contention)
320 if (contention)
339 static int add_output_field(bool contention, char *name)
344 if (contention)
362 static int setup_output_field(bool contention, const char *str)
368 if (contention)
386 ret = add_output_field(contention, tok);
1189 * It can have nested contention begin with mutex spinning,
1190 * then we would use the original contention begin event and
2117 pr_err("lock contention BPF setup failed\n");
2126 pr_err("lock contention evsel not found\n");
2513 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"),
2525 "Set the maximum stack depth when collecting lock contention, "
2549 "info", "contention", NULL };
2559 "perf lock contention [<options>]",
2602 } else if (strlen(argv[0]) > 2 && strstarts("contention", argv[0])) {