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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_ptr.h5 #define BTF_F_COMPACT BTF_F_COMPACT___not_used macro
11 #undef BTF_F_COMPACT macro
23 BTF_F_COMPACT = (1ULL << 0), enumerator in enum:__anon6256
H A Dbpf_iter.h22 #define BTF_F_COMPACT BTF_F_COMPACT___not_used macro
46 #undef BTF_F_COMPACT macro
158 BTF_F_COMPACT = (1ULL << 0), enumerator in enum:__anon3599
H A Dnetif_receive_skb.c56 __u64 _hflags = _flags | BTF_F_COMPACT; \
97 static __u64 flags[] = { 0, BTF_F_COMPACT, BTF_F_ZERO, BTF_F_PTR_RAW,
98 BTF_F_NONAME, BTF_F_COMPACT | BTF_F_ZERO |
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c278 if (flags & BTF_F_COMPACT)
362 TEST_BTF_DUMP_DATA_C(btf, d, NULL, str, int, BTF_F_COMPACT, 1234);
363 TEST_BTF_DUMP_DATA(btf, d, NULL, str, int, BTF_F_COMPACT | BTF_F_NONAME,
368 TEST_BTF_DUMP_DATA(btf, d, NULL, str, int, BTF_F_COMPACT, "(int)0", 0);
369 TEST_BTF_DUMP_DATA(btf, d, NULL, str, int, BTF_F_COMPACT | BTF_F_NONAME,
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,
376 TEST_BTF_DUMP_DATA_C(btf, d, NULL, str, int, BTF_F_COMPACT, -4567);
377 TEST_BTF_DUMP_DATA(btf, d, NULL, str, int, BTF_F_COMPACT | BTF_F_NONAME,
389 TEST_BTF_DUMP_DATA(btf, d, NULL, str, unsigned __int128, BTF_F_COMPACT,
[all...]
/linux-master/include/linux/
H A Dbtf.h184 #define BTF_SHOW_COMPACT BTF_F_COMPACT
/linux-master/include/uapi/linux/
H A Dbpf.h4853 * **BTF_F_COMPACT**
7370 * - BTF_F_COMPACT: no formatting around type information
7378 BTF_F_COMPACT = (1ULL << 0), enumerator in enum:__anon2710
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4853 * **BTF_F_COMPACT**
7370 * - BTF_F_COMPACT: no formatting around type information
7378 BTF_F_COMPACT = (1ULL << 0), enumerator in enum:__anon3251
/linux-master/kernel/trace/
H A Dbpf_trace.c979 #define BTF_F_ALL (BTF_F_COMPACT | BTF_F_NONAME | \

Completed in 694 milliseconds