All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding a recording delay interferes with symbols/call-stack
@ 2017-10-30 20:25 Bram Stolk
  2017-10-31 14:25 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 10+ messages in thread
From: Bram Stolk @ 2017-10-30 20:25 UTC (permalink / raw)
  To: linux-perf-users

If I record with callstacks like this:

$ perf record --freq 2000 --call-graph dwarf ./bench

then it works just fine: I see callstacks, and symbols in the report.

If I delay the recording by 1 second with the --delay flag, like this:

$ perf record --delay=1000 --freq 2000 --call-graph dwarf ./bench

Then I lose all callstack information, and even all symbol information
on my program in the report.

Is this a known issue, that --delay interferes with symbol resolution?

Thanks!

  Bram

PS: I am on 64b Ubuntu, and perf version 4.4.87

-- 
Owner/Director of Game Studio Abraham Stolk Inc.
Vancouver BC, Canada
b.stolk@gmail.com

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

end of thread, other threads:[~2017-11-03 18:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-30 20:25 Adding a recording delay interferes with symbols/call-stack Bram Stolk
2017-10-31 14:25 ` Arnaldo Carvalho de Melo
2017-10-31 17:10   ` Bram Stolk
2017-10-31 19:14     ` Arnaldo Carvalho de Melo
2017-11-01  4:36       ` Bram Stolk
2017-11-02  6:20         ` Namhyung Kim
2017-11-02  7:01           ` Bram Stolk
2017-11-02  7:07             ` Namhyung Kim
2017-11-02  7:10               ` Bram Stolk
2017-11-03 18:41             ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.