Searched refs:use_bpf (Results 1 – 7 of 7) sorted by relevance
/tools/perf/ |
D | builtin-ftrace.c | 804 if (ftrace->target.use_bpf) in prepare_func_latency() 841 if (ftrace->target.use_bpf) in start_func_latency() 854 if (ftrace->target.use_bpf) in stop_func_latency() 863 if (ftrace->target.use_bpf) in read_func_latency() 871 if (ftrace->target.use_bpf) in cleanup_func_latency() 935 while (!ftrace->target.use_bpf) { in __cmd_latency() 1177 OPT_BOOLEAN('b', "use-bpf", &ftrace.target.use_bpf, in cmd_ftrace()
|
D | builtin-lock.c | 63 static bool use_bpf; variable 1824 if (!use_bpf) in print_footer_stdio() 1846 if (use_bpf) in print_footer_csv() 1855 if (use_bpf) { in print_footer_csv() 1889 total += use_bpf ? st->nr_contended : 1; in print_contention_result() 1905 total += use_bpf ? st->nr_contended : 1; in print_contention_result() 2003 if (show_lock_owner && !use_bpf) { in check_lock_contention_options() 2066 session = perf_session__new(use_bpf ? NULL : &data, &eops); in __cmd_contention() 2085 if (use_bpf) { in __cmd_contention() 2152 if (use_bpf) { in __cmd_contention() [all …]
|
D | builtin-kwork.c | 1512 if (kwork->use_bpf) in perf_kwork__report() 1751 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork() 1768 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
|
D | builtin-stat.c | 737 if (target.use_bpf) in __run_perf_stat() 1180 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,
|
/tools/perf/util/ |
D | target.h | 19 bool use_bpf; member
|
D | kwork.h | 206 bool use_bpf; member
|
D | bpf_counter.c | 780 else if (cgrp_event_expanded && target->use_bpf) in bpf_counter__load() 782 else if (target->use_bpf || evsel->bpf_counter || in bpf_counter__load()
|