Home
last modified time | relevance | path

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

/tools/perf/util/
A Dtarget.h17 bool use_bpf; member
A Dkwork.h235 bool use_bpf; member
A Dbpf_counter.c804 else if (cgrp_event_expanded && target->use_bpf) in bpf_counter__load()
806 else if (target->use_bpf || evsel->bpf_counter || in bpf_counter__load()
/tools/perf/
A Dbuiltin-ftrace.c1045 if (ftrace->target.use_bpf) in prepare_func_latency()
1087 if (ftrace->target.use_bpf) in start_func_latency()
1100 if (ftrace->target.use_bpf) in stop_func_latency()
1109 if (ftrace->target.use_bpf) in read_func_latency()
1117 if (ftrace->target.use_bpf) in cleanup_func_latency()
1175 while (!ftrace->target.use_bpf) { in __cmd_latency()
1802 OPT_BOOLEAN('b', "use-bpf", &ftrace.target.use_bpf, in cmd_ftrace()
1922 if (!list_empty(&ftrace.event_pair) && !ftrace.target.use_bpf) { in cmd_ftrace()
A Dbuiltin-lock.c56 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()
[all …]
A Dbuiltin-kwork.c1627 kwork->use_bpf ? " " : "", in top_print_header()
1628 kwork->use_bpf ? PRINT_PID_WIDTH : 0, in top_print_header()
1629 kwork->use_bpf ? "SPID" : "", in top_print_header()
1630 kwork->use_bpf ? " " : "", in top_print_header()
1653 if (kwork->use_bpf) in top_print_work()
1673 if (kwork->use_bpf) in top_print_work()
1909 if (kwork->use_bpf) in perf_kwork__report()
2218 if (kwork->use_bpf) in perf_kwork__top()
2378 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
2395 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf, in cmd_kwork()
[all …]
A Dbuiltin-stat.c737 if (target.use_bpf) in __run_perf_stat()
2374 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf, in cmd_stat()

Completed in 25 milliseconds