Searched refs:TRACE_FLOW (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | teec_trace.h | 58 #define TRACE_FLOW 4 macro 77 #define DEBUGLEVEL TRACE_FLOW 110 case TRACE_FLOW: \ 130 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) 154 #define FMSG_RAW(fmt, ...) dprintf_raw(TRACE_FLOW, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | teec_trace.h | 63 #define TRACE_FLOW 4 macro 82 #define DEBUGLEVEL TRACE_FLOW 115 case TRACE_FLOW: \ 135 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) 159 #define FMSG_RAW(fmt, ...) dprintf_raw(TRACE_FLOW, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | teec_trace.h | 63 #define TRACE_FLOW 4 macro 82 #define DEBUGLEVEL TRACE_FLOW 115 case TRACE_FLOW: \ 135 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) 159 #define FMSG_RAW(fmt, ...) dprintf_raw(TRACE_FLOW, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 89 #if (TRACE_LEVEL < TRACE_FLOW) 92 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) 151 #if (TRACE_LEVEL < TRACE_FLOW) 154 #define FMSG_RAW(...) trace_printf_helper_raw(TRACE_FLOW, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 52 #define TRACE_FLOW 4 macro 53 #define TRACE_MAX TRACE_FLOW
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 71 #if (TRACE_LEVEL < TRACE_FLOW) 74 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) 133 #if (TRACE_LEVEL < TRACE_FLOW) 136 #define FMSG_RAW(...) trace_printf_helper_raw(TRACE_FLOW, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 30 #define TRACE_FLOW 4 macro 31 #define TRACE_MAX TRACE_FLOW
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 71 #if (TRACE_LEVEL < TRACE_FLOW) 74 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) 133 #if (TRACE_LEVEL < TRACE_FLOW) 136 #define FMSG_RAW(...) trace_printf_helper_raw(TRACE_FLOW, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 30 #define TRACE_FLOW 4 macro 31 #define TRACE_MAX TRACE_FLOW
|