Re: [PATCH 2/3] perf, tools, report: Pass on -f to child perf script

2019-03-12 Thread Jiri Olsa
On Mon, Mar 11, 2019 at 08:52:23PM -0700, Andi Kleen wrote: > From: Andi Kleen > > Pass on -f to the child perf script, so that it can read the perf.data > file if it's owned by a different user. > > Signed-off-by: Andi Kleen Acked-by: Jiri Olsa thanks, jirka > --- > tools/perf/ui/browsers

[PATCH 2/3] perf, tools, report: Pass on -f to child perf script

2019-03-11 Thread Andi Kleen
From: Andi Kleen Pass on -f to the child perf script, so that it can read the perf.data file if it's owned by a different user. Signed-off-by: Andi Kleen --- tools/perf/ui/browsers/res_sample.c | 3 ++- tools/perf/ui/browsers/scripts.c| 5 +++-- 2 files changed, 5 insertions(+), 3 deletion