Searched refs:LTRACEF_LEVEL (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | debug.h | 34 #undef LTRACEF_LEVEL 35 #define LTRACEF_LEVEL(level, x...) \ macro 49 #define pr_err(x...) LTRACEF_LEVEL(TRACE_LEVEL_ERROR, x) 50 #define pr_warn(x...) LTRACEF_LEVEL(TRACE_LEVEL_WARNING, x) 51 #define pr_init(x...) LTRACEF_LEVEL(TRACE_LEVEL_INIT, x) 52 #define pr_write(x...) LTRACEF_LEVEL(TRACE_LEVEL_WRITE, x) 53 #define pr_read(x...) LTRACEF_LEVEL(TRACE_LEVEL_READ, x)
|
/trusty/kernel/lib/sm/ |
D | trusty_sched_share.c | 87 LTRACEF_LEVEL(5, "client_id=%llx, buf_id= %llx, buf_size=%d\n", in trusty_share_register() 111 LTRACEF_LEVEL(45, "header-size=%d, struct-size=%d\n", hdr_sz, struct_sz); in trusty_share_register() 119 LTRACEF_LEVEL(45, "percpu-data-size=%d, struct-size=%d\n", percpu_data_sz, in trusty_share_register()
|
D | sm.c | 182 LTRACEF_LEVEL(3, "cpu %d, restart std call, restart_count %d\n", in sm_queue_stdcall() 251 LTRACEF_LEVEL(3, "cpu %d, got nop\n", cpu); in sm_return_and_wait_for_next_stdcall() 267 LTRACEF_LEVEL(2, "got irq on cpu %d, stdcallcpu %d\n", cpu, in sm_irq_return_ns() 276 LTRACEF_LEVEL(2, "got irq on cpu %d, return %ld\n", cpu, ret); in sm_irq_return_ns()
|