Skip to content

Commit

Permalink
tracing/kprobes: Factor out struct trace_probe
Browse files Browse the repository at this point in the history
There are functions that can be shared to both of kprobes and uprobes.
Separate common data structure to struct trace_probe and use it from
the shared functions.

Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: zhangwei(Jovi) <jovi.zhangwei@huawei.com>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
  • Loading branch information
Namhyung Kim authored and Steven Rostedt committed Jan 2, 2014
1 parent 50eb267 commit c31ffb3
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 285 deletions.
Loading

0 comments on commit c31ffb3

Please sign in to comment.