| commit | e2a63411ac4e1b7b36da9f4c2245570d92842d2e | [log] [tgz] |
|---|---|---|
| author | Sven Schnelle <svens@linux.ibm.com> | Mon Dec 23 15:13:51 2024 -0500 |
| committer | Jiri Olsa <jolsa@kernel.org> | Fri Dec 27 00:07:41 2024 +0100 |
| tree | 4b80a6ca8d1d315e629ced5819063fc0981e8f64 | |
| parent | 55631bd0cfe5fbec062774cfcb2924286901ba4a [diff] |
ftrace: Add arguments to function tracer
Wire up the code to print function arguments in the function tracer.
This functionality can be enabled/disabled during runtime with
options/func-args.
ping-689 [004] b.... 77.170220: dummy_xmit(skb = 0x82904800, dev = 0x882d0000) <-dev_hard_start_xmit
Co-developed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>