perf hists browser: Show extra_title_lines in the 'D' debug hotkey
To help in fixing problems in the browser. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: https://lkml.kernel.org/n/tip-uj0n76yqh5bf98i0edckd47t@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
b238db6557
commit
fdae640080
|
@ -659,9 +659,10 @@ int hist_browser__run(struct hist_browser *browser, const char *help,
|
||||||
struct hist_entry *h = rb_entry(browser->b.top,
|
struct hist_entry *h = rb_entry(browser->b.top,
|
||||||
struct hist_entry, rb_node);
|
struct hist_entry, rb_node);
|
||||||
ui_helpline__pop();
|
ui_helpline__pop();
|
||||||
ui_helpline__fpush("%d: nr_ent=(%d,%d), rows=%d, idx=%d, fve: idx=%d, row_off=%d, nrows=%d",
|
ui_helpline__fpush("%d: nr_ent=(%d,%d), etl: %d, rows=%d, idx=%d, fve: idx=%d, row_off=%d, nrows=%d",
|
||||||
seq++, browser->b.nr_entries,
|
seq++, browser->b.nr_entries,
|
||||||
browser->hists->nr_entries,
|
browser->hists->nr_entries,
|
||||||
|
browser->b.extra_title_lines,
|
||||||
browser->b.rows,
|
browser->b.rows,
|
||||||
browser->b.index,
|
browser->b.index,
|
||||||
browser->b.top_idx,
|
browser->b.top_idx,
|
||||||
|
|
Loading…
Reference in New Issue