Searched refs:last_func_repeats (Results 1 – 3 of 3) sorted by relevance
122 if (!tr->last_func_repeats && in handle_func_repeats()124 tr->last_func_repeats = alloc_percpu(struct trace_func_repeats); in handle_func_repeats()125 if (!tr->last_func_repeats) in handle_func_repeats()311 last_info = per_cpu_ptr(tr->last_func_repeats, cpu); in function_no_repeats_trace_call()351 last_info = per_cpu_ptr(tr->last_func_repeats, cpu); in function_stack_no_repeats_trace_call()
412 struct trace_func_repeats __percpu *last_func_repeats; member
9671 free_percpu(tr->last_func_repeats); in __remove_instance()