All of lore.kernel.org
 help / color / mirror / Atom feed
* types for storing instruction pointers
@ 2009-06-04 13:14 Christoph Hellwig
  2009-06-07 13:25 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2009-06-04 13:14 UTC (permalink / raw)
  To: Ingo Molnar, Frederic Weisbecker; +Cc: linux-kernel

Currently the _THIS_IP_ and _RET_IP_ macros aded for lockdep but now
available from kernel.org case the instruction pointer to an unsigned
long.  But the %pf/%pF format for printing them want a pointer of some
sort.  That's a pretty nasty situation for tracers - can we standardize
on one type for it?

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

end of thread, other threads:[~2009-06-08 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-04 13:14 types for storing instruction pointers Christoph Hellwig
2009-06-07 13:25 ` Ingo Molnar
2009-06-08 13:51   ` Christoph Hellwig
2009-06-08 14:12     ` Ingo Molnar

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.