Lines Matching defs:config
81 u64 contextid = evsel->core.attr.config &
153 if (!(evsel->core.attr.config &
456 u64 config = 0;
466 * Variable perf_event_attr::config is assigned to
473 config = evsel->core.attr.config;
478 return config;
487 u64 config = 0;
491 * The perf event variable config bits represent both
498 config |= BIT(ETM4_CFG_BIT_CYCACC);
500 config |= BIT(ETM4_CFG_BIT_CTXTID);
502 config |= BIT(ETM4_CFG_BIT_TS);
504 config |= BIT(ETM4_CFG_BIT_RETSTK);
506 config |= BIT(ETM4_CFG_BIT_VMID) |
509 config |= BIT(ETM4_CFG_BIT_BB);
511 return config;
916 * Set a default config to enable the user changed config tracking mechanism