Searched refs:trace (Results 1 – 19 of 19) sorted by relevance
/sof-3.4.0/src/trace/ |
D | trace.c | 49 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 …]
|
D | CMakeLists.txt | 3 add_local_sources(sof dma-trace.c trace.c)
|
D | Kconfig | 40 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/ |
D | sof.h | 29 struct trace; 55 struct trace *trace; member
|
/sof-3.4.0/xtos/include/rtos/ |
D | sof.h | 31 struct trace; 57 struct trace *trace; member
|
/sof-3.4.0/src/platform/library/lib/ |
D | CMakeLists.txt | 12 add_local_sources(sof trace.c)
|
/sof-3.4.0/src/ |
D | Kconfig | 11 rsource "trace/Kconfig"
|
D | CMakeLists.txt | 16 add_subdirectory(trace)
|
/sof-3.4.0/tools/logger/ |
D | convert.h | 30 int trace; member
|
D | logger.c | 296 config.trace = 0; in main() 327 config.trace = 1; in main() 435 if (config.trace) in main()
|
D | convert.c | 874 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/ |
D | README.md | 22 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/ |
D | test_run.m | 83 if isfield(test, 'trace') 84 fprintf(fh, 'FN_TRACE=\"%s\"\n', test.trace);
|
/sof-3.4.0/tools/test/audio/ |
D | comp_run.sh | 29 FN_TRACE:=trace.txt # This is default value if FN_TRACE is not set via -e option
|
D | tdfb_direction_test.m | 83 test.trace = 'tdfb_direction.txt';
|
/sof-3.4.0/src/include/sof/trace/ |
D | trace.h | 39 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/ |
D | CMakeLists.txt | 59 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/ |
D | CODEOWNERS | 114 *trace.* @akloniex
|
/sof-3.4.0/src/audio/ |
D | Kconfig | 638 This option is used for custom configuration of trace dma channel other
|