Home
last modified time | relevance | path

Searched refs:trace_ctx (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/trace/
A Dtrace_sched_wakeup.c70 unsigned int *trace_ctx) in func_prolog_preempt_disable() argument
78 *trace_ctx = tracing_gen_ctx(); in func_prolog_preempt_disable()
119 unsigned int trace_ctx; in wakeup_graph_entry() local
148 unsigned int trace_ctx; in wakeup_graph_return() local
217 unsigned int trace_ctx; in wakeup_tracer_call() local
303 unsigned int trace_ctx) in __trace_function() argument
375 unsigned int trace_ctx) in tracing_sched_switch_trace() argument
403 unsigned int trace_ctx) in tracing_sched_wakeup_trace() argument
436 unsigned int trace_ctx; in probe_wakeup_sched_switch() local
528 unsigned int trace_ctx; in probe_wakeup() local
[all …]
A Dtrace_irqsoff.c146 unsigned int trace_ctx; in irqsoff_tracer_call() local
151 trace_ctx = tracing_gen_ctx_flags(flags); in irqsoff_tracer_call()
183 unsigned int trace_ctx; in irqsoff_graph_entry() local
201 trace_ctx = tracing_gen_ctx_flags(flags); in irqsoff_graph_entry()
213 unsigned int trace_ctx; in irqsoff_graph_return() local
273 unsigned int trace_ctx) in __trace_function() argument
328 unsigned int trace_ctx; in check_critical_timing() local
334 trace_ctx = tracing_gen_ctx(); in check_critical_timing()
347 __trace_stack(tr, trace_ctx, 5); in check_critical_timing()
409 unsigned int trace_ctx; in stop_critical_timing() local
[all …]
A Dtrace_functions.c177 unsigned int trace_ctx; in function_trace_call() local
188 trace_ctx = tracing_gen_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()
242 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_trace_call()
268 unsigned int trace_ctx) in process_repeats() argument
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()
336 unsigned int trace_ctx; in function_stack_no_repeats_trace_call() local
566 unsigned int trace_ctx; in trace_stack() local
[all …]
A Dtrace_mmiotrace.c301 unsigned int trace_ctx; in __trace_mmiotrace_rw() local
303 trace_ctx = tracing_gen_ctx_flags(0); in __trace_mmiotrace_rw()
305 sizeof(*entry), trace_ctx); in __trace_mmiotrace_rw()
314 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in __trace_mmiotrace_rw()
332 unsigned int trace_ctx; in __trace_mmiotrace_map() local
334 trace_ctx = tracing_gen_ctx_flags(0); in __trace_mmiotrace_map()
336 sizeof(*entry), trace_ctx); in __trace_mmiotrace_map()
345 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in __trace_mmiotrace_map()
A Dtrace_functions_graph.c99 unsigned int trace_ctx) in __trace_graph_entry() argument
107 sizeof(*entry), trace_ctx); in __trace_graph_entry()
131 unsigned int trace_ctx; in trace_graph_entry() local
176 trace_ctx = tracing_gen_ctx_flags(flags); in trace_graph_entry()
190 unsigned long ip, unsigned int trace_ctx) in __trace_graph_function() argument
204 __trace_graph_entry(tr, &ent, trace_ctx); in __trace_graph_function()
205 __trace_graph_return(tr, &ret, trace_ctx); in __trace_graph_function()
211 unsigned int trace_ctx) in trace_graph_function() argument
218 unsigned int trace_ctx) in __trace_graph_return() argument
226 sizeof(*entry), trace_ctx); in __trace_graph_return()
[all …]
A Dtrace_syscalls.c301 unsigned int trace_ctx; in ftrace_syscall_enter() local
324 trace_ctx = tracing_gen_ctx(); in ftrace_syscall_enter()
328 sys_data->enter_event->event.type, size, trace_ctx); in ftrace_syscall_enter()
338 trace_ctx); in ftrace_syscall_enter()
349 unsigned int trace_ctx; in ftrace_syscall_exit() local
368 trace_ctx = tracing_gen_ctx(); in ftrace_syscall_exit()
373 trace_ctx); in ftrace_syscall_exit()
382 trace_ctx); in ftrace_syscall_exit()
A Dtrace.h601 unsigned int trace_ctx);
631 unsigned int trace_ctx);
635 unsigned int trace_ctx);
702 void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, int skip);
712 unsigned int trace_ctx);
849 unsigned int trace_ctx);
852 unsigned int trace_ctx);
1322 unsigned int trace_ctx) in trace_buffer_unlock_commit() argument
1324 trace_buffer_unlock_commit_regs(tr, buffer, event, trace_ctx, NULL); in trace_buffer_unlock_commit()
1407 void *entry, unsigned int trace_ctx) in event_trigger_unlock_commit() argument
[all …]
A Dtrace.c998 unsigned int trace_ctx; in __trace_puts() local
1013 trace_ctx); in __trace_puts()
1049 unsigned int trace_ctx; in __trace_bputs() local
1064 trace_ctx); in __trace_bputs()
2797 trace_ctx); in trace_event_buffer_lock_reserve()
2807 trace_ctx); in trace_event_buffer_lock_reserve()
2956 trace_ctx); in trace_function()
3039 trace_ctx); in __ftrace_trace_stack()
3327 unsigned int trace_ctx; in trace_vbprintk() local
3355 trace_ctx); in trace_vbprintk()
[all …]
A Dtrace_branch.c40 unsigned int trace_ctx; in probe_likely_condition() local
62 trace_ctx = tracing_gen_ctx_flags(flags); in probe_likely_condition()
65 sizeof(*entry), trace_ctx); in probe_likely_condition()
A Dblktrace.c75 unsigned int trace_ctx = 0; in trace_note() local
82 trace_ctx = tracing_gen_ctx_flags(0); in trace_note()
85 trace_ctx); in trace_note()
110 trace_buffer_unlock_commit(blk_tr, buffer, event, trace_ctx); in trace_note()
225 unsigned int trace_ctx = 0; in __blk_add_trace() local
256 trace_ctx = tracing_gen_ctx_flags(0); in __blk_add_trace()
259 trace_ctx); in __blk_add_trace()
305 trace_buffer_unlock_commit(blk_tr, buffer, event, trace_ctx); in __blk_add_trace()
A Dtrace_kprobe.c1386 fbuffer.trace_ctx = tracing_gen_ctx(); in NOKPROBE_SYMBOL()
1395 fbuffer.trace_ctx); in NOKPROBE_SYMBOL()
1433 fbuffer.trace_ctx = tracing_gen_ctx(); in __kretprobe_trace_func()
1441 fbuffer.trace_ctx); in __kretprobe_trace_func()
A Dtrace_eprobe.c492 fbuffer.trace_ctx = tracing_gen_ctx(); in __eprobe_trace_func()
502 fbuffer.trace_ctx); in __eprobe_trace_func()
A Dtrace_events.c478 fbuffer->trace_ctx = tracing_gen_ctx_dec(); in trace_event_buffer_reserve()
484 fbuffer->trace_ctx); in trace_event_buffer_reserve()
3914 unsigned int trace_ctx; in function_test_events_call() local
3918 trace_ctx = tracing_gen_ctx(); in function_test_events_call()
3928 trace_ctx); in function_test_events_call()
3936 entry, trace_ctx); in function_test_events_call()
/linux/include/linux/
A Dtrace_events.h157 unsigned int trace_ctx) in tracing_generic_entry_update() argument
159 entry->preempt_count = trace_ctx & 0xff; in tracing_generic_entry_update()
162 entry->flags = trace_ctx >> 16; in tracing_generic_entry_update()
205 unsigned int trace_ctx; in tracing_gen_ctx_dec() local
207 trace_ctx = tracing_gen_ctx(); in tracing_gen_ctx_dec()
213 trace_ctx--; in tracing_gen_ctx_dec()
214 return trace_ctx; in tracing_gen_ctx_dec()
223 unsigned int trace_ctx);
297 unsigned int trace_ctx; member

Completed in 59 milliseconds