Searched refs:use_bpf (Results 1 – 7 of 7) sorted by relevance
| /tools/perf/util/ |
| A D | target.h | 17 bool use_bpf; member
|
| A D | kwork.h | 235 bool use_bpf; member
|
| A D | bpf_counter.c | 804 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 D | builtin-ftrace.c | 1045 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 D | builtin-lock.c | 56 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 D | builtin-kwork.c | 1627 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 D | builtin-stat.c | 737 if (target.use_bpf) in __run_perf_stat() 2374 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf, in cmd_stat()
|
Completed in 25 milliseconds