Home
last modified time | relevance | path

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

/external/bcc/examples/cpp/
DRandomRead.cc87 bool allow_rlimit = true; in main() local
/external/bcc/src/cc/
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()
Dlibbpf.c327 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()
Dbpf_module.cc127 const std::string &maps_ns, bool allow_rlimit, in BPFModule()
/external/bcc/src/python/bcc/
D__init__.py406 cflags=[], usdt_contexts=[], allow_rlimit=True, device=None, argument