Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 8 of 8) sorted by relevance

/tools/perf/ui/
Dhist.c340 #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/
Dtest_framework.h97 #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/
Dnetif_receive_skb.c52 #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/
Dbpf.h21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument
23 .type = BPF_MAP_TYPE_##_type, \
/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c284 #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/
Dhists.c43 #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/
Ddata-convert-bt.c860 #define __NON_SAMPLE_SET_FIELD(_name, _type, _field) \ argument
862 ret = value_set_##_type(cw, event, #_field, _event->_name._field);\
/tools/perf/ui/browsers/
Dhists.c1228 #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, \