]> git.baikalelectronics.ru Git - kernel.git/commit
perf intel-pt: Fix error timestamp setting on the decoder error path
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 10 Dec 2021 16:23:03 +0000 (18:23 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 11 Dec 2021 11:19:47 +0000 (08:19 -0300)
commita38cc7bdc89809fa18672ae4cd1687722c9d535f
tree6013b5e4b963f8633918abcd8506c7f266c1c01e
parentbd58bc90cbe2017218ea1b4f58ea1e37f8cd6840
perf intel-pt: Fix error timestamp setting on the decoder error path

An error timestamp shows the last known timestamp for the queue, but this
is not updated on the error path. Fix by setting it.

Fixes: 5d6dc014fc968c ("perf tools: Add Intel PT decoder")
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: stable@vger.kernel.org # v5.15+
Link: https://lore.kernel.org/r/20211210162303.2288710-8-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt.c