Searched refs:tpe (Results 1 – 4 of 4) sorted by relevance
1004 static void trace_probe_event_free(struct trace_probe_event *tpe) in trace_probe_event_free() argument1006 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()
308 struct trace_probe_event *tpe = trace_probe_event_from_call(call); in trace_probe_primary_from_call() local310 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
415 struct trace_probe_event *tpe = orig->tp.event; in trace_uprobe_has_same_uprobe() local419 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_uprobe_has_same_uprobe()
561 struct trace_probe_event *tpe = orig->tp.event; in trace_kprobe_has_same_kprobe() local564 list_for_each_entry(orig, &tpe->probes, tp.list) { in trace_kprobe_has_same_kprobe()