Searched refs:probes (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | tracepoint.c | 98 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/ |
D | trace_probe.h | 243 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()
|
D | trace_probe.c | 1064 INIT_LIST_HEAD(&tp->event->probes); in trace_probe_init() 1066 list_add(&tp->list, &tp->event->probes); in trace_probe_init()
|
D | trace_uprobe.c | 419 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_uprobe_has_same_uprobe()
|
D | trace_kprobe.c | 564 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_kprobe_has_same_kprobe()
|
D | Kconfig | 267 The fprobe is similar to kprobes, but probes only for kernel function
|