Lines Matching defs:mode
10 { .name = n, .mode = (m) }
16 int mode;
42 int parse_branch_str(const char *str, __u64 *mode)
55 *mode = PERF_SAMPLE_BRANCH_ANY;
80 *mode |= br->mode;
89 if ((*mode & ~ONLY_PLM) == 0) {
90 *mode = PERF_SAMPLE_BRANCH_ANY;
100 __u64 *mode = (__u64 *)opt->value;
108 if (*mode) {
113 return parse_branch_str(str, mode);