Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_pinned_table.cc35 const std::string BPF_PROGRAM = R"( variable
41 res = bpf.init(BPF_PROGRAM);
49 const std::string BPF_PROGRAM = R"( variable
55 res = bpf.init(BPF_PROGRAM);
72 const std::string BPF_PROGRAM = R"( variable
78 res = bpf.init(BPF_PROGRAM);
99 const std::string BPF_PROGRAM = R"( variable
106 res = bpf.init(BPF_PROGRAM);
114 const std::string BPF_PROGRAM = R"( variable
137 res = bpf.init(BPF_PROGRAM);
H A Dtest_bpf_table.cc25 const std::string BPF_PROGRAM = R"( in bpf_module_rw_engine_enabled() local
32 res = bpf->init(BPF_PROGRAM); in bpf_module_rw_engine_enabled()
96 const std::string BPF_PROGRAM = R"( in bpf_module_rw_engine_enabled() local
102 res = bpf.init(BPF_PROGRAM); in bpf_module_rw_engine_enabled()
126 const std::string BPF_PROGRAM = R"( variable
132 res = bpf.init(BPF_PROGRAM);
177 const std::string BPF_PROGRAM = R"( variable
195 res = bpf.init(BPF_PROGRAM);
230 const std::string BPF_PROGRAM = R"( variable
248 res = bpf.init(BPF_PROGRAM);
H A Dtest_map_in_map.cc28 const std::string BPF_PROGRAM = R"( variable
63 res = bpf.init(BPF_PROGRAM);
120 const std::string BPF_PROGRAM = R"( variable
165 res = bpf.init(BPF_PROGRAM);
233 const std::string BPF_PROGRAM = R"( variable
271 res = bpf.init(BPF_PROGRAM);
H A Dtest_cg_storage.cc31 const std::string BPF_PROGRAM = R"( variable
50 res = bpf.init(BPF_PROGRAM);
70 const std::string BPF_PROGRAM = R"( variable
89 res = bpf.init(BPF_PROGRAM);
H A Dtest_sock_table.cc38 const std::string BPF_PROGRAM = R"( variable
56 res = bpf.init(BPF_PROGRAM);
76 const std::string BPF_PROGRAM = R"( variable
98 res = bpf.init(BPF_PROGRAM);
H A Dtest_queuestack_table.cc25 const std::string BPF_PROGRAM = R"( variable
31 res = bpf.init(BPF_PROGRAM);
64 const std::string BPF_PROGRAM = R"( variable
70 res = bpf.init(BPF_PROGRAM);
H A Dtest_perf_event.cc32 const std::string BPF_PROGRAM = R"( variable
59 BPF_PROGRAM,
94 const std::string BPF_PROGRAM = R"( variable
116 res = bpf.init(BPF_PROGRAM);
H A 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);
H A 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);
H A Dtest_prog_table.cc22 const std::string BPF_PROGRAM = R"( variable
35 res = bpf.init(BPF_PROGRAM);
H A Dtest_sk_storage.cc30 const std::string BPF_PROGRAM = R"( variable
57 res = bpf.init(BPF_PROGRAM);
/aosp_15_r20/external/bcc/examples/cpp/
H A DCPUDistribution.cc21 const std::string BPF_PROGRAM = R"( variable
63 auto init_res = bpf.init(BPF_PROGRAM); in main()
H A DHelloWorld.cc14 const std::string BPF_PROGRAM = R"( variable
23 auto init_res = bpf.init(BPF_PROGRAM); in main()
H A DCGroupTest.cc30 const std::string BPF_PROGRAM = R"( variable
51 auto init_res = bpf.init(BPF_PROGRAM); in main()
H A DTaskIterator.cc41 const std::string BPF_PROGRAM = R"( variable
89 auto res = bpf.init(BPF_PROGRAM); in main()
H A DKFuncExample.cc30 const std::string BPF_PROGRAM = R"( variable
80 auto res = bpf.init(BPF_PROGRAM); in main()
H A DRecordMySQLQuery.cc19 const std::string BPF_PROGRAM = R"( variable
65 auto init_res = bpf.init(BPF_PROGRAM); in main()
H A DRandomRead.cc19 const std::string BPF_PROGRAM = R"( variable
108 auto init_res = bpf->init(BPF_PROGRAM, cflags, {}); in main()
H A DLLCStat.cc21 const std::string BPF_PROGRAM = R"( variable
75 auto init_res = bpf.init(BPF_PROGRAM); in main()
H A DFollyRequestContextSwitch.cc21 const std::string BPF_PROGRAM = R"( variable
95 auto init_res = bpf->init(BPF_PROGRAM, {}, {u}); in main()
H A DUseExternalMap.cc32 const std::string BPF_PROGRAM = R"( variable
100 auto res = bpf.init(BPF_PROGRAM); in main()
H A DKModRetExample.cc31 const std::string BPF_PROGRAM = R"( variable
175 auto res = bpf.init(BPF_PROGRAM); in main()
H A DTCPSendStack.cc19 const std::string BPF_PROGRAM = R"( variable
60 auto init_res = bpf.init(BPF_PROGRAM); in main()
H A DSkLocalStorageIterator.cc32 const std::string BPF_PROGRAM = R"( variable
90 auto res = bpf.init(BPF_PROGRAM); in main()