Home
last modified time | relevance | path

Searched refs:bpf_get_current_comm (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/samples/bpf/
Doffwaketime.bpf.c69 bpf_get_current_comm(&woke.name, sizeof(woke.name)); in waker()
83 bpf_get_current_comm(&key.target, sizeof(key.target)); in update_counts()
Dtrace_event_kern.c53 bpf_get_current_comm(&key.comm, sizeof(key.comm)); in bpf_prog1()
Dtracex2.bpf.c89 bpf_get_current_comm(&key.comm, sizeof(key.comm)); in BPF_KSYSCALL()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dfor_each_map_elem_write_key.c16 bpf_get_current_comm(key, sizeof(*key)); in check_array_elem()
Dtest_ringbuf_map_key.c49 bpf_get_current_comm(sample->comm, sizeof(sample->comm)); in test_ringbuf_mem_map_key()
Dtest_ringbuf.c55 bpf_get_current_comm(sample->comm, sizeof(sample->comm)); in test_ringbuf()
Dtest_ringbuf_multi.c79 bpf_get_current_comm(sample->comm, sizeof(sample->comm)); in test_ringbuf()
Dmap_kptr_fail.c323 bpf_get_current_comm(v, sizeof(v->buf) + 1); in reject_indirect_helper_access()
Dpyperf.h237 bpf_get_current_comm(&event->comm, sizeof(event->comm));
Dstrobemeta.h591 bpf_get_current_comm(&sample->comm, TASK_COMM_LEN); in on_event()
Ddynptr_fail.c1269 bpf_get_current_comm(data.buf, 80); in uninit_write_into_slot()
/Linux-v6.6/tools/bpf/runqslower/
Drunqslower.bpf.c97 bpf_get_current_comm(&event.task, sizeof(event.task)); in handle__sched_switch()
/Linux-v6.6/kernel/bpf/
Dhelpers.c253 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() argument
269 .func = bpf_get_current_comm,