Home
last modified time | relevance | path

Searched refs:BPF_PROGRAM (Results 1 – 13 of 13) sorted by relevance

/external/bcc/tests/cc/
Dtest_bpf_table.cc25 const std::string BPF_PROGRAM = R"( variable
32 res = bpf->init(BPF_PROGRAM);
96 const std::string BPF_PROGRAM = R"( variable
102 res = bpf.init(BPF_PROGRAM);
126 const std::string BPF_PROGRAM = R"( variable
132 res = bpf.init(BPF_PROGRAM);
177 const std::string BPF_PROGRAM = R"( variable
193 res = bpf.init(BPF_PROGRAM);
Dtest_perf_event.cc32 const std::string BPF_PROGRAM = R"( variable
59 BPF_PROGRAM,
93 const std::string BPF_PROGRAM = R"( variable
115 res = bpf.init(BPF_PROGRAM);
Dtest_array_table.cc27 const std::string BPF_PROGRAM = R"( variable
35 res = bpf.init(BPF_PROGRAM);
100 const std::string BPF_PROGRAM = R"( variable
107 res = bpf.init(BPF_PROGRAM);
Dtest_hash_table.cc23 const std::string BPF_PROGRAM = R"( variable
30 res = bpf.init(BPF_PROGRAM);
96 const std::string BPF_PROGRAM = R"( variable
103 res = bpf.init(BPF_PROGRAM);
Dtest_prog_table.cc22 const std::string BPF_PROGRAM = R"( variable
35 res = bpf.init(BPF_PROGRAM);
/external/bcc/examples/cpp/
DHelloWorld.cc13 const std::string BPF_PROGRAM = R"( variable
22 auto init_res = bpf.init(BPF_PROGRAM); in main()
DCPUDistribution.cc21 const std::string BPF_PROGRAM = R"( variable
63 auto init_res = bpf.init(BPF_PROGRAM); in main()
DRandomRead.cc18 const std::string BPF_PROGRAM = R"( variable
93 auto init_res = bpf->init(BPF_PROGRAM, cflags, {}); in main()
DRecordMySQLQuery.cc19 const std::string BPF_PROGRAM = R"( variable
65 auto init_res = bpf.init(BPF_PROGRAM); in main()
DUseExternalMap.cc32 const std::string BPF_PROGRAM = R"( variable
98 auto res = bpf.init(BPF_PROGRAM); in main()
DLLCStat.cc21 const std::string BPF_PROGRAM = R"( variable
71 auto init_res = bpf.init(BPF_PROGRAM); in main()
DFollyRequestContextSwitch.cc21 const std::string BPF_PROGRAM = R"( variable
95 auto init_res = bpf->init(BPF_PROGRAM, {}, {u}); in main()
DTCPSendStack.cc19 const std::string BPF_PROGRAM = R"( variable
58 auto init_res = bpf.init(BPF_PROGRAM); in main()