]> Git Repo - linux.git/blob - arch/x86/include/asm/trace/common.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / x86 / include / asm / trace / common.h
1 #ifndef _ASM_TRACE_COMMON_H
2 #define _ASM_TRACE_COMMON_H
3
4 #ifdef CONFIG_TRACING
5 DECLARE_STATIC_KEY_FALSE(trace_pagefault_key);
6 #define trace_pagefault_enabled()                       \
7         static_branch_unlikely(&trace_pagefault_key)
8 #else
9 static inline bool trace_pagefault_enabled(void) { return false; }
10 #endif
11
12 #endif
This page took 0.03305 seconds and 4 git commands to generate.