Searched refs:BPF_CORE_READ_STR_INTO (Results 1 - 6 of 6) sorted by relevance

/linux-master/samples/bpf/
H A Dtracex1.bpf.c35 BPF_CORE_READ_STR_INTO(&devname, dev, name);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_module.c64 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm);
98 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm);
H A Dtest_core_reloc_kernel.c104 /* test BPF_CORE_READ_STR_INTO() returns correct code and contents */
105 out->comm_len = BPF_CORE_READ_STR_INTO(
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c117 BPF_CORE_READ_STR_INTO(&data.comm, task, comm);
H A Dlock_contention.bpf.c233 BPF_CORE_READ_STR_INTO(&data.comm, task, comm);
/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h458 * BPF_CORE_READ_STR_INTO() does same "pointer chasing" as
462 #define BPF_CORE_READ_STR_INTO(dst, src, a, ...) ({ \ macro
468 * Variant of BPF_CORE_READ_STR_INTO() for reading from user-space memory.
477 /* Non-CO-RE variant of BPF_CORE_READ_STR_INTO() */

Completed in 277 milliseconds