Lines Matching refs:probe

10 this is based on kprobes (kprobe and kretprobe). So it can probe wherever
11 kprobes can probe (this means, all functions except those with
19 current_tracer. Instead of that, add probe points via
31 p[:[GRP/][EVENT]] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe
32 r[MAXACTIVE][:[GRP/][EVENT]] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe
33 p[:[GRP/][EVENT]] [MOD:]SYM[+0]%return [FETCHARGS] : Set a return probe
34 -:[GRP/][EVENT] : Clear a probe
40 SYM[+offs] : Symbol+offset where the probe is inserted.
42 MEMADDR : Address where the probe is inserted.
47 FETCHARGS : Arguments. Each probe can have up to 128 args.
64 (\*1) only for the probe on function entry (offs == 0).
65 (\*2) only for return probe.
124 Per-probe event filtering feature allows you to set different filter on each
125 probe and gives you what arguments will be shown in trace buffer. If an event
131 You can enable/disable the probe by writing 1 or 0 on it.
134 This shows the format of this probe event.
140 This shows the id of this probe event.
148 You can check the total number of probe hits and probe miss-hits via
150 The first column is event name, the second is the number of probe hits,
151 the third is the number of probe miss-hits.
158 The difference is that the probe definition parameters are comma-delimited
170 To add a probe as a new event, write a new definition to kprobe_events
178 the ABI, please try to use probe subcommand of perf-tools (you can find it
216 This clears all probe points.
223 This clears probe points selectively.