Lines Matching defs:mode
10 { .name = n, .mode = (m) }
16 int mode;
38 int parse_branch_str(const char *str, __u64 *mode)
51 *mode = PERF_SAMPLE_BRANCH_ANY;
76 *mode |= br->mode;
85 if ((*mode & ~ONLY_PLM) == 0) {
86 *mode = PERF_SAMPLE_BRANCH_ANY;
96 __u64 *mode = (__u64 *)opt->value;
104 if (*mode)
107 return parse_branch_str(str, mode);