All of lore.kernel.org
 help / color / mirror / Atom feed
* [QUESTION] Can uprobe_event support @ADDR, $retval, offs(FETCHARG)?
@ 2012-09-26  2:52 Hyeoncheol Lee
  2012-09-26  4:42 ` Srikar Dronamraju
  2012-09-26  5:33 ` Masami Hiramatsu
  0 siblings, 2 replies; 6+ messages in thread
From: Hyeoncheol Lee @ 2012-09-26  2:52 UTC (permalink / raw)
  To: srikar; +Cc: masami.hiramatsu.pt, linux-kernel

Hi,

uprobe_event only supports %REG arguments. I think that memory fetch,
return value fetch, memory dereference functions in
kernel/trace/trace_probe.c are good for uprobe_event. So with a little
modification of parse_probe_arg(), uprobe_event can support @ADDR,
$retval, offs(FETCHARGS) except @SYM, $stack, $stackN. Is it right?

Thanks,
Hyeoncheol

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

end of thread, other threads:[~2012-09-26  7:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26  2:52 [QUESTION] Can uprobe_event support @ADDR, $retval, offs(FETCHARG)? Hyeoncheol Lee
2012-09-26  4:42 ` Srikar Dronamraju
2012-09-26  5:33 ` Masami Hiramatsu
2012-09-26  5:23   ` Srikar Dronamraju
2012-09-26  7:07     ` Hyeoncheol Lee
2012-09-26  6:55   ` Hyeoncheol Lee

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.