Searched refs:bpf_get_current_comm (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/samples/bpf/ |
| D | offwaketime_kern.c | 69 bpf_get_current_comm(&woke.name, sizeof(woke.name)); in waker() 83 bpf_get_current_comm(&key.target, sizeof(key.target)); in update_counts()
|
| D | trace_event_kern.c | 53 bpf_get_current_comm(&key.comm, sizeof(key.comm)); in bpf_prog1()
|
| D | tracex2_kern.c | 90 bpf_get_current_comm(&key.comm, sizeof(key.comm)); in bpf_prog3()
|
| /Linux-v5.4/kernel/bpf/ |
| D | helpers.c | 191 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() argument 212 .func = bpf_get_current_comm,
|
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| D | pyperf.h | 171 bpf_get_current_comm(&event->comm, sizeof(event->comm)); in __on_event()
|
| D | strobemeta.h | 509 bpf_get_current_comm(&sample->comm, TASK_COMM_LEN); in on_event()
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | bpf_helpers.h | 53 static int (*bpf_get_current_comm)(void *buf, int buf_size) = variable
|