Searched refs:last_func_repeats (Results 1 – 3 of 3) sorted by relevance
130 if (!tr->last_func_repeats && in handle_func_repeats()132 tr->last_func_repeats = alloc_percpu(struct trace_func_repeats); in handle_func_repeats()133 if (!tr->last_func_repeats) in handle_func_repeats()345 last_info = this_cpu_ptr(tr->last_func_repeats); in function_no_repeats_trace_call()385 last_info = per_cpu_ptr(tr->last_func_repeats, cpu); in function_stack_no_repeats_trace_call()
427 struct trace_func_repeats __percpu *last_func_repeats; member
9570 free_percpu(tr->last_func_repeats); in __remove_instance()