Searched refs:pebs_buffer_base (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dintel_ds.h24 u64 pebs_buffer_base; member in struct:debug_store
/linux-master/arch/x86/events/intel/
H A Dds.c540 ds->pebs_buffer_base = (unsigned long) cea;
542 ds->pebs_index = ds->pebs_buffer_base;
544 ds->pebs_absolute_maximum = ds->pebs_buffer_base + max;
1157 threshold = ds->pebs_buffer_base + cpuc->pebs_record_size;
2106 at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base;
2112 ds->pebs_index = ds->pebs_buffer_base;
2166 base = (struct pebs_record_nhm *)(unsigned long)ds->pebs_buffer_base;
2169 ds->pebs_index = ds->pebs_buffer_base;
2281 base = (struct pebs_basic *)(unsigned long)ds->pebs_buffer_base;
2284 ds->pebs_index = ds->pebs_buffer_base;
[all...]

Completed in 92 milliseconds