Searched refs:HPP__PRINT_FNS (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ui/ |
H A D | hist.c | 536 #define HPP__PRINT_FNS(_name, _fn, _idx) \ macro 556 HPP__PRINT_FNS("Samples", samples, SAMPLES), 557 HPP__PRINT_FNS("Period", period, PERIOD), 558 HPP__PRINT_FNS("Weight1", weight1, WEIGHT1), 559 HPP__PRINT_FNS("Weight2", weight2, WEIGHT2), 560 HPP__PRINT_FNS("Weight3", weight3, WEIGHT3), 571 #undef HPP__PRINT_FNS
|