Home
last modified time | relevance | path

Searched defs:allow_rlimit (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_common.cc21 int ncflags, bool allow_rlimit, const char *dev_name) { in bpf_module_create_c()
31 int ncflags, bool allow_rlimit, const char *dev_name) { in bpf_module_create_c_from_string()
H A Dlibbpf.c347 int bcc_create_map_xattr(struct bcc_create_map_attr *attr, bool allow_rlimit) in bcc_create_map_xattr()
784 char *log_buf, unsigned log_buf_size, bool allow_rlimit) in bcc_prog_load_xattr()
H A Dbpf_module.cc146 const std::string &maps_ns, bool allow_rlimit, in BPFModule()
/aosp_15_r20/external/bcc/examples/cpp/
H A DRandomRead.cc87 bool allow_rlimit = true; in main() local
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py410 cflags=[], usdt_contexts=[], allow_rlimit=True, device=None, argument