/external/bcc/tests/cc/ |
D | test_bpf_table.cc | 100 ebpf::BPF bpf; variable 130 ebpf::BPF bpf; variable 191 ebpf::BPF bpf; variable
|
D | test_perf_event.cc | 56 ebpf::BPF bpf; variable 113 ebpf::BPF bpf; variable
|
D | test_array_table.cc | 33 ebpf::BPF bpf(0, nullptr, false); variable 105 ebpf::BPF bpf; variable
|
D | test_hash_table.cc | 28 ebpf::BPF bpf; variable 101 ebpf::BPF bpf; variable
|
D | test_prog_table.cc | 34 ebpf::BPF bpf; variable
|
D | test_usdt_probes.cc | 60 ebpf::BPF bpf; variable 74 ebpf::BPF bpf; variable
|
/external/bcc/tools/ |
D | dbslower.py | 177 bpf = BPF(text=program) variable 199 bpf = BPF(text=program, usdt_contexts=usdts) variable
|
D | trace.py | 521 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
|
D | dbstat.py | 95 bpf = BPF(text=program, usdt_contexts=usdts) variable
|
D | cachetop.py | 63 bpf, argument
|
D | syscount.py | 508 bpf = BPF(text=text) variable
|
/external/bcc/src/lua/bpf/spec/ |
D | helper.lua | 16 bpf = function() error('mock') end, function
|
/external/bcc/examples/cpp/ |
D | HelloWorld.cc | 21 ebpf::BPF bpf; in main() local
|
D | CPUDistribution.cc | 62 ebpf::BPF bpf; in main() local
|
D | LLCStat.cc | 70 ebpf::BPF bpf; in main() local
|
D | RecordMySQLQuery.cc | 64 ebpf::BPF bpf; in main() local
|
D | UseExternalMap.cc | 97 ebpf::BPF bpf(0, &*local_ts); in main() local
|
D | RandomRead.cc | 74 ebpf::BPF* bpf; variable
|
D | TCPSendStack.cc | 57 ebpf::BPF bpf; in main() local
|
D | FollyRequestContextSwitch.cc | 93 ebpf::BPF* bpf = new ebpf::BPF(); in main() local
|
/external/bcc/tools/lib/ |
D | uthreads.py | 103 bpf = BPF(text=program, usdt_contexts=[usdt]) variable
|
D | uobjnew.py | 166 bpf = BPF(text=program, usdt_contexts=[usdt]) variable
|
D | uflow.py | 182 bpf = BPF(text=program, usdt_contexts=[usdt]) variable
|
/external/bcc/examples/networking/http_filter/ |
D | http-parse-simple.py | 64 bpf = BPF(src_file = "http-parse-simple.c",debug = 0) variable
|
/external/bcc/examples/networking/dns_matching/ |
D | dns_matching.py | 49 bpf = BPF(src_file = "dns_matching.c", debug=0) variable
|