Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/
A 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()
A Dbuiltin-lock.c62 static bool use_bpf; variable
1635 if (use_bpf) in print_contention_result()
1642 total += use_bpf ? st->nr_contended : 1; in print_contention_result()
1785 if (show_lock_owner && !use_bpf) { in check_lock_contention_options()
1833 session = perf_session__new(use_bpf ? NULL : &data, &eops); in __cmd_contention()
1852 if (use_bpf) { in __cmd_contention()
1910 if (use_bpf) { in __cmd_contention()
2285 OPT_BOOLEAN('b', "use-bpf", &use_bpf, "use BPF program to collect lock contention stats"), in cmd_lock()
A Dbuiltin-kwork.c1495 if (kwork->use_bpf) in perf_kwork__report()
1733 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
1750 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
A Dbuiltin-stat.c787 if (target.use_bpf) in __run_perf_stat()
1180 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,
/linux-6.3-rc2/tools/perf/util/
A Dtarget.h19 bool use_bpf; member
A Dkwork.h206 bool use_bpf; member
A 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()

Completed in 24 milliseconds