Home
last modified time | relevance | path

Searched refs:bpf_table_key_snprintf (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/
Dbpf_common.h58 int bpf_table_key_snprintf(void *program, size_t id, char *buf, size_t buflen, const void *key);
Dbpf_common.cc215 int bpf_table_key_snprintf(void *program, size_t id, char *buf, size_t buflen, const void *key) { in bpf_table_key_snprintf() function
/external/bcc/src/cc/includes/
Dbpf_common.h58 int bpf_table_key_snprintf(void *program, size_t id, char *buf, size_t buflen, const void *key);
/external/bcc/src/python/bcc/
Dlibbcc.py56 lib.bpf_table_key_snprintf.restype = ct.c_int
57 lib.bpf_table_key_snprintf.argtypes = [ct.c_void_p, ct.c_ulonglong,
Dtable.py177 res = lib.bpf_table_key_snprintf(self.bpf.module, self.map_id, buf,
/external/bcc/src/lua/bcc/
Dtable.lua50 local res = libbcc.bpf_table_key_snprintf(