mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/1] Perf: fix overwritten of free running PEBSv3 timestamp
@ 2016-02-10 22:38 Tong Zhang
  2016-02-10 22:38 ` [PATCH 1/1] " Tong Zhang
  0 siblings, 1 reply; 5+ messages in thread
From: Tong Zhang @ 2016-02-10 22:38 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo; +Cc: LKML, Tong Zhang

Hi,
  commit a7b58d211ba18c9175b139e18b68c86a6bcc3c3f introduced
  feature of timestamp on free running PEBSv3, however,
  the timestamp is later overwritten, which makes the effort in vain.

  This patch prevent overwritten by detecting whether
  a timestamp is provided.

Tong Zhang (1):
 x86: Perf, fix overwritten of free running PEBSv3 timestamp
 include/linux/perf_event.h  |  1 +
 kernel/events/core.c        | 45 +++++++++++++++++++++++++++++++++------------
 kernel/events/ring_buffer.c |  4 +++-
 3 files changed, 37 insertions(+), 13 deletions(-)

-- 
2.4.10

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-11 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 22:38 [PATCH 0/1] Perf: fix overwritten of free running PEBSv3 timestamp Tong Zhang
2016-02-10 22:38 ` [PATCH 1/1] " Tong Zhang
2016-02-11 14:57   ` Peter Zijlstra
2016-02-11 16:39     ` Tong Zhang
2016-02-11 17:26       ` Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome