Home
last modified time | relevance | path

Searched refs:IBS_FETCH_MAX_CNT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dperf_event.h208 #define IBS_FETCH_MAX_CNT 0x0000FFFFULL macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c28 #define IBS_FETCH_CONFIG_MASK (IBS_FETCH_RAND_EN | IBS_FETCH_MAX_CNT)
481 .cnt_mask = IBS_FETCH_MAX_CNT,
484 .max_period = IBS_FETCH_MAX_CNT << 4,
/linux-4.4.14/arch/x86/oprofile/
Dop_model_amd.c208 val = min(val, IBS_FETCH_MAX_CNT); in op_amd_start_ibs()