Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dds.c952 u64 pebs_data_cfg = cpuc->pebs_data_cfg; in adaptive_pebs_record_size_update() local
955 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in adaptive_pebs_record_size_update()
957 if (pebs_data_cfg & PEBS_DATACFG_GP) in adaptive_pebs_record_size_update()
959 if (pebs_data_cfg & PEBS_DATACFG_XMMS) in adaptive_pebs_record_size_update()
961 if (pebs_data_cfg & PEBS_DATACFG_LBRS) in adaptive_pebs_record_size_update()
975 u64 pebs_data_cfg = 0; in pebs_update_adaptive_cfg() local
980 return pebs_data_cfg; in pebs_update_adaptive_cfg()
983 pebs_data_cfg |= PEBS_DATACFG_MEMINFO; in pebs_update_adaptive_cfg()
999 pebs_data_cfg |= PEBS_DATACFG_GP; in pebs_update_adaptive_cfg()
1003 pebs_data_cfg |= PEBS_DATACFG_XMMS; in pebs_update_adaptive_cfg()
[all …]
/arch/x86/events/
Dperf_event.h264 u64 pebs_data_cfg; member