Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dperf_event.h145 #define PEBS_DATACFG_MEMINFO BIT_ULL(0) macro
/linux/arch/x86/events/intel/
H A Dds.c1644 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in adaptive_pebs_record_size_update()
1721 pebs_data_cfg |= PEBS_DATACFG_MEMINFO; in pebs_update_adaptive_cfg()
2542 if (format_group & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
2554 if (format_group & PEBS_DATACFG_MEMINFO) { in setup_pebs_adaptive_sample_data()
H A Dcore.c3215 if (pebs_data_cfg & PEBS_DATACFG_MEMINFO) in intel_pmu_enable_event_ext()