Searched refs:last_info (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_functions.c250 struct trace_func_repeats *last_info,
253 if (last_info->ip == ip &&
254 last_info->parent_ip == parent_ip &&
255 last_info->count < U16_MAX) {
256 last_info->ts_last_call =
258 last_info->count++;
267 struct trace_func_repeats *last_info,
270 if (last_info->count) {
271 trace_last_func_repeats(tr, last_info, trace_ctx);
272 last_info
249 is_repeat_check(struct trace_array *tr, struct trace_func_repeats *last_info, unsigned long ip, unsigned long parent_ip) argument
265 process_repeats(struct trace_array *tr, unsigned long ip, unsigned long parent_ip, struct trace_func_repeats *last_info, unsigned int trace_ctx) argument
284 struct trace_func_repeats *last_info; local
330 struct trace_func_repeats *last_info; local
[all...]
H A Dtrace.h750 struct trace_func_repeats *last_info,
H A Dtrace.c3095 struct trace_func_repeats *last_info,
3109 last_info->ts_last_call;
3112 entry->ip = last_info->ip;
3113 entry->parent_ip = last_info->parent_ip;
3114 entry->count = last_info->count;
3094 trace_last_func_repeats(struct trace_array *tr, struct trace_func_repeats *last_info, unsigned int trace_ctx) argument

Completed in 176 milliseconds