Home
last modified time | relevance | path

Searched refs:tpe (Results 1 – 4 of 4) sorted by relevance

/kernel/trace/
Dtrace_probe.c1004 static void trace_probe_event_free(struct trace_probe_event *tpe) in trace_probe_event_free() argument
1006 kfree(tpe->class.system); in trace_probe_event_free()
1007 kfree(tpe->call.name); in trace_probe_event_free()
1008 kfree(tpe->call.print_fmt); in trace_probe_event_free()
1009 kfree(tpe); in trace_probe_event_free()
Dtrace_probe.h308 struct trace_probe_event *tpe = trace_probe_event_from_call(call); in trace_probe_primary_from_call() local
310 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
Dtrace_uprobe.c415 struct trace_probe_event *tpe = orig->tp.event; in trace_uprobe_has_same_uprobe() local
419 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_uprobe_has_same_uprobe()
Dtrace_kprobe.c561 struct trace_probe_event *tpe = orig->tp.event; in trace_kprobe_has_same_kprobe() local
564 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_kprobe_has_same_kprobe()