Searched defs:allow_rlimit (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_common.cc | 21 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 D | libbpf.c | 347 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 D | bpf_module.cc | 146 const std::string &maps_ns, bool allow_rlimit, in BPFModule()
|
/aosp_15_r20/external/bcc/examples/cpp/ |
H A D | RandomRead.cc | 87 bool allow_rlimit = true; in main() local
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | __init__.py | 410 cflags=[], usdt_contexts=[], allow_rlimit=True, device=None, argument
|