Searched refs:BPF_CORE_READ_STR_INTO (Results 1 - 6 of 6) sorted by last modified time

/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c233 BPF_CORE_READ_STR_INTO(&data.comm, task, comm);
H A Dkwork_top.bpf.c117 BPF_CORE_READ_STR_INTO(&data.comm, task, comm);
/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h459 * BPF_CORE_READ_STR_INTO() does same "pointer chasing" as
463 #define BPF_CORE_READ_STR_INTO(dst, src, a, ...) ({ \
469 * Variant of BPF_CORE_READ_STR_INTO() for reading from user-space memory.
478 /* Non-CO-RE variant of BPF_CORE_READ_STR_INTO() */
462 #define BPF_CORE_READ_STR_INTO macro
/linux-master/tools/testing/selftests/bpf/progs/
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(
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);
/linux-master/samples/bpf/
H A Dtracex1.bpf.c35 BPF_CORE_READ_STR_INTO(&devname, dev, name);

Completed in 243 milliseconds