Re: [PATCH v4 5/5] perf/script: add support for PERF_SAMPLE_SKID_IP

2017-11-13 Thread Jiri Olsa
On Wed, Nov 08, 2017 at 11:57:13PM -0800, Stephane Eranian wrote: > 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: Steph

[PATCH v4 5/5] perf/script: add support for PERF_SAMPLE_SKID_IP

2017-11-08 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 +- tools/perf/built