• Home
  • Raw
  • Download

Lines Matching refs:trace_ctx

177 	unsigned int trace_ctx;  in function_trace_call()  local
188 trace_ctx = tracing_gen_ctx(); in function_trace_call()
193 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call()
225 unsigned int trace_ctx; in function_stack_trace_call() local
240 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_trace_call()
241 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call()
242 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_trace_call()
268 unsigned int trace_ctx) in process_repeats() argument
271 trace_last_func_repeats(tr, last_info, trace_ctx); in process_repeats()
287 unsigned int trace_ctx; in function_no_repeats_trace_call() local
316 trace_ctx = tracing_gen_ctx_flags(flags); in function_no_repeats_trace_call()
317 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_no_repeats_trace_call()
319 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call()
336 unsigned int trace_ctx; in function_stack_no_repeats_trace_call() local
355 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_no_repeats_trace_call()
356 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_stack_no_repeats_trace_call()
358 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_no_repeats_trace_call()
359 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_no_repeats_trace_call()
566 unsigned int trace_ctx; in trace_stack() local
568 trace_ctx = tracing_gen_ctx(); in trace_stack()
570 __trace_stack(tr, trace_ctx, FTRACE_STACK_SKIP); in trace_stack()