Home
last modified time | relevance | path

Searched refs:PERF_PMU_TYPE_SHIFT (Results 1 – 9 of 9) sorted by path

/linux/include/uapi/linux/
H A Dperf_event.h52 #define PERF_PMU_TYPE_SHIFT 32 macro
/linux/kernel/events/
H A Dcore.c11737 type = event->attr.config >> PERF_PMU_TYPE_SHIFT; in perf_init_event()
/linux/tools/include/uapi/linux/
H A Dperf_event.h52 #define PERF_PMU_TYPE_SHIFT 32 macro
/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c22 return (evsel->core.attr.config >> PERF_PMU_TYPE_SHIFT) == expected_config; in test_hybrid_type()
/linux/tools/perf/arch/x86/util/
H A Devlist.c43 evsel->core.attr.config |= (__u64)pmu->type << PERF_PMU_TYPE_SHIFT; in ___evlist__add_default_attrs()
H A Devsel.c53 u64 pmu = evsel->core.attr.config >> PERF_PMU_TYPE_SHIFT; in arch_evsel__hw_name()
H A Dperf_regs.c313 attr.config |= type << PERF_PMU_TYPE_SHIFT; in arch__intr_reg_mask()
/linux/tools/perf/util/
H A Dparse-events.c428 *config |= (__u64)extended_pmu_type << PERF_PMU_TYPE_SHIFT; in parse_events__decode_legacy_cache()
1026 attr->config |= (__u64)pmu->type << PERF_PMU_TYPE_SHIFT; in config_term_pmu()
1317 attr.config |= (u64)extended_type << PERF_PMU_TYPE_SHIFT; in __parse_events_add_numeric()
H A Dpmus.c534 …upported(PERF_TYPE_HARDWARE, PERF_COUNT_HW_CPU_CYCLES | ((__u64)pmu->type << PERF_PMU_TYPE_SHIFT))) in __perf_pmus__supports_extended_type()