Lines Matching defs:tep
119 static void show_function(struct trace_seq *s, struct tep_handle *tep,
126 offset = tep_find_function_address(tep, function);
134 struct tep_handle *tep = event->tep;
144 func = tep_find_function(tep, function);
149 parent = tep_find_function(tep, pfunction);
157 show_function(s, tep, func, function);
164 show_function(s, tep, parent, pfunction);
190 long_size = tep_get_long_size(event->tep);
194 addr = tep_read_number(event->tep, data, long_size);
200 func = tep_find_function(event->tep, addr);
230 long_size = tep_get_long_size(event->tep);
248 int TEP_PLUGIN_LOADER(struct tep_handle *tep)
250 tep_register_event_handler(tep, -1, "ftrace", "function",
253 tep_register_event_handler(tep, -1, "ftrace", "kernel_stack",
256 tep_register_event_handler(tep, -1, "ftrace", "raw_data",
264 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
268 tep_unregister_event_handler(tep, -1, "ftrace", "function",