Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_common.h62 int bpf_table_key_snprintf(void *program, size_t id, char *buf, size_t buflen, const void *key);
H A Dbcc_common.cc212 int bpf_table_key_snprintf(void *program, size_t id, char *buf, size_t buflen, const void *key) { in bpf_table_key_snprintf() function
/aosp_15_r20/external/bcc/src/python/bcc/
H A Dlibbcc.py59 lib.bpf_table_key_snprintf.restype = ct.c_int
60 lib.bpf_table_key_snprintf.argtypes = [ct.c_void_p, ct.c_ulonglong,
H A Dtable.py340 res = lib.bpf_table_key_snprintf(self.bpf.module, self.map_id, buf,
/aosp_15_r20/external/bcc/src/lua/bcc/
H A Dtable.lua50 local res = libbcc.bpf_table_key_snprintf(