Home
last modified time | relevance | path

Searched refs:perf_hpp__column_enable (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/ui/
Dhist.c466 perf_hpp__column_enable(PERF_HPP__OVERHEAD_ACC); in perf_hpp__init()
470 perf_hpp__column_enable(PERF_HPP__OVERHEAD); in perf_hpp__init()
473 perf_hpp__column_enable(PERF_HPP__OVERHEAD_SYS); in perf_hpp__init()
474 perf_hpp__column_enable(PERF_HPP__OVERHEAD_US); in perf_hpp__init()
477 perf_hpp__column_enable(PERF_HPP__OVERHEAD_GUEST_SYS); in perf_hpp__init()
478 perf_hpp__column_enable(PERF_HPP__OVERHEAD_GUEST_US); in perf_hpp__init()
483 perf_hpp__column_enable(PERF_HPP__SAMPLES); in perf_hpp__init()
486 perf_hpp__column_enable(PERF_HPP__PERIOD); in perf_hpp__init()
515 void perf_hpp__column_enable(unsigned col) in perf_hpp__column_enable() function
/linux-4.1.27/tools/perf/util/
Dhist.h246 void perf_hpp__column_enable(unsigned col);