Lines Matching defs:function
28 "Print parent of functions for function events",
34 "Try to show function call indents, based on parents",
41 "Show function names as well as their offsets",
120 const char *func, unsigned long long function)
126 offset = tep_find_function_address(tep, function);
127 trace_seq_printf(s, "+0x%x ", (int)(function - offset));
135 unsigned long long function;
141 if (tep_get_field_val(s, event, "ip", record, &function, 1))
144 func = tep_find_function(tep, function);
157 show_function(s, tep, func, function);
159 trace_seq_printf(s, "0x%llx", function);
250 tep_register_event_handler(tep, -1, "ftrace", "function",
268 tep_unregister_event_handler(tep, -1, "ftrace", "function",