Home
last modified time | relevance | path

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

/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()
/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_n.c42 bpf_get_current_comm(sample->comm, sizeof(sample->comm)); in test_ringbuf_n()
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.h238 bpf_get_current_comm(&event->comm, sizeof(event->comm));
H A Dstrobemeta.h611 bpf_get_current_comm(&sample->comm, TASK_COMM_LEN); in on_event()
H A Diters.c1577 if (bpf_get_current_comm(comm, 16)) in nest_1()
/linux/tools/bpf/runqslower/
H A Drunqslower.bpf.c96 bpf_get_current_comm(&event.task, sizeof(event.task)); in handle__sched_switch()
/linux/kernel/bpf/
H A Dhelpers.c261 BPF_CALL_2(bpf_get_current_comm, char *, buf, u32, size) in BPF_CALL_2() argument
277 .func = bpf_get_current_comm,