]> git.baikalelectronics.ru Git - kernel.git/commit
perf intel-pt: Fix divide by zero when TSC is not available
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 1 Mar 2019 10:35:36 +0000 (12:35 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 1 Mar 2019 17:48:30 +0000 (14:48 -0300)
commit2223c68390ccf342729fa8d364bda12486135705
tree22562c2f3c6a1cfe9bfd63c23ab1eca1052fb657
parent2189e4e449b8d7654f017983a2be2f6c6440fc57
perf intel-pt: Fix divide by zero when TSC is not available

When TSC is not available, "timeless" decoding is used but a divide by
zero occurs if perf_time_to_tsc() is called.

Ensure the divisor is not zero.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: stable@vger.kernel.org # v4.9+
Link: https://lkml.kernel.org/n/tip-1i4j0wqoc8vlbkcizqqxpsf4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt.c