Re: [PATCH v3 5/5] perf/script: add support for skid ip

2017-11-08 Thread Jiri Olsa
On Tue, Nov 07, 2017 at 11:56:37PM -0800, Stephane Eranian wrote: SNIP > diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c > index 223165055d41..ee8fb635f694 100644 > --- a/tools/perf/util/session.c > +++ b/tools/perf/util/session.c > @@ -1133,7 +1133,7 @@ static void

Re: [PATCH v3 5/5] perf/script: add support for skid ip

2017-11-08 Thread Jiri Olsa
On Tue, Nov 07, 2017 at 11:56:37PM -0800, Stephane Eranian wrote: SNIP > diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c > index 223165055d41..ee8fb635f694 100644 > --- a/tools/perf/util/session.c > +++ b/tools/perf/util/session.c > @@ -1133,7 +1133,7 @@ static void

[PATCH v3 5/5] perf/script: add support for skid ip

2017-11-07 Thread Stephane Eranian
This patch adds a skid_ip field to perf script to dump the raw value of the PERF_SAMPLE_SKID_IP field in each sample. $ perf script -F +ip,+skid_ip .. The field is not enabled by default. Signed-off-by: Stephane Eranian --- tools/perf/Documentation/perf-script.txt | 2

[PATCH v3 5/5] perf/script: add support for skid ip

2017-11-07 Thread Stephane Eranian
This patch adds a skid_ip field to perf script to dump the raw value of the PERF_SAMPLE_SKID_IP field in each sample. $ perf script -F +ip,+skid_ip .. The field is not enabled by default. Signed-off-by: Stephane Eranian --- tools/perf/Documentation/perf-script.txt | 2 +-