All of lore.kernel.org
 help / color / mirror / Atom feed
* Annotate is broken with --symfs option
@ 2018-02-06 18:17 Vuille, Martin (Martin)
  2018-02-07 12:43 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: Vuille, Martin (Martin) @ 2018-02-06 18:17 UTC (permalink / raw)
  To: linux-perf-users@vger.kernel.org

Since commit a706670900073d236938d539d1109338d64b47bb, when using
"perf annotate --symfs SYMFS_PATH" or "perf report --symfs SYMFS_PATH",
annotate no longer produces any output.

Cause is an unnecessary call to __symbol__join_symfs in dso__disassemble_filename,
which results in looking for the .build-id directory under SYMFS_PATH/SYMFS_PATH/.debug
instead of under SYMFS_PATH/.debug.

May be able to submit a patch, not sure where to send it.
MV

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

end of thread, other threads:[~2018-02-07 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06 18:17 Annotate is broken with --symfs option Vuille, Martin (Martin)
2018-02-07 12:43 ` 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.