Re: [PATCH V4 10/24] perf auxtrace: Add Intel PT as an AUX area tracing type

2015-05-04 Thread Jiri Olsa
On Thu, Apr 30, 2015 at 05:37:33PM +0300, Adrian Hunter wrote: > Add the Intel Processor Trace type > constant PERF_AUXTRACE_INTEL_PT. > > Signed-off-by: Adrian Hunter Acked-by: Jiri Olsa thanks, jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH V4 10/24] perf auxtrace: Add Intel PT as an AUX area tracing type

2015-04-30 Thread Adrian Hunter
Add the Intel Processor Trace type constant PERF_AUXTRACE_INTEL_PT. Signed-off-by: Adrian Hunter --- tools/perf/util/auxtrace.c | 1 + tools/perf/util/auxtrace.h | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/perf/util/auxtrace.c b/tools/perf/util/auxtrace.c index df66966..734c4d2 1