Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-03-06 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 06, 2018 at 03:36:58PM +0800, Wang YanQing escreveu: > On Thu, Feb 08, 2018 at 01:20:31PM +0100, Jiri Olsa wrote: > > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > > So that beautifiers wanting to resolve kernel function addresses to > > > names can do its work, and

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-03-06 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 06, 2018 at 03:36:58PM +0800, Wang YanQing escreveu: > On Thu, Feb 08, 2018 at 01:20:31PM +0100, Jiri Olsa wrote: > > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > > So that beautifiers wanting to resolve kernel function addresses to > > > names can do its work, and

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-03-05 Thread Wang YanQing
On Thu, Feb 08, 2018 at 01:20:31PM +0100, Jiri Olsa wrote: > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > So that beautifiers wanting to resolve kernel function addresses to > > names can do its work, and when we use "perf report" for output of > > "perf kmem record", we will

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-03-05 Thread Wang YanQing
On Thu, Feb 08, 2018 at 01:20:31PM +0100, Jiri Olsa wrote: > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > So that beautifiers wanting to resolve kernel function addresses to > > names can do its work, and when we use "perf report" for output of > > "perf kmem record", we will

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-02-08 Thread Jiri Olsa
On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > So that beautifiers wanting to resolve kernel function addresses to > names can do its work, and when we use "perf report" for output of > "perf kmem record", we will get kernel symbol output. > > Signed-off-by: Wang YanQing

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-02-08 Thread Jiri Olsa
On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > So that beautifiers wanting to resolve kernel function addresses to > names can do its work, and when we use "perf report" for output of > "perf kmem record", we will get kernel symbol output. > > Signed-off-by: Wang YanQing

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-23 Thread Jiri Olsa
On Mon, Jan 22, 2018 at 01:25:03AM +0800, Wang YanQing wrote: > On Fri, Jan 19, 2018 at 07:57:59PM +0100, Jiri Olsa wrote: > > On Thu, Jan 18, 2018 at 10:22:30PM +0800, Wang YanQing wrote: > > > On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > > > > On Wed, Jan 17, 2018 at 12:48:12AM

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-23 Thread Jiri Olsa
On Mon, Jan 22, 2018 at 01:25:03AM +0800, Wang YanQing wrote: > On Fri, Jan 19, 2018 at 07:57:59PM +0100, Jiri Olsa wrote: > > On Thu, Jan 18, 2018 at 10:22:30PM +0800, Wang YanQing wrote: > > > On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > > > > On Wed, Jan 17, 2018 at 12:48:12AM

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-21 Thread Wang YanQing
On Fri, Jan 19, 2018 at 07:57:59PM +0100, Jiri Olsa wrote: > On Thu, Jan 18, 2018 at 10:22:30PM +0800, Wang YanQing wrote: > > On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > > > On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > > > > On Mon, Jan 15, 2018 at 11:06:11AM

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-21 Thread Wang YanQing
On Fri, Jan 19, 2018 at 07:57:59PM +0100, Jiri Olsa wrote: > On Thu, Jan 18, 2018 at 10:22:30PM +0800, Wang YanQing wrote: > > On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > > > On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > > > > On Mon, Jan 15, 2018 at 11:06:11AM

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-19 Thread Jiri Olsa
On Thu, Jan 18, 2018 at 10:22:30PM +0800, Wang YanQing wrote: > On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > > On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > > > On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > > > > On Mon, Jan 15, 2018 at 12:47:32PM

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-19 Thread Jiri Olsa
On Thu, Jan 18, 2018 at 10:22:30PM +0800, Wang YanQing wrote: > On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > > On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > > > On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > > > > On Mon, Jan 15, 2018 at 12:47:32PM

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-18 Thread Wang YanQing
On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > > On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > > > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > > > So that beautifiers wanting to

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-18 Thread Wang YanQing
On Thu, Jan 18, 2018 at 10:43:18AM +0100, Jiri Olsa wrote: > On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > > On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > > > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > > > So that beautifiers wanting to

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-18 Thread Jiri Olsa
On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > > So that beautifiers wanting to resolve kernel function addresses to > > > names can do its work, and

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-18 Thread Jiri Olsa
On Wed, Jan 17, 2018 at 12:48:12AM +0800, Wang YanQing wrote: > On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > > So that beautifiers wanting to resolve kernel function addresses to > > > names can do its work, and

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-16 Thread Wang YanQing
On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > So that beautifiers wanting to resolve kernel function addresses to > > names can do its work, and when we use "perf report" for output of > > "perf kmem record", we will

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-16 Thread Wang YanQing
On Mon, Jan 15, 2018 at 11:06:11AM +0100, Jiri Olsa wrote: > On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > > So that beautifiers wanting to resolve kernel function addresses to > > names can do its work, and when we use "perf report" for output of > > "perf kmem record", we will

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-15 Thread Jiri Olsa
On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > So that beautifiers wanting to resolve kernel function addresses to > names can do its work, and when we use "perf report" for output of > "perf kmem record", we will get kernel symbol output. > > Signed-off-by: Wang YanQing

Re: [PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-15 Thread Jiri Olsa
On Mon, Jan 15, 2018 at 12:47:32PM +0800, Wang YanQing wrote: > So that beautifiers wanting to resolve kernel function addresses to > names can do its work, and when we use "perf report" for output of > "perf kmem record", we will get kernel symbol output. > > Signed-off-by: Wang YanQing > --- >

[PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-14 Thread Wang YanQing
So that beautifiers wanting to resolve kernel function addresses to names can do its work, and when we use "perf report" for output of "perf kmem record", we will get kernel symbol output. Signed-off-by: Wang YanQing --- tools/perf/builtin-report.c | 9 + 1 file

[PATCH] perf report: Provide libtraceevent with a kernel symbol resolver

2018-01-14 Thread Wang YanQing
So that beautifiers wanting to resolve kernel function addresses to names can do its work, and when we use "perf report" for output of "perf kmem record", we will get kernel symbol output. Signed-off-by: Wang YanQing --- tools/perf/builtin-report.c | 9 + 1 file changed, 9 insertions(+)