Searched refs:_fmttype (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | hist.c | 503 #define __HPP_COLOR_PERCENT_FN(_type, _field, _fmttype) \ argument 513 hpp_color_scnprintf, _fmttype); \ 516 #define __HPP_ENTRY_PERCENT_FN(_type, _field, _fmttype) \ argument 521 hpp_entry_scnprintf, _fmttype); \ 531 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field, _fmttype) \ argument 541 hpp_color_scnprintf, _fmttype); \ 544 #define __HPP_ENTRY_ACC_PERCENT_FN(_type, _field, _fmttype) \ argument 549 hpp_entry_scnprintf, _fmttype); \ 617 #define HPP_PERCENT_FNS(_type, _field, _fmttype) \ argument 618 __HPP_COLOR_PERCENT_FN(_type, _field, _fmttype) \ [all …]
|
| /linux/kernel/trace/ |
| H A D | trace_probe.h | 190 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, str, _fmttype) \ argument 197 .fmttype = _fmttype, \ 201 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 202 __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, 0, #_fmttype)
|
| /linux/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); \
|