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

/linux-master/tools/perf/util/
H A Dtarget.h19 bool use_bpf; member in struct:target
H A Dkwork.h234 bool use_bpf; member in struct:perf_kwork
H A Dbpf_counter.c783 else if (cgrp_event_expanded && target->use_bpf)
785 else if (target->use_bpf || evsel->bpf_counter ||
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c804 if (ftrace->target.use_bpf)
841 if (ftrace->target.use_bpf)
854 if (ftrace->target.use_bpf)
863 if (ftrace->target.use_bpf)
871 if (ftrace->target.use_bpf)
935 while (!ftrace->target.use_bpf) {
1177 OPT_BOOLEAN('b', "use-bpf", &ftrace.target.use_bpf,
H A Dbuiltin-lock.c65 static bool use_bpf; variable
1843 if (!use_bpf)
1865 if (use_bpf)
1874 if (use_bpf) {
1908 total += use_bpf ? st->nr_contended : 1;
1924 total += use_bpf ? st->nr_contended : 1;
2022 if (show_lock_owner && !use_bpf) {
2036 if (show_lock_cgroups && !use_bpf) {
2107 session = perf_session__new(use_bpf ? NULL : &data, &eops);
2127 if (use_bpf) {
[all...]
H A Dbuiltin-kwork.c1625 kwork->use_bpf ? " " : "",
1626 kwork->use_bpf ? PRINT_PID_WIDTH : 0,
1627 kwork->use_bpf ? "SPID" : "",
1628 kwork->use_bpf ? " " : "",
1651 if (kwork->use_bpf)
1671 if (kwork->use_bpf)
1907 if (kwork->use_bpf)
2216 if (kwork->use_bpf)
2381 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf,
2398 OPT_BOOLEAN('b', "use-bpf", &kwork.use_bpf,
[all...]
H A Dbuiltin-stat.c737 if (target.use_bpf)
1180 OPT_BOOLEAN(0, "bpf-counters", &target.use_bpf,

Completed in 299 milliseconds