Lines Matching full:probes
114 ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
115 Defines new kprobe event based on PROBEs. It is able to define
116 multiple probes on one event, but those must have same type of
124 ftrace.[instance.INSTANCE.]event.eprobes.EVENT.probes = PROBE[, PROBE2[...]]
125 Defines new event probe based on PROBEs. This option is available only
128 ftrace.[instance.INSTANCE.]event.fprobes.EVENT.probes = PROBE[, PROBE2[...]]
129 Defines new fprobe event based on PROBEs. This option is available only
132 ftrace.[instance.INSTANCE.]event.tracepoints.EVENT.probes = PROBE[, PROBE2[...]]
133 Defines new tracepoint probe based on PROBEs. This option is available only
231 probes = "vfs_read $arg1 $arg2"
285 probes = "pci_proc_init"
289 probes = "pci_proc_init%return"