Lines Matching defs:probe_entry
3974 struct ftrace_func_entry *probe_entry;
4012 if (iter->probe_entry)
4013 hnd = &iter->probe_entry->hlist;
4058 iter->probe_entry = hlist_entry(hnd, struct ftrace_func_entry, hlist);
4076 iter->probe_entry = NULL;
4095 struct ftrace_func_entry *probe_entry;
4100 probe_entry = iter->probe_entry;
4102 if (WARN_ON_ONCE(!probe || !probe_entry))
4108 return probe_ops->print(m, probe_entry->ip, probe_ops, probe->data);
4110 seq_printf(m, "%ps:%ps\n", (void *)probe_entry->ip,