Lines Matching refs:ftrace
12 Fprobe is a function entry/exit probe mechanism based on ftrace.
13 Instead of using ftrace full feature, if you only want to attach callbacks
22 The fprobe is a wrapper of ftrace (+ kretprobe-like return callback) to
45 The register_fprobe_ips() enables a fprobe by ftrace-location addresses.
79 Same as ftrace, the registered callbacks will start being called some time
81 :file:`Documentation/trace/ftrace.rst`.
107 This is the ftrace address of the traced function (both entry and exit).
109 the address where the ftrace is instrumented.
131 Since the recursion safeness of the fprobe (and ftrace) is a bit different
166 which is traced by other ftrace users is called from the entry_handler.
177 counter may not work correctly, because ftrace skips the fprobe function which