Re: [PATCH 3/4] Add the fp_selection_helper function to set the file pointer for the related functions

2017-09-22 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 22, 2017 at 11:03:27AM +0200, Jiri Olsa escreveu: > On Mon, Sep 18, 2017 at 01:55:21PM +0800, yuzhoujian wrote: > > Signed-off-by: yuzhoujian > > --- > > tools/perf/builtin-script.c | 24 > > 1 file changed, 16 insertions(+), 8

Re: [PATCH 3/4] Add the fp_selection_helper function to set the file pointer for the related functions

2017-09-22 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 22, 2017 at 11:03:27AM +0200, Jiri Olsa escreveu: > On Mon, Sep 18, 2017 at 01:55:21PM +0800, yuzhoujian wrote: > > Signed-off-by: yuzhoujian > > --- > > tools/perf/builtin-script.c | 24 > > 1 file changed, 16 insertions(+), 8 deletions(-) > > > > diff

Re: [PATCH 3/4] Add the fp_selection_helper function to set the file pointer for the related functions

2017-09-22 Thread Jiri Olsa
On Mon, Sep 18, 2017 at 01:55:21PM +0800, yuzhoujian wrote: > Signed-off-by: yuzhoujian > --- > tools/perf/builtin-script.c | 24 > 1 file changed, 16 insertions(+), 8 deletions(-) > > diff --git a/tools/perf/builtin-script.c

Re: [PATCH 3/4] Add the fp_selection_helper function to set the file pointer for the related functions

2017-09-22 Thread Jiri Olsa
On Mon, Sep 18, 2017 at 01:55:21PM +0800, yuzhoujian wrote: > Signed-off-by: yuzhoujian > --- > tools/perf/builtin-script.c | 24 > 1 file changed, 16 insertions(+), 8 deletions(-) > > diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c > index

[PATCH 3/4] Add the fp_selection_helper function to set the file pointer for the related functions

2017-09-17 Thread yuzhoujian
Signed-off-by: yuzhoujian --- tools/perf/builtin-script.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index f709f6f..89bab68 100644 ---

[PATCH 3/4] Add the fp_selection_helper function to set the file pointer for the related functions

2017-09-17 Thread yuzhoujian
Signed-off-by: yuzhoujian --- tools/perf/builtin-script.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index f709f6f..89bab68 100644 --- a/tools/perf/builtin-script.c +++