Lines Matching refs:use_bpf
56 static bool use_bpf; variable
1744 if (!use_bpf) in print_footer_stdio()
1766 if (use_bpf) in print_footer_csv()
1775 if (use_bpf) { in print_footer_csv()
1809 total += use_bpf ? st->nr_contended : 1; in print_contention_result()
1841 total += use_bpf ? st->nr_contended : 1; in print_contention_result()
1938 if (show_lock_owner && !use_bpf) { in check_lock_contention_options()
1952 if (show_lock_cgroups && !use_bpf) { in check_lock_contention_options()
2027 session = perf_session__new(use_bpf ? NULL : &data, &eops); in __cmd_contention()
2047 if (use_bpf) { in __cmd_contention()
2119 if (use_bpf) { in __cmd_contention()
2629 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"), in cmd_lock()