Searched hist:a7fa19f5a255cc8970202d5c54092089a01fc042 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | diff a7fa19f5a255cc8970202d5c54092089a01fc042 Tue Jun 04 08:00:06 CDT 2019 Adrian Hunter <adrian.hunter@intel.com> perf intel-pt: Add intel_pt_fast_forward()
Intel PT decoding is done in time order. In order to support efficient time interval filtering, add a facility to "fast forward" towards a particular timestamp. That involves finding the right buffer, stepping to that buffer, and then stepping forward PSBs. Because decoding must begin at a PSB, "fast forward" stops at the last PSB that has a timestamp before the target timestamp.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jin Yao <yao.jin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/20190604130017.31207-9-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | intel-pt-decoder.c | diff a7fa19f5a255cc8970202d5c54092089a01fc042 Tue Jun 04 08:00:06 CDT 2019 Adrian Hunter <adrian.hunter@intel.com> perf intel-pt: Add intel_pt_fast_forward()
Intel PT decoding is done in time order. In order to support efficient time interval filtering, add a facility to "fast forward" towards a particular timestamp. That involves finding the right buffer, stepping to that buffer, and then stepping forward PSBs. Because decoding must begin at a PSB, "fast forward" stops at the last PSB that has a timestamp before the target timestamp.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jin Yao <yao.jin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/20190604130017.31207-9-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|