Searched refs:bpf_attach_tracepoint (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/python/bcc/ |
D | libbcc.py | 99 lib.bpf_attach_tracepoint.restype = ct.c_int 100 lib.bpf_attach_tracepoint.argtypes = [ct.c_int, ct.c_char_p, ct.c_char_p]
|
D | __init__.py | 767 fd = lib.bpf_attach_tracepoint(fn.fd, tp_category, tp_name)
|
/external/bcc/src/cc/ |
D | libbpf.h | 82 int bpf_attach_tracepoint(int progfd, const char *tp_category,
|
D | libbpf.c | 1083 int bpf_attach_tracepoint(int progfd, const char *tp_category, in bpf_attach_tracepoint() function
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 82 int bpf_attach_tracepoint(int progfd, const char *tp_category,
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 283 bpf_attach_tracepoint(probe_fd, tp_category.c_str(), tp_name.c_str()); in attach_tracepoint()
|