Home
last modified time | relevance | path

Searched refs:use_bpf (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/perf/ !
Dbuiltin-ftrace.c802 if (ftrace->target.use_bpf) in prepare_func_latency()
839 if (ftrace->target.use_bpf) in start_func_latency()
852 if (ftrace->target.use_bpf) in stop_func_latency()
861 if (ftrace->target.use_bpf) in read_func_latency()
869 if (ftrace->target.use_bpf) in cleanup_func_latency()
933 while (!ftrace->target.use_bpf) { in __cmd_latency()
1175 OPT_BOOLEAN('b', "use-bpf", &ftrace.target.use_bpf, in cmd_ftrace()
Dbuiltin-lock.c57 static bool use_bpf; variable
1498 if (use_bpf) in print_contention_result()
1502 total += use_bpf ? st->nr_contended : 1; in print_contention_result()
1654 session = perf_session__new(use_bpf ? NULL : &data, &eops); in __cmd_contention()
1667 if (use_bpf) { in __cmd_contention()
1730 if (use_bpf) { in __cmd_contention()
1907 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"), in cmd_lock()
Dbuiltin-kwork.c1488 if (kwork->use_bpf) in perf_kwork__report()
1726 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
1743 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
Dbuiltin-stat.c784 if (target.use_bpf) in __run_perf_stat()
1178 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,
/linux-6.1.9/tools/perf/util/ !
Dtarget.h19 bool use_bpf; member
Dkwork.h206 bool use_bpf; member
Dbpf_counter.c799 else if (cgrp_event_expanded && target->use_bpf) in bpf_counter__load()
801 else if (target->use_bpf || evsel->bpf_counter || in bpf_counter__load()