Lines Matching full:probe
14 current_tracer. Instead of that, add probe points via
38 OFFSET : Offset where the probe is inserted.
39 OFFSET%return : Offset where the return probe is inserted.
41 FETCHARGS : Arguments. Each probe can have up to 128 args.
56 (\*1) only for return probe.
81 You can check the total number of probe hits per event via
83 the second is the event name, the third is the number of probe hits.
87 * Add a probe as a new uprobe event, write a new definition to uprobe_events
92 * Add a probe as a new uretprobe event::
109 at the probed text address. Probe zfree function in /bin/zsh::
126 .. note:: User has to explicitly calculate the offset of the probe-point