Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 19 of 19) sorted by relevance

/sof-3.4.0/src/trace/
Dtrace.c49 struct trace { struct
101 struct trace *trace = trace_get(); in mtrace_event() local
103 const int32_t available = MAILBOX_TRACE_SIZE - trace->pos; in mtrace_event()
106 memset(t + trace->pos, 0xff, available); in mtrace_event()
107 dcache_writeback_region((__sparse_force char __sparse_cache *)t + trace->pos, in mtrace_event()
109 trace->pos = 0; in mtrace_event()
112 memcpy_s(t + trace->pos, MAILBOX_TRACE_SIZE - trace->pos, in mtrace_event()
114 dcache_writeback_region((__sparse_force char __sparse_cache *)t + trace->pos, length); in mtrace_event()
115 trace->pos += length; in mtrace_event()
151 struct trace *trace = trace_get(); in emit_recent_entries() local
[all …]
DCMakeLists.txt3 add_local_sources(sof dma-trace.c trace.c)
DKconfig40 Filtering of trace messages based on their verbosity level and/or frequency.
55 Adaptive filtering of repeating trace messages, tracking up to
/sof-3.4.0/zephyr/include/rtos/
Dsof.h29 struct trace;
55 struct trace *trace; member
/sof-3.4.0/xtos/include/rtos/
Dsof.h31 struct trace;
57 struct trace *trace; member
/sof-3.4.0/src/platform/library/lib/
DCMakeLists.txt12 add_local_sources(sof trace.c)
/sof-3.4.0/src/
DKconfig11 rsource "trace/Kconfig"
DCMakeLists.txt16 add_subdirectory(trace)
/sof-3.4.0/tools/logger/
Dconvert.h30 int trace; member
Dlogger.c296 config.trace = 0; in main()
327 config.trace = 1; in main()
435 if (config.trace) in main()
Dconvert.c874 if (global_config->trace) { in logger_read()
908 if (global_config->trace && ldc_address_OK) { in logger_read()
955 if (!global_config->trace && in logger_read()
/sof-3.4.0/tools/
DREADME.md22 sof/src/include/sof/trace.h in sof fw repo.
42 -t Get traces from "/sys/kernel/debug/sof/trace", instead
78 Get traces from "/sys/kernel/debug/sof/trace" file and prints logs to stdout
82 Get traces from "/sys/kernel/debug/sof/trace" file and prints logs to
95 Get traces from trace\_dump file and prints logs to stdout
99 Get traces from trace\_dump file and prints logs to `out_file` file
/sof-3.4.0/tools/test/audio/test_utils/
Dtest_run.m83 if isfield(test, 'trace')
84 fprintf(fh, 'FN_TRACE=\"%s\"\n', test.trace);
/sof-3.4.0/tools/test/audio/
Dcomp_run.sh29 FN_TRACE:=trace.txt # This is default value if FN_TRACE is not set via -e option
Dtdfb_direction_test.m83 test.trace = 'tdfb_direction.txt';
/sof-3.4.0/src/include/sof/trace/
Dtrace.h39 struct trace;
89 static inline struct trace *trace_get(void) in trace_get()
91 return sof_get()->trace; in trace_get()
/sof-3.4.0/zephyr/
DCMakeLists.txt59 set(SOF_TRACE_PATH "${SOF_SRC_PATH}/trace")
424 ${SOF_SRC_PATH}/trace/dma-trace.c
425 ${SOF_SRC_PATH}/trace/trace.c)
/sof-3.4.0/
DCODEOWNERS114 *trace.* @akloniex
/sof-3.4.0/src/audio/
DKconfig638 This option is used for custom configuration of trace dma channel other