Searched refs:bcc_perf_buffer_opts (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/bcc/src/cc/ |
H A D | libbpf.h | 55 struct bcc_perf_buffer_opts { struct 136 int page_cnt, struct bcc_perf_buffer_opts *opts);
|
H A D | libbpf.c | 1613 struct bcc_perf_buffer_opts opts = { in bpf_open_perf_buffer() 1624 int page_cnt, struct bcc_perf_buffer_opts *opts) in bpf_open_perf_buffer_opts()
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | libbpf.h | 55 struct bcc_perf_buffer_opts { struct 136 int page_cnt, struct bcc_perf_buffer_opts *opts);
|
/aosp_15_r20/external/bcc/src/cc/api/ |
H A D | BPFTable.cc | 402 struct bcc_perf_buffer_opts& opts) { in open_on_cpu() 450 struct bcc_perf_buffer_opts opts = { in open_all_cpu()
|
H A D | BPFTable.h | 426 void* cb_cookie, int page_cnt, struct bcc_perf_buffer_opts& opts);
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | libbcc.py | 139 class bcc_perf_buffer_opts(ct.Structure): class 147 ….argtypes = [_RAW_CB_TYPE, _LOST_CB_TYPE, ct.py_object, ct.c_int, ct.POINTER(bcc_perf_buffer_opts)]
|
H A D | table.py | 28 from .libbcc import lib, _RAW_CB_TYPE, _LOST_CB_TYPE, _RINGBUF_CB_TYPE, bcc_perf_buffer_opts 1007 opts = bcc_perf_buffer_opts()
|