Home
last modified time | relevance | path

Searched refs:_str (Results 1 – 9 of 9) sorted by relevance

/tools/objtool/include/objtool/
A Dwarn.h67 char *_str = offstr(sec, offset); \
68 __WARN(severity, "%s: " format, _str, ##__VA_ARGS__); \
69 free(_str); \
91 char *_str = offstr(_insn->sec, _insn->offset); \
92 WARN(" %s: " format, _str, ##__VA_ARGS__); \
93 free(_str); \
/tools/testing/selftests/bpf/progs/
A Dnetif_receive_skb.c49 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument
68 ret = bpf_snprintf_btf(_str, STRSIZE, \
72 _cmp = __strncmp(_str, _expectedval, EXPECTED_STRSIZE); \
74 bpf_printk("(%d) got %s", _cmp, _str); \
84 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument
85 TEST_BTF(_str, _type, _flags, "(" #_type ")" #__VA_ARGS__, \
/tools/testing/selftests/powerpc/include/
A Dreg.h13 asm volatile("mfspr %0," _str(rn) \
15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \
A Dutils.h179 #define _str(s) #s macro
180 #define str(s) _str(s)
/tools/testing/selftests/bpf/prog_tests/
A Dbtf_dump.c377 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument
386 _ptr, sizeof(_type), _str, \
391 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument
393 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \
397 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument
406 _ptr, _type_sz, _str, _expected); \
409 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
416 _ptr, sizeof(_type), _str, \
/tools/testing/selftests/pidfd/
A Dpidfd_test.c25 #define str(s) _str(s)
26 #define _str(s) #s macro
/tools/perf/util/
A Dannotate.h491 int annotate_parse_percent_type(const struct option *opt, const char *_str,
A Dannotate.c2336 int annotate_parse_percent_type(const struct option *opt __maybe_unused, const char *_str, in annotate_parse_percent_type() argument
2343 str1 = strdup(_str); in annotate_parse_percent_type()
/tools/testing/selftests/net/
A Dnettest.c761 static int convert_addr(struct sock_args *args, const char *_str, in convert_addr() argument
773 str = strdup(_str); in convert_addr()

Completed in 22 milliseconds