Searched refs:last_info (Results 1 – 3 of 3) sorted by relevance
322 if (last_info->ip == ip && in is_repeat_check()323 last_info->parent_ip == parent_ip && in is_repeat_check()324 last_info->count < U16_MAX) { in is_repeat_check()325 last_info->ts_last_call = in is_repeat_check()327 last_info->count++; in is_repeat_check()339 if (last_info->count) { in process_repeats()341 last_info->count = 0; in process_repeats()344 last_info->ip = ip; in process_repeats()345 last_info->parent_ip = parent_ip; in process_repeats()353 struct trace_func_repeats *last_info; in function_no_repeats_trace_call() local[all …]
3143 struct trace_func_repeats *last_info, in trace_last_func_repeats() argument3157 last_info->ts_last_call; in trace_last_func_repeats()3160 entry->ip = last_info->ip; in trace_last_func_repeats()3161 entry->parent_ip = last_info->parent_ip; in trace_last_func_repeats()3162 entry->count = last_info->count; in trace_last_func_repeats()
792 struct trace_func_repeats *last_info,