Searched refs:last_info (Results 1 – 3 of 3) sorted by relevance
266 if (last_info->ip == ip && in is_repeat_check()267 last_info->parent_ip == parent_ip && in is_repeat_check()268 last_info->count < U16_MAX) { in is_repeat_check()269 last_info->ts_last_call = in is_repeat_check()271 last_info->count++; in is_repeat_check()283 if (last_info->count) { in process_repeats()285 last_info->count = 0; in process_repeats()288 last_info->ip = ip; in process_repeats()289 last_info->parent_ip = parent_ip; in process_repeats()297 struct trace_func_repeats *last_info; in function_no_repeats_trace_call() local[all …]
3124 struct trace_func_repeats *last_info, in trace_last_func_repeats() argument3138 last_info->ts_last_call; in trace_last_func_repeats()3141 entry->ip = last_info->ip; in trace_last_func_repeats()3142 entry->parent_ip = last_info->parent_ip; in trace_last_func_repeats()3143 entry->count = last_info->count; in trace_last_func_repeats()
762 struct trace_func_repeats *last_info,