I have had a ton of problems with SystemTap and am looking to test out ftrace. In specific, I am looking to monitor a function's arguments in real-time. I have read the ftrace documentation, but am having trouble piecing together the instructions to actually do this.
I would like to see something like this:
target_function(1, 0xABCD, 0xffff0000)
I assume I need to set set_ftrace_filter to the right traces, but after that how do I proceed? Please advise.