/linux-6.3-rc2/kernel/trace/ |
A D | trace_sched_wakeup.c | 70 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 437 unsigned int trace_ctx; in probe_wakeup_sched_switch() local 529 unsigned int trace_ctx; in probe_wakeup() local [all …]
|
A D | trace_irqsoff.c | 146 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 D | trace_functions.c | 177 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 D | trace_mmiotrace.c | 301 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 D | trace_functions_graph.c | 99 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 D | trace.h | 607 unsigned int trace_ctx); 637 unsigned int trace_ctx); 641 unsigned int trace_ctx); 707 void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, int skip); 717 unsigned int trace_ctx); 854 unsigned int trace_ctx); 857 unsigned int trace_ctx); 1328 unsigned int trace_ctx) in trace_buffer_unlock_commit() argument 1330 trace_buffer_unlock_commit_regs(tr, buffer, event, trace_ctx, NULL); in trace_buffer_unlock_commit() 1417 void *entry, unsigned int trace_ctx) in event_trigger_unlock_commit() argument [all …]
|
A D | trace_branch.c | 40 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 D | trace.c | 1048 unsigned int trace_ctx; in __trace_array_puts() local 1063 trace_ctx); in __trace_array_puts() 1111 unsigned int trace_ctx; in __trace_bputs() local 1126 trace_ctx); in __trace_bputs() 2894 trace_ctx); in trace_event_buffer_lock_reserve() 2904 trace_ctx); in trace_event_buffer_lock_reserve() 3053 trace_ctx); in trace_function() 3136 trace_ctx); in __ftrace_trace_stack() 3427 unsigned int trace_ctx; in trace_vbprintk() local 3455 trace_ctx); in trace_vbprintk() [all …]
|
A D | blktrace.c | 75 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()
|
A D | trace_events.c | 509 fbuffer->trace_ctx = tracing_gen_ctx_dec(); in trace_event_buffer_reserve() 515 fbuffer->trace_ctx); in trace_event_buffer_reserve() 4089 unsigned int trace_ctx; in function_test_events_call() local 4093 trace_ctx = tracing_gen_ctx(); in function_test_events_call() 4103 trace_ctx); in function_test_events_call() 4111 entry, trace_ctx); in function_test_events_call()
|
/linux-6.3-rc2/include/linux/ |
A D | trace_events.h | 158 unsigned int trace_ctx) in tracing_generic_entry_update() argument 160 entry->preempt_count = trace_ctx & 0xff; in tracing_generic_entry_update() 163 entry->flags = trace_ctx >> 16; in tracing_generic_entry_update() 207 unsigned int trace_ctx; in tracing_gen_ctx_dec() local 209 trace_ctx = tracing_gen_ctx(); in tracing_gen_ctx_dec() 215 trace_ctx--; in tracing_gen_ctx_dec() 216 return trace_ctx; in tracing_gen_ctx_dec() 225 unsigned int trace_ctx); 301 unsigned int trace_ctx; member
|