agent: add error tracing macro

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-09-23 09:57:10 +02:00 committed by Tomasz Lauda
parent 4cd4fd8f12
commit 8137aef7bd
1 changed files with 2 additions and 0 deletions

View File

@ -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;