Home
last modified time | relevance | path

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

/external/bcc/src/python/bcc/
Dlibbcc.py100 lib.bpf_attach_tracepoint.restype = ct.c_int
101 lib.bpf_attach_tracepoint.argtypes = [ct.c_int, ct.c_char_p, ct.c_char_p]
D__init__.py794 fd = lib.bpf_attach_tracepoint(fn.fd, tp_category, tp_name)
/external/bcc/src/cc/includes/
Dlibbpf.h82 int bpf_attach_tracepoint(int progfd, const char *tp_category,
/external/bcc/src/cc/
Dlibbpf.h82 int bpf_attach_tracepoint(int progfd, const char *tp_category,
Dlibbpf.c1127 int bpf_attach_tracepoint(int progfd, const char *tp_category, in bpf_attach_tracepoint() function
/external/bcc/src/cc/api/
DBPF.cc284 bpf_attach_tracepoint(probe_fd, tp_category.c_str(), tp_name.c_str()); in attach_tracepoint()