Home
last modified time | relevance | path

Searched defs:create_maps (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DOfflineUnwindUtils.h97 bool create_maps = true; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c66 static int create_maps(enum bpf_map_type inner_type) in create_maps() function
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module.cc378 int BPFModule::create_maps(std::map<std::string, std::pair<int, int>> &map_tids, in create_maps() function in ebpf::BPFModule