Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 04480094de7242d08bb62088e713fd7fe00443b4 14 lines 274 B view raw
1#ifndef __PERF_REGS_H 2#define __PERF_REGS_H 3 4#ifdef HAVE_PERF_REGS_SUPPORT 5#include <perf_regs.h> 6#else 7#define PERF_REGS_MASK 0 8 9static inline const char *perf_reg_name(int id __maybe_unused) 10{ 11 return NULL; 12} 13#endif /* HAVE_PERF_REGS_SUPPORT */ 14#endif /* __PERF_REGS_H */