Lines Matching refs:trace_ctx

185 	unsigned int trace_ctx;  in function_trace_call()  local
196 trace_ctx = tracing_gen_ctx(); in function_trace_call()
201 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call()
233 unsigned int trace_ctx; in function_stack_trace_call() local
249 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_trace_call()
250 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call()
255 __trace_stack(tr, trace_ctx, skip); in function_stack_trace_call()
281 unsigned int trace_ctx) in process_repeats() argument
284 trace_last_func_repeats(tr, last_info, trace_ctx); in process_repeats()
300 unsigned int trace_ctx; in function_no_repeats_trace_call() local
329 trace_ctx = tracing_gen_ctx_flags(flags); in function_no_repeats_trace_call()
330 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_no_repeats_trace_call()
332 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call()
349 unsigned int trace_ctx; in function_stack_no_repeats_trace_call() local
368 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_no_repeats_trace_call()
369 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_stack_no_repeats_trace_call()
371 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_no_repeats_trace_call()
372 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_no_repeats_trace_call()
579 unsigned int trace_ctx; in trace_stack() local
581 trace_ctx = tracing_gen_ctx(); in trace_stack()
583 __trace_stack(tr, trace_ctx, FTRACE_STACK_SKIP); in trace_stack()