• Arnaldo Carvalho de Melo's avatar
    perf tools: Fix TUI helpline output · 044c4f8f
    Arnaldo Carvalho de Melo authored
    In commit e2f4351 "perf ui/helpline: Introduce ui_helpline__vshow()" the
    test for the browser used made ui_helpline__vshow() to be called only
    for the GTK browser.
    
    The TUI one then was not used and vfprintf(stderr, ...) was used
    instead, making the TUI scroll the screen instead of just printing on
    the last line.
    
    Fix it by doing the proper check, that is to call ui_helpline__vshow to
    be called for both the TUI and GTK browsers.
    
    Cc: David Ahern <dsahern@gmail.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Jiri Olsa <jolsa@redhat.com>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Namhyung Kim <namhyung@gmail.com>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Stephane Eranian <eranian@google.com>
    Link: http://lkml.kernel.org/n/tip-iad0nw09x4orhmn0uzz4ljx3@git.kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    044c4f8f
debug.c 1.54 KB