Home
last modified time | relevance | path

Searched hist:c3b78952 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.cc3b78952 Tue Apr 22 01:56:17 CDT 2014 Namhyung Kim <namhyung@kernel.org> perf hists/tui: Count callchain rows separately

When TUI hist browser expands/collapses callchains it accounted number
of callchain nodes into total entries to show. However this code
ignores filtering so that it can make the cursor go to out of screen.

Thanks to Jiri Olsa for pointing out a bug (and a fix) in the code.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1398327843-31845-12-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>