| /tools/objtool/include/objtool/ |
| A D | warn.h | 67 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 D | netif_receive_skb.c | 49 #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 D | reg.h | 13 asm volatile("mfspr %0," _str(rn) \ 15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \
|
| A D | utils.h | 179 #define _str(s) #s macro 180 #define str(s) _str(s)
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf_dump.c | 377 #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 D | pidfd_test.c | 25 #define str(s) _str(s) 26 #define _str(s) #s macro
|
| /tools/perf/util/ |
| A D | annotate.h | 491 int annotate_parse_percent_type(const struct option *opt, const char *_str,
|
| A D | annotate.c | 2336 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 D | nettest.c | 761 static int convert_addr(struct sock_args *args, const char *_str, in convert_addr() argument 773 str = strdup(_str); in convert_addr()
|