Searched refs:send_atomic (Results 1 – 3 of 3) sorted by relevance
/sof-2.7.6/src/trace/ |
D | trace.c | 228 static void vatrace_log(bool send_atomic, uint32_t log_entry, const struct tr_ctx *ctx, in vatrace_log() argument 248 if (send_atomic) in vatrace_log() 255 if (send_atomic) { in vatrace_log() 269 void trace_log_unfiltered(bool send_atomic, const void *log_entry, const struct tr_ctx *ctx, in trace_log_unfiltered() argument 279 vatrace_log(send_atomic, (uint32_t)log_entry, ctx, lvl, id_1, id_2, arg_count, vl); in trace_log_unfiltered() 283 void trace_log_filtered(bool send_atomic, const void *log_entry, const struct tr_ctx *ctx, in trace_log_filtered() argument 312 vatrace_log(send_atomic, (uint32_t)log_entry, ctx, lvl, id_1, id_2, arg_count, vl); in trace_log_filtered()
|
/sof-2.7.6/test/cmocka/src/ |
D | common_mocks.c | 104 void WEAK trace_log_filtered(bool send_atomic, const void *log_entry, const struct tr_ctx *ctx, in trace_log_filtered() argument 107 (void) send_atomic; in trace_log_filtered()
|
/sof-2.7.6/src/include/sof/trace/ |
D | trace.h | 148 void trace_log_filtered(bool send_atomic, const void *log_entry, const struct tr_ctx *ctx, 150 void trace_log_unfiltered(bool send_atomic, const void *log_entry, const struct tr_ctx *ctx,
|