Lines Matching refs:can
10 this is based on kprobes (kprobe and kretprobe). So it can probe wherever
11 kprobes can probe (this means, all functions body except for __kprobes
12 functions). Unlike the Tracepoint based event, this can be added and removed
36 FETCHARGS : Arguments. Each probe can have up to 128 args.
71 under tracing/events/kprobes/<EVENT>, at the directory you can see 'id',
75 You can enable/disable the probe by writing 1 or 0 on it.
81 You can write filtering rules of this event.
89 You can check the total number of probe hits and probe miss-hits via
105 the ABI, please try to use probe subcommand of perf-tools (you can find it
107 As this example shows, users can choose more familiar names for each arguments.
113 You can see the format of these events via
136 You can see that the event has 4 arguments as in the expressions you specified.
154 And you can see the traced information via /sys/kernel/debug/tracing/trace.