Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_p4.c1073 if (!p4_should_swap_ts(hwc->config, cpu)) in p4_pmu_swap_config_ts()
1241 if (hwc->idx != -1 && !p4_should_swap_ts(hwc->config, cpu)) { in p4_pmu_schedule_events()
1276 if (p4_should_swap_ts(hwc->config, cpu)) in p4_pmu_schedule_events()
/linux-4.4.14/arch/x86/include/asm/
Dperf_event_p4.h197 static inline int p4_should_swap_ts(u64 config, int cpu) in p4_should_swap_ts() function