Searched refs:_fmttype (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 360 #define __HPP_COLOR_PERCENT_FN(_type, _field, _fmttype) \ argument 370 hpp_color_scnprintf, _fmttype); \ 378 hpp_entry_scnprintf, _fmttype); \ 398 hpp_color_scnprintf, _fmttype); \ 406 hpp_entry_scnprintf, _fmttype); \ 457 #define HPP_PERCENT_FNS(_type, _field, _fmttype) \ argument 458 __HPP_COLOR_PERCENT_FN(_type, _field, _fmttype) \ 459 __HPP_ENTRY_PERCENT_FN(_type, _field, _fmttype) \ 462 #define HPP_PERCENT_ACC_FNS(_type, _field, _fmttype) \ argument 463 __HPP_COLOR_ACC_PERCENT_FN(_type, _field, _fmttype) \ [all …]
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_probe.h | 188 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 195 .fmttype = _fmttype, \ 199 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 200 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype)
|
| /linux-6.15/tools/perf/ui/browsers/ |
| H A D | hists.c | 1229 #define __HPP_COLOR_PERCENT_FN(_type, _field, _fmttype) \ argument 1241 __hpp__slsmg_color_printf, _fmttype); \ 1244 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field, _fmttype) \ argument 1266 _fmttype); \
|