Searched defs:cb_cookie (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/bionic/libc/bionic/ |
H A D | sysprop_helpers.cpp | 47 PropCbCookie cb_cookie = {dest, dest_size}; in get_property_value() local 52 auto* cb_cookie = reinterpret_cast<PropCbCookie*>(cookie); in get_property_value() local
|
/aosp_15_r20/external/bcc/src/cc/api/ |
H A D | BPFTable.cc | 401 void* cb_cookie, int page_cnt, in open_on_cpu() 433 void* cb_cookie, int page_cnt) { in open_all_cpu() 439 void* cb_cookie, int page_cnt, in open_all_cpu()
|
H A D | BPF.cc | 637 perf_reader_lost_cb lost_cb, void* cb_cookie, in open_perf_buffer()
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | perf_reader.c | 43 void *cb_cookie; // to be returned in the cb member 56 void *cb_cookie, int page_cnt) { in perf_reader_new()
|
H A D | libbpf.c | 1610 perf_reader_lost_cb lost_cb, void *cb_cookie, in bpf_open_perf_buffer() 1623 perf_reader_lost_cb lost_cb, void *cb_cookie, in bpf_open_perf_buffer_opts()
|
/aosp_15_r20/external/bcc/examples/cpp/pyperf/ |
H A D | PyPerfUtil.cc | 155 void handleSampleCallback(void* cb_cookie, void* raw_data, int data_size) { in handleSampleCallback() 160 void handleLostSamplesCallback(void* cb_cookie, uint64_t lost_cnt) { in handleLostSamplesCallback()
|
/aosp_15_r20/external/bcc/examples/cpp/ |
H A D | KFuncExample.cc | 70 void handle_output(void *cb_cookie, void *data, int data_size) { in handle_output()
|
H A D | RandomRead.cc | 62 void handle_output(void* cb_cookie, void* data, int data_size) { in handle_output()
|
H A D | FollyRequestContextSwitch.cc | 56 void handle_output(void* cb_cookie, void* data, int data_size) { in handle_output()
|