Home
last modified time | relevance | path

Searched refs:PERF_PMU_MAX_SCOPE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dperf_event.h308 PERF_PMU_MAX_SCOPE, enumerator
/linux/kernel/events/
A Dcore.c11746 …if (WARN_ONCE(pmu->scope >= PERF_PMU_MAX_SCOPE, "Can not register a pmu with an invalid scope.\n")… in perf_pmu_register()
13940 int target[PERF_PMU_MAX_SCOPE]; in perf_event_clear_cpumask()
13946 for (scope = PERF_PMU_SCOPE_NONE + 1; scope < PERF_PMU_MAX_SCOPE; scope++) { in perf_event_clear_cpumask()
13964 WARN_ON_ONCE(pmu->scope >= PERF_PMU_MAX_SCOPE)) in perf_event_clear_cpumask()
14010 for (scope = PERF_PMU_SCOPE_NONE + 1; scope < PERF_PMU_MAX_SCOPE; scope++) { in perf_event_setup_cpumask()
14019 for (scope = PERF_PMU_SCOPE_NONE + 1; scope < PERF_PMU_MAX_SCOPE; scope++) { in perf_event_setup_cpumask()

Completed in 30 milliseconds