Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H 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()
121 unsigned int trace_ctx; in wakeup_graph_entry() local
159 unsigned int trace_ctx; in wakeup_graph_return() local
237 unsigned int trace_ctx; in wakeup_tracer_call() local
323 unsigned int trace_ctx) in __trace_function() argument
395 unsigned int trace_ctx) in tracing_sched_switch_trace() argument
421 unsigned int trace_ctx) in tracing_sched_wakeup_trace() argument
453 unsigned int trace_ctx; in probe_wakeup_sched_switch() local
545 unsigned int trace_ctx; in probe_wakeup() local
[all …]
H 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()
185 unsigned int trace_ctx; in irqsoff_graph_entry() local
224 unsigned int trace_ctx; in irqsoff_graph_return() local
291 unsigned int trace_ctx) in __trace_function() argument
303 unsigned int trace_ctx) in __trace_function() argument
352 unsigned int trace_ctx; in check_critical_timing() local
358 trace_ctx = tracing_gen_ctx(); in check_critical_timing()
371 __trace_stack(tr, trace_ctx, 5); in check_critical_timing()
433 unsigned int trace_ctx; in stop_critical_timing() local
[all …]
H A Dtrace_functions.c213 unsigned int trace_ctx; in function_trace_call() local
225 trace_ctx = tracing_gen_ctx_dec(); in function_trace_call()
240 unsigned int trace_ctx; in function_args_trace_call() local
251 trace_ctx = tracing_gen_ctx(); in function_args_trace_call()
288 unsigned int trace_ctx; in function_stack_trace_call() local
305 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_trace_call()
311 __trace_stack(tr, trace_ctx, skip); in function_stack_trace_call()
337 unsigned int trace_ctx) in process_repeats() argument
356 unsigned int trace_ctx; in function_no_repeats_trace_call() local
382 trace_ctx = tracing_gen_ctx_dec(); in function_no_repeats_trace_call()
[all …]
H A Dtrace_mmiotrace.c300 unsigned int trace_ctx; in __trace_mmiotrace_rw() local
302 trace_ctx = tracing_gen_ctx_flags(0); in __trace_mmiotrace_rw()
304 sizeof(*entry), trace_ctx); in __trace_mmiotrace_rw()
312 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in __trace_mmiotrace_rw()
329 unsigned int trace_ctx; in __trace_mmiotrace_map() local
331 trace_ctx = tracing_gen_ctx_flags(0); in __trace_mmiotrace_map()
333 sizeof(*entry), trace_ctx); in __trace_mmiotrace_map()
341 trace_buffer_unlock_commit(tr, buffer, event, trace_ctx); in __trace_mmiotrace_map()
H A Dtrace_functions_graph.c149 unsigned int trace_ctx) in __trace_graph_entry() argument
157 unsigned int trace_ctx, in __trace_graph_retaddr_entry() argument
165 sizeof(*entry), trace_ctx); in __trace_graph_retaddr_entry()
179 unsigned int trace_ctx, in __trace_graph_retaddr_entry() argument
207 unsigned int trace_ctx; in graph_entry() local
265 trace_ctx = tracing_gen_ctx(); in graph_entry()
314 unsigned int trace_ctx) in trace_graph_function() argument
321 unsigned int trace_ctx, in __trace_graph_return() argument
329 sizeof(*entry), trace_ctx); in __trace_graph_return()
356 unsigned int trace_ctx; in trace_graph_return() local
[all …]
H A Dtrace.h682 unsigned int trace_ctx);
714 unsigned int trace_ctx,
719 unsigned int trace_ctx);
793 unsigned int trace_ctx);
940 unsigned int trace_ctx);
943 unsigned int trace_ctx,
947 unsigned int trace_ctx,
1488 unsigned int trace_ctx) in trace_buffer_unlock_commit() argument
1490 trace_buffer_unlock_commit_regs(tr, buffer, event, trace_ctx, NULL); in trace_buffer_unlock_commit()
1587 void *entry, unsigned int trace_ctx) in event_trigger_unlock_commit() argument
[all …]
H A Dtrace_branch.c39 unsigned int trace_ctx; in probe_likely_condition() local
61 trace_ctx = tracing_gen_ctx_flags(flags); in probe_likely_condition()
64 sizeof(*entry), trace_ctx); in probe_likely_condition()
H A Dtrace.c1088 unsigned int trace_ctx; in __trace_array_puts() local
1106 trace_ctx); in __trace_array_puts()
1155 unsigned int trace_ctx; in __trace_bputs() local
1173 trace_ctx); in __trace_bputs()
2743 trace_ctx); in trace_event_buffer_lock_reserve()
2753 trace_ctx); in trace_event_buffer_lock_reserve()
2901 trace_ctx); in trace_function()
3002 trace_ctx); in __ftrace_trace_stack()
3290 unsigned int trace_ctx; in trace_vbprintk() local
3321 trace_ctx); in trace_vbprintk()
[all …]
H 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
257 trace_ctx = tracing_gen_ctx_flags(0); in __blk_add_trace()
260 trace_ctx); in __blk_add_trace()
306 trace_buffer_unlock_commit(blk_tr, buffer, event, trace_ctx); in __blk_add_trace()
H A Dtrace_events.c657 fbuffer->trace_ctx = tracing_gen_ctx_dec(); in trace_event_buffer_reserve()
663 fbuffer->trace_ctx); in trace_event_buffer_reserve()
4732 unsigned int trace_ctx; in function_test_events_call() local
4736 trace_ctx = tracing_gen_ctx(); in function_test_events_call()
4746 trace_ctx); in function_test_events_call()
4754 entry, trace_ctx); in function_test_events_call()
/linux-6.15/include/linux/
H A Dtrace_events.h175 unsigned int trace_ctx) in tracing_generic_entry_update() argument
177 entry->preempt_count = trace_ctx & 0xff; in tracing_generic_entry_update()
180 entry->flags = trace_ctx >> 16; in tracing_generic_entry_update()
212 unsigned int trace_ctx; in tracing_gen_ctx_dec() local
214 trace_ctx = tracing_gen_ctx(); in tracing_gen_ctx_dec()
220 trace_ctx--; in tracing_gen_ctx_dec()
221 return trace_ctx; in tracing_gen_ctx_dec()
230 unsigned int trace_ctx);
307 unsigned int trace_ctx; member