Searched refs:last_info (Results 1 – 1 of 1) sorted by relevance
311 struct trace_func_repeats *last_info, in is_repeat_check() argument314 if (last_info->ip == ip && in is_repeat_check()315 last_info->parent_ip == parent_ip && in is_repeat_check()316 last_info->count < U16_MAX) { in is_repeat_check()317 last_info->ts_last_call = in is_repeat_check()319 last_info->count++; in is_repeat_check()328 struct trace_func_repeats *last_info, in process_repeats() argument331 if (last_info->count) { in process_repeats()332 trace_last_func_repeats(tr, last_info, trace_ctx); in process_repeats()333 last_info->count = 0; in process_repeats()[all …]