Searched refs:BTF_F_ZERO (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_ptr.h8 #define BTF_F_ZERO BTF_F_ZERO___not_used macro
14 #undef BTF_F_ZERO macro
26 BTF_F_ZERO = (1ULL << 3), enumerator in enum:__anon6256
H A Dnetif_receive_skb.c97 static __u64 flags[] = { 0, BTF_F_COMPACT, BTF_F_ZERO, BTF_F_PTR_RAW,
98 BTF_F_NONAME, BTF_F_COMPACT | BTF_F_ZERO |
138 TEST_BTF(str, int, BTF_F_ZERO, "(int)0", 0);
139 TEST_BTF(str, int, BTF_F_NONAME | BTF_F_ZERO, "0", 0);
149 TEST_BTF(str, char, BTF_F_ZERO, "(char)0", 0);
150 TEST_BTF(str, char, BTF_F_NONAME | BTF_F_ZERO, "0", 0);
158 TEST_BTF(str, u64, BTF_F_ZERO, "(u64)0", 0);
159 TEST_BTF(str, u64, BTF_F_NONAME|BTF_F_ZERO, "0", 0);
167 TEST_BTF(str, atomic_t, BTF_F_ZERO, "(atomic_t){.counter = (int)0,}",
169 TEST_BTF(str, atomic_t, BTF_F_NONAME|BTF_F_ZERO,
[all...]
H A Dbpf_iter.h25 #define BTF_F_ZERO BTF_F_ZERO___not_used macro
49 #undef BTF_F_ZERO macro
161 BTF_F_ZERO = (1ULL << 3), enumerator in enum:__anon3599
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c282 if (flags & BTF_F_ZERO)
371 TEST_BTF_DUMP_DATA(btf, d, NULL, str, int, BTF_F_COMPACT | BTF_F_ZERO,
374 BTF_F_COMPACT | BTF_F_NONAME | BTF_F_ZERO,
466 TEST_BTF_DUMP_DATA(btf, d, NULL, str, char, BTF_F_COMPACT | BTF_F_ZERO,
468 TEST_BTF_DUMP_DATA(btf, d, NULL, str, char, BTF_F_COMPACT | BTF_F_NONAME | BTF_F_ZERO,
487 TEST_BTF_DUMP_DATA(btf, d, NULL, str, u64, BTF_F_COMPACT | BTF_F_ZERO,
490 BTF_F_COMPACT | BTF_F_NONAME | BTF_F_ZERO,
513 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT | BTF_F_ZERO,
517 BTF_F_COMPACT | BTF_F_NONAME | BTF_F_ZERO,
519 TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_ZERO,
[all...]
/linux-master/include/linux/
H A Dbtf.h187 #define BTF_SHOW_ZERO BTF_F_ZERO
/linux-master/include/uapi/linux/
H A Dbpf.h4860 * **BTF_F_ZERO**
7374 * - BTF_F_ZERO: show zero-valued struct/union members; they
7381 BTF_F_ZERO = (1ULL << 3), enumerator in enum:__anon2710
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4860 * **BTF_F_ZERO**
7374 * - BTF_F_ZERO: show zero-valued struct/union members; they
7381 BTF_F_ZERO = (1ULL << 3), enumerator in enum:__anon3251
/linux-master/kernel/trace/
H A Dbpf_trace.c980 BTF_F_PTR_RAW | BTF_F_ZERO)

Completed in 235 milliseconds