Lines Matching full:contention
15 #include "util/lock-contention.h"
297 static int select_key(bool contention) in select_key() argument
302 if (contention) in select_key()
321 static int add_output_field(bool contention, char *name) in add_output_field() argument
326 if (contention) in add_output_field()
344 static int setup_output_field(bool contention, const char *str) in setup_output_field() argument
350 if (contention) in setup_output_field()
368 ret = add_output_field(contention, tok); in setup_output_field()
1086 * It can have nested contention begin with mutex spinning, in report_lock_contention_begin_event()
1087 * then we would use the original contention begin event and in report_lock_contention_begin_event()
2046 pr_err("lock contention BPF setup failed\n"); in __cmd_contention()
2055 pr_err("lock contention evsel not found\n"); in __cmd_contention()
2522 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"), in cmd_lock()
2534 "Set the maximum stack depth when collecting lock contention, " in cmd_lock()
2561 "info", "contention", NULL }; in cmd_lock()
2571 "perf lock contention [<options>]", in cmd_lock()
2621 } else if (strlen(argv[0]) > 2 && strstarts("contention", argv[0])) { in cmd_lock()