Searched defs:allow_rlimit (Results  1 – 5 of 5) sorted by relevance
| /external/bcc/examples/cpp/ | 
| D | RandomRead.cc | 87   bool allow_rlimit = true;  in main()  local
  | 
| /external/bcc/src/cc/ | 
| 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()
  | 
| D | libbpf.c | 327 int bcc_create_map_xattr(struct bpf_create_map_attr *attr, bool allow_rlimit)  in bcc_create_map_xattr() 680                         char *log_buf, unsigned log_buf_size, bool allow_rlimit)  in bcc_prog_load_xattr()
  | 
| D | bpf_module.cc | 127                      const std::string &maps_ns, bool allow_rlimit,  in BPFModule()
  | 
| /external/bcc/src/python/bcc/ | 
| D | __init__.py | 406             cflags=[], usdt_contexts=[], allow_rlimit=True, device=None,  argument
  |