/tools/perf/ui/ |
D | hist.c | 340 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument 346 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 353 #define __HPP_ENTRY_PERCENT_FN(_type, _field) \ argument 354 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ 361 #define __HPP_SORT_FN(_type, _field) \ argument 362 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 368 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument 374 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 381 #define __HPP_ENTRY_ACC_PERCENT_FN(_type, _field) \ argument 382 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ [all …]
|
/tools/testing/selftests/filesystems/fuse/ |
D | test_framework.h | 97 #define _TEST_OPERATOR(name, _type, format_specifier) \ argument 99 _type a, _type b, enum _operator o) \ 135 #define _CALL_TO(_type, name, a, b, o) \ argument 137 (_type) (long long) (a), \ 138 (_type) (long long) (b), o)
|
/tools/testing/selftests/bpf/progs/ |
D | netif_receive_skb.c | 52 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument 56 static const char _ptrtype[64] = #_type; \ 58 static _type _ptrdata = __VA_ARGS__; \ 67 _ptr.type_id = bpf_core_type_id_kernel(_type); \ 88 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument 89 TEST_BTF(_str, _type, _flags, "(" #_type ")" #__VA_ARGS__, \
|
/tools/perf/include/bpf/ |
D | bpf.h | 21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument 23 .type = BPF_MAP_TYPE_##_type, \
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 284 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 287 char __ptrtype[64] = #_type; \ 289 _type _ptrdata = __VA_ARGS__; \ 293 _ptr, sizeof(_type), _str, \ 298 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 300 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 301 "(" #_type ")" #__VA_ARGS__, __VA_ARGS__) 304 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 307 char __ptrtype[64] = #_type; \ 309 _type _ptrdata = __VA_ARGS__; \ [all …]
|
/tools/perf/ui/gtk/ |
D | hists.c | 43 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument 49 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \ 57 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument 63 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
|
/tools/perf/util/ |
D | data-convert-bt.c | 860 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ argument 862 ret = value_set_##_type(cw, event, #_field, _event->_name._field);\
|
/tools/perf/ui/browsers/ |
D | hists.c | 1228 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument 1235 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \ 1243 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument 1250 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
|