Home
last modified time | relevance | path

Searched refs:hpp_dimension__add_output (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/ui/
H A Dhist.c575 hpp_dimension__add_output(PERF_HPP__OVERHEAD_ACC); in perf_hpp__init()
579 hpp_dimension__add_output(PERF_HPP__OVERHEAD); in perf_hpp__init()
582 hpp_dimension__add_output(PERF_HPP__OVERHEAD_SYS); in perf_hpp__init()
583 hpp_dimension__add_output(PERF_HPP__OVERHEAD_US); in perf_hpp__init()
586 hpp_dimension__add_output(PERF_HPP__OVERHEAD_GUEST_SYS); in perf_hpp__init()
587 hpp_dimension__add_output(PERF_HPP__OVERHEAD_GUEST_US); in perf_hpp__init()
592 hpp_dimension__add_output(PERF_HPP__SAMPLES); in perf_hpp__init()
595 hpp_dimension__add_output(PERF_HPP__PERIOD); in perf_hpp__init()
/openbmc/linux/tools/perf/util/
H A Dsort.h320 int hpp_dimension__add_output(unsigned col);
H A Dsort.c3143 int hpp_dimension__add_output(unsigned col) in hpp_dimension__add_output() function