Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dperf_event.h212 #define IBS_OP_CUR_CNT (0xFFFF0ULL<<32) macro
/arch/x86/events/amd/
Dibs.c352 count += (config & IBS_OP_CUR_CNT) >> 32; in get_ibs_op_count()