Searched refs:event_handler (Results 1 – 4 of 4) sorted by relevance
/linux-tools/ebpf/kernel-samples-bpf/ |
H A D | syscall_tp_openat_user.c | 27 static int event_handler(void *_ctx, void *data, size_t size) { in event_handler() function 60 ring_buf = ring_buffer__new(fd, event_handler, NULL, NULL); in main()
|
/linux-tools/ebpf/libbpf-bootstrap/ |
H A D | commargv.c | 39 static int event_handler(void *_ctx, void *data, size_t size) { in event_handler() function 98 ring_buf = ring_buffer__new(bpf_map__fd(skel->maps.comms), event_handler, NULL, NULL); in main()
|
H A D | openat.c | 40 static int event_handler(void *_ctx, void *data, size_t size) { in event_handler() function 99 ring_buf = ring_buffer__new(bpf_map__fd(skel->maps.opens), event_handler, NULL, NULL); in main()
|
H A D | conn.c | 43 static int event_handler(void *_ctx, void *data, size_t size) { in event_handler() function 146 ring_buf = ring_buffer__new(bpf_map__fd(skel->maps.conns), event_handler, NULL, NULL); in main()
|