Lines Matching refs:mask
34 int __sample_init(int mask);
42 const char *doc, int mask, bool error);
83 static int sample_init(struct name *skel, int mask) \
86 ret = __sample_init(mask); \
89 if (mask & SAMPLE_REDIRECT_MAP_CNT) \
91 if (mask & SAMPLE_REDIRECT_CNT) \
93 if (mask & SAMPLE_REDIRECT_ERR_MAP_CNT) \
95 if (mask & SAMPLE_REDIRECT_ERR_CNT) \
97 if (mask & SAMPLE_CPUMAP_ENQUEUE_CNT) \
99 if (mask & SAMPLE_CPUMAP_KTHREAD_CNT) \
101 if (mask & SAMPLE_EXCEPTION_CNT) \
103 if (mask & SAMPLE_DEVMAP_XMIT_CNT) \
105 if (mask & SAMPLE_DEVMAP_XMIT_CNT_MULTI) \