mirror of https://github.com/thesofproject/sof.git
agent: add error tracing macro
Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
parent
4cd4fd8f12
commit
8137aef7bd
|
@ -32,6 +32,8 @@
|
|||
trace_event_atomic(TRACE_CLASS_SA, __e, ##__VA_ARGS__)
|
||||
#define trace_sa_value(__e, ...) \
|
||||
trace_value_atomic(__e, ##__VA_ARGS__)
|
||||
#define trace_sa_error(__e, ...) \
|
||||
trace_error(TRACE_CLASS_SA, __e, ##__VA_ARGS__)
|
||||
|
||||
struct sa *sa;
|
||||
|
||||
|
|
Loading…
Reference in New Issue