Home
last modified time | relevance | path

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

123

/dports/multimedia/libva/libva-2.13.0/va/
H A Dva_trace.c769 free(trace_ctx); in va_TraceInit()
783 trace_ctx->plog_file_list[0] = trace_ctx->plog_file; in va_TraceInit()
891 if (trace_ctx) { in va_TraceEnd()
1001 va_TraceMsg(trace_ctx, "\twidth = %d\n", trace_ctx->trace_frame_width); in va_TraceSurface()
1002 va_TraceMsg(trace_ctx, "\theight = %d\n", trace_ctx->trace_frame_height); in va_TraceSurface()
1267 if (trace_ctx) { in internal_TraceUpdateContext()
1305 free(trace_ctx); in internal_TraceUpdateContext()
1374 trace_ctx->plog_file_list[0] = trace_ctx->plog_file; in va_TraceCreateContext()
1435 if (trace_ctx) in va_TraceCreateContext()
1436 free(trace_ctx); in va_TraceCreateContext()
[all …]
/dports/multimedia/libva-glx/libva-2.13.0/va/
H A Dva_trace.c769 free(trace_ctx); in va_TraceInit()
783 trace_ctx->plog_file_list[0] = trace_ctx->plog_file; in va_TraceInit()
891 if (trace_ctx) { in va_TraceEnd()
1001 va_TraceMsg(trace_ctx, "\twidth = %d\n", trace_ctx->trace_frame_width); in va_TraceSurface()
1002 va_TraceMsg(trace_ctx, "\theight = %d\n", trace_ctx->trace_frame_height); in va_TraceSurface()
1267 if (trace_ctx) { in internal_TraceUpdateContext()
1305 free(trace_ctx); in internal_TraceUpdateContext()
1374 trace_ctx->plog_file_list[0] = trace_ctx->plog_file; in va_TraceCreateContext()
1435 if (trace_ctx) in va_TraceCreateContext()
1436 free(trace_ctx); in va_TraceCreateContext()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
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 …]
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()
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 …]
H A Dtrace_functions.c177 unsigned int trace_ctx; in function_trace_call() local
188 trace_ctx = tracing_gen_ctx(); in function_trace_call()
227 unsigned int trace_ctx; in function_stack_trace_call() local
242 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_trace_call()
244 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_trace_call()
270 unsigned int trace_ctx) in process_repeats() argument
289 unsigned int trace_ctx; in function_no_repeats_trace_call() local
320 trace_ctx = tracing_gen_ctx_flags(flags); in function_no_repeats_trace_call()
341 unsigned int trace_ctx; in function_stack_no_repeats_trace_call() local
571 unsigned int trace_ctx; in trace_stack() local
[all …]
H 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()
H 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 …]
H 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()
H A Dtrace.h589 unsigned int trace_ctx);
619 unsigned int trace_ctx);
623 unsigned int trace_ctx);
700 unsigned int trace_ctx);
837 unsigned int trace_ctx);
840 unsigned int trace_ctx);
1310 unsigned int trace_ctx) in trace_buffer_unlock_commit() argument
1383 void *entry, unsigned int trace_ctx) in event_trigger_unlock_commit() argument
1388 trace_buffer_unlock_commit(file->tr, buffer, event, trace_ctx); in event_trigger_unlock_commit()
1413 void *entry, unsigned int trace_ctx, in event_trigger_unlock_commit_regs() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/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()
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 …]
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()
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 …]
H A Dtrace_functions.c177 unsigned int trace_ctx; in function_trace_call() local
188 trace_ctx = tracing_gen_ctx(); in function_trace_call()
227 unsigned int trace_ctx; in function_stack_trace_call() local
242 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_trace_call()
244 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_trace_call()
270 unsigned int trace_ctx) in process_repeats() argument
289 unsigned int trace_ctx; in function_no_repeats_trace_call() local
320 trace_ctx = tracing_gen_ctx_flags(flags); in function_no_repeats_trace_call()
341 unsigned int trace_ctx; in function_stack_no_repeats_trace_call() local
571 unsigned int trace_ctx; in trace_stack() local
[all …]
H 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()
H 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 …]
H 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
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 …]
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()
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 …]
H A Dtrace_functions.c177 unsigned int trace_ctx; in function_trace_call() local
188 trace_ctx = tracing_gen_ctx(); in function_trace_call()
227 unsigned int trace_ctx; in function_stack_trace_call() local
242 trace_ctx = tracing_gen_ctx_flags(flags); in function_stack_trace_call()
244 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_trace_call()
270 unsigned int trace_ctx) in process_repeats() argument
289 unsigned int trace_ctx; in function_no_repeats_trace_call() local
320 trace_ctx = tracing_gen_ctx_flags(flags); in function_no_repeats_trace_call()
341 unsigned int trace_ctx; in function_stack_no_repeats_trace_call() local
571 unsigned int trace_ctx; in trace_stack() local
[all …]
H 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()
H 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 …]
H 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()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A Ddtrace_next.h172 void dtrace_block( CDTrace *trace_ctx, DTRACE_CHANNEL channel, Tsrc *buf, ptrdiff_t stride, unsigne… in dtrace_block() argument
179 trace_ctx->dtrace<false>( channel, "%04x ", buf[j*stride + i] ); in dtrace_block()
182 trace_ctx->dtrace<false>( channel, "\n" ); in dtrace_block()
184 trace_ctx->dtrace<false>( channel, "\n" ); in dtrace_block()
188 void dtrace_frame_blockwise( CDTrace *trace_ctx, DTRACE_CHANNEL channel, Tsrc *buf, ptrdiff_t strid… in dtrace_frame_blockwise() argument
199 trace_ctx->dtrace<false>( channel, "Frame BLOCK=%d (x,y) = (%d, %d)\n", block, i, j ); in dtrace_frame_blockwise()
200 dtrace_block( trace_ctx, channel, p_buf, stride, blockwf, blockhf ); in dtrace_frame_blockwise()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H 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
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H 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
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H 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

123