/aosp_15_r20/external/bcc/tests/cc/ |
H A D | test_pinned_table.cc | 35 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 D | test_bpf_table.cc | 25 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 D | test_map_in_map.cc | 28 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 D | test_cg_storage.cc | 31 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 D | test_sock_table.cc | 38 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 D | test_queuestack_table.cc | 25 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 D | test_perf_event.cc | 32 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 D | test_array_table.cc | 27 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 D | test_hash_table.cc | 23 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 D | test_prog_table.cc | 22 const std::string BPF_PROGRAM = R"( variable 35 res = bpf.init(BPF_PROGRAM);
|
H A D | test_sk_storage.cc | 30 const std::string BPF_PROGRAM = R"( variable 57 res = bpf.init(BPF_PROGRAM);
|
/aosp_15_r20/external/bcc/examples/cpp/ |
H A D | CPUDistribution.cc | 21 const std::string BPF_PROGRAM = R"( variable 63 auto init_res = bpf.init(BPF_PROGRAM); in main()
|
H A D | HelloWorld.cc | 14 const std::string BPF_PROGRAM = R"( variable 23 auto init_res = bpf.init(BPF_PROGRAM); in main()
|
H A D | CGroupTest.cc | 30 const std::string BPF_PROGRAM = R"( variable 51 auto init_res = bpf.init(BPF_PROGRAM); in main()
|
H A D | TaskIterator.cc | 41 const std::string BPF_PROGRAM = R"( variable 89 auto res = bpf.init(BPF_PROGRAM); in main()
|
H A D | KFuncExample.cc | 30 const std::string BPF_PROGRAM = R"( variable 80 auto res = bpf.init(BPF_PROGRAM); in main()
|
H A D | RecordMySQLQuery.cc | 19 const std::string BPF_PROGRAM = R"( variable 65 auto init_res = bpf.init(BPF_PROGRAM); in main()
|
H A D | RandomRead.cc | 19 const std::string BPF_PROGRAM = R"( variable 108 auto init_res = bpf->init(BPF_PROGRAM, cflags, {}); in main()
|
H A D | LLCStat.cc | 21 const std::string BPF_PROGRAM = R"( variable 75 auto init_res = bpf.init(BPF_PROGRAM); in main()
|
H A D | FollyRequestContextSwitch.cc | 21 const std::string BPF_PROGRAM = R"( variable 95 auto init_res = bpf->init(BPF_PROGRAM, {}, {u}); in main()
|
H A D | UseExternalMap.cc | 32 const std::string BPF_PROGRAM = R"( variable 100 auto res = bpf.init(BPF_PROGRAM); in main()
|
H A D | KModRetExample.cc | 31 const std::string BPF_PROGRAM = R"( variable 175 auto res = bpf.init(BPF_PROGRAM); in main()
|
H A D | TCPSendStack.cc | 19 const std::string BPF_PROGRAM = R"( variable 60 auto init_res = bpf.init(BPF_PROGRAM); in main()
|
H A D | SkLocalStorageIterator.cc | 32 const std::string BPF_PROGRAM = R"( variable 90 auto res = bpf.init(BPF_PROGRAM); in main()
|