Home
last modified time | relevance | path

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

/linux/tools/perf/
A Dbuiltin-ftrace.c848 if (ftrace->target.use_bpf) in prepare_func_latency()
885 if (ftrace->target.use_bpf) in start_func_latency()
898 if (ftrace->target.use_bpf) in stop_func_latency()
907 if (ftrace->target.use_bpf) in read_func_latency()
915 if (ftrace->target.use_bpf) in cleanup_func_latency()
967 while (!ftrace->target.use_bpf) { in __cmd_latency()
1555 OPT_BOOLEAN('b', "use-bpf", &ftrace.target.use_bpf, in cmd_ftrace()
A Dbuiltin-lock.c65 static bool use_bpf; variable
1839 if (!use_bpf) in print_footer_stdio()
1861 if (use_bpf) in print_footer_csv()
1870 if (use_bpf) { in print_footer_csv()
1904 total += use_bpf ? st->nr_contended : 1; in print_contention_result()
1920 total += use_bpf ? st->nr_contended : 1; in print_contention_result()
2017 if (show_lock_owner && !use_bpf) { in check_lock_contention_options()
2031 if (show_lock_cgroups && !use_bpf) { in check_lock_contention_options()
2102 session = perf_session__new(use_bpf ? NULL : &data, &eops); in __cmd_contention()
2122 if (use_bpf) { in __cmd_contention()
[all …]
A Dbuiltin-kwork.c1625 kwork->use_bpf ? " " : "", in top_print_header()
1626 kwork->use_bpf ? PRINT_PID_WIDTH : 0, in top_print_header()
1627 kwork->use_bpf ? "SPID" : "", in top_print_header()
1628 kwork->use_bpf ? " " : "", in top_print_header()
1651 if (kwork->use_bpf) in top_print_work()
1671 if (kwork->use_bpf) in top_print_work()
1907 if (kwork->use_bpf) in perf_kwork__report()
2216 if (kwork->use_bpf) in perf_kwork__top()
2375 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
2392 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
[all …]
A Dbuiltin-stat.c741 if (target.use_bpf) in __run_perf_stat()
2397 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf, in cmd_stat()
/linux/tools/perf/util/
A Dtarget.h19 bool use_bpf; member
A Dkwork.h234 bool use_bpf; member
A Dbpf_counter.c783 else if (cgrp_event_expanded && target->use_bpf) in bpf_counter__load()
785 else if (target->use_bpf || evsel->bpf_counter || in bpf_counter__load()

Completed in 31 milliseconds