18c2ecf20Sopenharmony_ci#ifndef _ASM_TRACE_COMMON_H 28c2ecf20Sopenharmony_ci#define _ASM_TRACE_COMMON_H 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifdef CONFIG_TRACING 58c2ecf20Sopenharmony_ciDECLARE_STATIC_KEY_FALSE(trace_pagefault_key); 68c2ecf20Sopenharmony_ci#define trace_pagefault_enabled() \ 78c2ecf20Sopenharmony_ci static_branch_unlikely(&trace_pagefault_key) 88c2ecf20Sopenharmony_ci#else 98c2ecf20Sopenharmony_cistatic inline bool trace_pagefault_enabled(void) { return false; } 108c2ecf20Sopenharmony_ci#endif 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif 13