perf intel-pt: Set no_aux_samples for the tracking event
authorKan Liang <kan.liang@intel.com>
Fri, 30 Jun 2017 14:16:55 +0000 (10:16 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 20 Jul 2017 12:55:50 +0000 (09:55 -0300)
commit69d8bd8aa7d8906a1e922ae884d97f0bd7f1b269
tree1fccafb3cda2c309bdc0175bbfad60d6e478db02
parent510457ec9dc259b002879bcfe475f89d4514a0fc
perf intel-pt: Set no_aux_samples for the tracking event

The reason of introducing the tracking event (a dummy software event) is
to collect side-band information. Additional sampling is wasteful.
no_aux_samples should be set for tracking event.

Signed-off-by: Kan Liang <kan.liang@intel.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170630141656.1626-1-kan.liang@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/util/intel-pt.c