Symbol: bpf_core_field_exists
tools/perf/util/bpf_skel/bperf_cgroup.bpf.c
68
if (bpf_core_field_exists(cgrp_new->ancestors)) {
tools/perf/util/bpf_skel/lock_contention.bpf.c
377
if (bpf_core_field_exists(mm_new->mmap_lock)) {
tools/perf/util/bpf_skel/lock_contention.bpf.c
383
if (bpf_core_field_exists(mm_old->mmap_sem)) {
tools/perf/util/bpf_skel/lock_contention.bpf.c
922
if (bpf_core_field_exists(struct rq___new, __lock))
tools/perf/util/bpf_skel/off_cpu.bpf.c
140
if (bpf_core_field_exists(t_new->__state)) {
tools/perf/util/bpf_skel/sample_filter.bpf.c
79
if (!bpf_core_field_exists(data->sample_flags))
tools/sched_ext/include/scx/common.bpf.h
112
(bpf_core_field_exists((e)->name) ? (e)->name : 0)
tools/sched_ext/include/scx/common.bpf.h
471
if (bpf_core_field_exists(p->migration_disabled)) {
tools/sched_ext/include/scx/user_exit_info.bpf.h
33
if (bpf_core_field_exists((__ei)->exit_code)) \
tools/testing/selftests/bpf/bpf_experimental.h
643
if (bpf_core_field_exists(pcpu_hot.preempt_count))
tools/testing/selftests/bpf/progs/mptcp_sock.c
49
is_mptcp = bpf_core_field_exists(tsk->is_mptcp) ? tsk->is_mptcp : 0;
tools/testing/selftests/bpf/progs/profiler.inc.h
235
if (bpf_core_field_exists(node52->id.ino)) {
tools/testing/selftests/bpf/progs/profiler.inc.h
282
if (bpf_core_field_exists(root_kernfs->iattr->ia_mtime)) {
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
47
out->a_exists = bpf_core_field_exists(in->a);
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
48
if (bpf_core_field_exists(struct core_reloc_existence, a))
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
53
out->b_exists = bpf_core_field_exists(in->b);
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
54
if (bpf_core_field_exists(struct core_reloc_existence, b))
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
59
out->c_exists = bpf_core_field_exists(in->c);
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
60
if (bpf_core_field_exists(struct core_reloc_existence, c))
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
65
out->arr_exists = bpf_core_field_exists(in->arr);
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
66
if (bpf_core_field_exists(struct core_reloc_existence, arr))
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
71
out->s_exists = bpf_core_field_exists(in->s);
tools/testing/selftests/bpf/progs/test_core_reloc_existence.c
72
if (bpf_core_field_exists(struct core_reloc_existence, s))
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
60
out->buf_exists = bpf_core_field_exists(read_ctx->buf);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
61
out->off_exists = bpf_core_field_exists(read_ctx->off);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
62
out->len_exists = bpf_core_field_exists(read_ctx->len);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
94
out->buf_exists = bpf_core_field_exists(read_ctx->buf);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
95
out->off_exists = bpf_core_field_exists(read_ctx->off);
tools/testing/selftests/bpf/progs/test_core_reloc_module.c
96
out->len_exists = bpf_core_field_exists(read_ctx->len);