Home
last modified time | relevance | path

Searched defs:bpf (Results 1 – 25 of 44) sorted by relevance

12

/external/bcc/tests/cc/
Dtest_bpf_table.cc100 ebpf::BPF bpf; variable
130 ebpf::BPF bpf; variable
191 ebpf::BPF bpf; variable
Dtest_perf_event.cc56 ebpf::BPF bpf; variable
113 ebpf::BPF bpf; variable
Dtest_array_table.cc33 ebpf::BPF bpf(0, nullptr, false); variable
105 ebpf::BPF bpf; variable
Dtest_hash_table.cc28 ebpf::BPF bpf; variable
101 ebpf::BPF bpf; variable
Dtest_prog_table.cc34 ebpf::BPF bpf; variable
Dtest_usdt_probes.cc60 ebpf::BPF bpf; variable
74 ebpf::BPF bpf; variable
/external/bcc/tools/
Ddbslower.py177 bpf = BPF(text=program) variable
199 bpf = BPF(text=program, usdt_contexts=usdts) variable
Dtrace.py521 def print_stack(self, bpf, stack_id, tgid): argument
534 def _format_message(self, bpf, tgid, values): argument
547 def print_event(self, bpf, cpu, data, size): argument
577 def attach(self, bpf, verbose): argument
587 def _attach_k(self, bpf): argument
596 def _attach_u(self, bpf): argument
Ddbstat.py95 bpf = BPF(text=program, usdt_contexts=usdts) variable
Dcachetop.py63 bpf, argument
Dsyscount.py508 bpf = BPF(text=text) variable
/external/bcc/src/lua/bpf/spec/
Dhelper.lua16 bpf = function() error('mock') end, function
/external/bcc/examples/cpp/
DHelloWorld.cc21 ebpf::BPF bpf; in main() local
DCPUDistribution.cc62 ebpf::BPF bpf; in main() local
DLLCStat.cc70 ebpf::BPF bpf; in main() local
DRecordMySQLQuery.cc64 ebpf::BPF bpf; in main() local
DUseExternalMap.cc97 ebpf::BPF bpf(0, &*local_ts); in main() local
DRandomRead.cc74 ebpf::BPF* bpf; variable
DTCPSendStack.cc57 ebpf::BPF bpf; in main() local
DFollyRequestContextSwitch.cc93 ebpf::BPF* bpf = new ebpf::BPF(); in main() local
/external/bcc/tools/lib/
Duthreads.py103 bpf = BPF(text=program, usdt_contexts=[usdt]) variable
Duobjnew.py166 bpf = BPF(text=program, usdt_contexts=[usdt]) variable
Duflow.py182 bpf = BPF(text=program, usdt_contexts=[usdt]) variable
/external/bcc/examples/networking/http_filter/
Dhttp-parse-simple.py64 bpf = BPF(src_file = "http-parse-simple.c",debug = 0) variable
/external/bcc/examples/networking/dns_matching/
Ddns_matching.py49 bpf = BPF(src_file = "dns_matching.c", debug=0) variable

12