Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dhists.c805 int extra_offset = 0; in hist_browser__show_callchain_flat() local
813 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
820 offset + extra_offset, in hist_browser__show_callchain_flat()
836 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
843 offset + extra_offset, in hist_browser__show_callchain_flat()
998 int extra_offset = 0; in hist_browser__show_callchain_graph() local
1006 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_graph()
1013 offset + extra_offset, in hist_browser__show_callchain_graph()
1024 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__show_callchain_graph()