Searched hist:"79 b58424b821c651a4b4df9018a14684e3670f42" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | diff 79b58424b821c651a4b4df9018a14684e3670f42 Fri Jul 17 11:33:55 CDT 2015 Adrian Hunter <adrian.hunter@intel.com> perf tools: Add Intel PT support for decoding MTC packets
MTC packets provide finer grain timestamp information than TSC packets. MTC packets record time using the hardware crystal clock (CTC) which is related to TSC packets using a TMA packet.
This patch just adds decoder support.
Support for a default value and validation of values is provided by a later patch. Also documentation is updated in a separate patch.
For details refer to the June 2015 or later Intel 64 and IA-32 Architectures SDM Chapter 36 Intel Processor Trace.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/1437150840-31811-21-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | intel-pt-decoder.c | diff 79b58424b821c651a4b4df9018a14684e3670f42 Fri Jul 17 11:33:55 CDT 2015 Adrian Hunter <adrian.hunter@intel.com> perf tools: Add Intel PT support for decoding MTC packets
MTC packets provide finer grain timestamp information than TSC packets. MTC packets record time using the hardware crystal clock (CTC) which is related to TSC packets using a TMA packet.
This patch just adds decoder support.
Support for a default value and validation of values is provided by a later patch. Also documentation is updated in a separate patch.
For details refer to the June 2015 or later Intel 64 and IA-32 Architectures SDM Chapter 36 Intel Processor Trace.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/1437150840-31811-21-git-send-email-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|