Searched refs:bpf_core_field_exists (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_existence.c47 out->a_exists = bpf_core_field_exists(in->a);
48 if (bpf_core_field_exists(struct core_reloc_existence, a))
53 out->b_exists = bpf_core_field_exists(in->b);
54 if (bpf_core_field_exists(struct core_reloc_existence, b))
59 out->c_exists = bpf_core_field_exists(in->c);
60 if (bpf_core_field_exists(struct core_reloc_existence, c))
65 out->arr_exists = bpf_core_field_exists(in->arr);
66 if (bpf_core_field_exists(struct core_reloc_existence, arr))
71 out->s_exists = bpf_core_field_exists(in->s);
72 if (bpf_core_field_exists(struc
[all...]
H A Dtest_core_reloc_module.c60 out->buf_exists = bpf_core_field_exists(read_ctx->buf);
61 out->off_exists = bpf_core_field_exists(read_ctx->off);
62 out->len_exists = bpf_core_field_exists(read_ctx->len);
94 out->buf_exists = bpf_core_field_exists(read_ctx->buf);
95 out->off_exists = bpf_core_field_exists(read_ctx->off);
96 out->len_exists = bpf_core_field_exists(read_ctx->len);
H A Dmptcp_sock.c49 is_mptcp = bpf_core_field_exists(tsk->is_mptcp) ? tsk->is_mptcp : 0;
H A Dprofiler.inc.h238 if (bpf_core_field_exists(node52->id.ino)) {
285 if (bpf_core_field_exists(root_kernfs->iattr->ia_mtime)) {
/linux-master/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c51 if (!bpf_core_field_exists(data->sample_flags) ||
113 if (bpf_core_field_exists(data->mem_hops))
H A Dlock_contention.bpf.c296 if (bpf_core_field_exists(mm_new->mmap_lock)) {
302 if (bpf_core_field_exists(mm_old->mmap_sem)) {
542 if (bpf_core_field_exists(struct rq___new, __lock))
H A Dbperf_cgroup.bpf.c70 if (bpf_core_field_exists(cgrp_new->ancestors)) {
H A Doff_cpu.bpf.c110 if (bpf_core_field_exists(t_new->__state)) {
/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h182 * bpf_core_field_exists(p->my_field);
184 * bpf_core_field_exists(struct my_type, my_field).
186 #define bpf_core_field_exists(field...) \ macro

Completed in 214 milliseconds