• Home
  • Raw
  • Download

Lines Matching refs:trace_ctx

187 				   unsigned int trace_ctx);
954 unsigned int trace_ctx,
958 unsigned int trace_ctx,
963 unsigned int trace_ctx, in __ftrace_trace_stack() argument
969 unsigned long trace_ctx, in ftrace_trace_stack() argument
978 int type, unsigned int trace_ctx) in trace_event_setup() argument
982 tracing_generic_entry_update(ent, type, trace_ctx); in trace_event_setup()
989 unsigned int trace_ctx) in __trace_buffer_lock_reserve() argument
995 trace_event_setup(event, type, trace_ctx); in __trace_buffer_lock_reserve()
1053 unsigned int trace_ctx; in __trace_array_puts() local
1067 trace_ctx = tracing_gen_ctx(); in __trace_array_puts()
1071 trace_ctx); in __trace_array_puts()
1090 ftrace_trace_stack(tr, buffer, trace_ctx, 4, NULL); in __trace_array_puts()
1119 unsigned int trace_ctx; in __trace_bputs() local
1129 trace_ctx = tracing_gen_ctx(); in __trace_bputs()
1134 trace_ctx); in __trace_bputs()
1143 ftrace_trace_stack(&global_trace, buffer, trace_ctx, 4, NULL); in __trace_bputs()
2721 unsigned int trace_ctx) in trace_buffer_lock_reserve() argument
2723 return __trace_buffer_lock_reserve(buffer, type, len, trace_ctx); in trace_buffer_lock_reserve()
2842 unsigned int trace_ctx) in trace_event_buffer_lock_reserve() argument
2893 trace_event_setup(entry, type, trace_ctx); in trace_event_buffer_lock_reserve()
2905 trace_ctx); in trace_event_buffer_lock_reserve()
2915 trace_ctx); in trace_event_buffer_lock_reserve()
3008 fbuffer->event, fbuffer->trace_ctx, fbuffer->regs); in trace_event_buffer_commit()
3029 unsigned int trace_ctx, in trace_buffer_unlock_commit_regs() argument
3040 ftrace_trace_stack(tr, buffer, trace_ctx, regs ? 0 : STACK_SKIP, regs); in trace_buffer_unlock_commit_regs()
3041 ftrace_trace_userstack(tr, buffer, trace_ctx); in trace_buffer_unlock_commit_regs()
3056 parent_ip, unsigned int trace_ctx) in trace_function() argument
3064 trace_ctx); in trace_function()
3098 unsigned int trace_ctx, in __ftrace_trace_stack() argument
3146 trace_ctx); in __ftrace_trace_stack()
3168 unsigned int trace_ctx, in ftrace_trace_stack() argument
3174 __ftrace_trace_stack(buffer, trace_ctx, skip, regs); in ftrace_trace_stack()
3177 void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, in __trace_stack() argument
3183 __ftrace_trace_stack(buffer, trace_ctx, skip, NULL); in __trace_stack()
3200 __ftrace_trace_stack(buffer, trace_ctx, skip, NULL); in __trace_stack()
3227 struct trace_buffer *buffer, unsigned int trace_ctx) in ftrace_trace_userstack() argument
3254 sizeof(*entry), trace_ctx); in ftrace_trace_userstack()
3274 unsigned int trace_ctx) in ftrace_trace_userstack() argument
3291 unsigned int trace_ctx) in trace_last_func_repeats() argument
3299 sizeof(*entry), trace_ctx); in trace_last_func_repeats()
3438 unsigned int trace_ctx; in trace_vbprintk() local
3448 trace_ctx = tracing_gen_ctx(); in trace_vbprintk()
3466 trace_ctx); in trace_vbprintk()
3476 ftrace_trace_stack(tr, buffer, trace_ctx, 6, NULL); in trace_vbprintk()
3501 unsigned int trace_ctx; in __trace_array_vprintk() local
3510 trace_ctx = tracing_gen_ctx(); in __trace_array_vprintk()
3525 trace_ctx); in __trace_array_vprintk()
3534 ftrace_trace_stack(&global_trace, buffer, trace_ctx, 6, NULL); in __trace_array_vprintk()