perf newt: Pass the input_name to perf_session__browse_hists
So that it can use it in the 'perf annotate' command line, otherwise it'll use the default and not the specified -i filename passed to 'perf report'. Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
@@ -313,7 +313,8 @@ static int __cmd_report(void)
|
||||
stats->stats.total);
|
||||
if (use_browser)
|
||||
perf_session__browse_hists(&stats->hists, nr_hists,
|
||||
stats->stats.total, help);
|
||||
stats->stats.total, help,
|
||||
input_name);
|
||||
else {
|
||||
if (rb_first(&session->stats_by_id) ==
|
||||
rb_last(&session->stats_by_id))
|
||||
|
Reference in New Issue
Block a user