Searched refs:bpf_get_current_comm (Results 1 – 3 of 3) sorted by relevance
171 bpf_get_current_comm(&event->comm, sizeof(event->comm)); in __on_event()
509 bpf_get_current_comm(&sample->comm, TASK_COMM_LEN); in on_event()
53 static int (*bpf_get_current_comm)(void *buf, int buf_size) = variable