Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A 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()
H A Dtrace_event_kern.c53 bpf_get_current_comm(&key.comm, sizeof(key.comm)); in bpf_prog1()
H A Dtracex2.bpf.c89 bpf_get_current_comm(&key.comm, sizeof(key.comm)); in BPF_KSYSCALL()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfor_each_map_elem_write_key.c16 bpf_get_current_comm(key, sizeof(*key)); in check_array_elem()
H A Dtest_ringbuf_map_key.c49 bpf_get_current_comm(sample->comm, sizeof(sample->comm)); in test_ringbuf_mem_map_key()
H A Dtest_ringbuf.c55 bpf_get_current_comm(sample->comm, sizeof(sample->comm)); in test_ringbuf()
H A Dtest_ringbuf_multi.c79 bpf_get_current_comm(sample->comm, sizeof(sample->comm)); in test_ringbuf()
H A Dmap_kptr_fail.c323 bpf_get_current_comm(v, sizeof(v->buf) + 1); in reject_indirect_helper_access()
H A Dpyperf.h237 bpf_get_current_comm(&event->comm, sizeof(event->comm));
H A Dstrobemeta.h609 bpf_get_current_comm(&sample->comm, TASK_COMM_LEN); in on_event()
H A Diters.c1440 if (bpf_get_current_comm(comm, 16)) in nest_1()
H A Ddynptr_fail.c1269 bpf_get_current_comm(data.buf, 80); in uninit_write_into_slot()
/openbmc/linux/tools/bpf/runqslower/
H A Drunqslower.bpf.c97 bpf_get_current_comm(&event.task, sizeof(event.task)); in handle__sched_switch()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c256 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() argument
272 .func = bpf_get_current_comm,