Home
last modified time | relevance | path

Searched refs:event_handler (Results 1 – 4 of 4) sorted by relevance

/linux-tools/ebpf/kernel-samples-bpf/
H A Dsyscall_tp_openat_user.c27 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 Dcommargv.c39 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 Dopenat.c40 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 Dconn.c43 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()