Home
last modified time | relevance | path

Searched refs:probes (Results 1 – 6 of 6) sorted by relevance

/kernel/
Dtracepoint.c98 struct tracepoint_func probes[]; member
109 struct tp_probes *p = kmalloc(struct_size(p, probes, count), in allocate_probes()
111 return p == NULL ? NULL : p->probes; in allocate_probes()
146 struct tp_probes, probes[0]); in release_probes()
/kernel/trace/
Dtrace_probe.h243 struct list_head probes; member
310 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
315 return &tp->event->probes; in trace_probe_probe_list()
Dtrace_probe.c1064 INIT_LIST_HEAD(&tp->event->probes); in trace_probe_init()
1066 list_add(&tp->list, &tp->event->probes); in trace_probe_init()
Dtrace_uprobe.c419 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_uprobe_has_same_uprobe()
Dtrace_kprobe.c564 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_kprobe_has_same_kprobe()
DKconfig267 The fprobe is similar to kprobes, but probes only for kernel function