Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dds.c1521 void *next_record = basic + 1; in setup_pebs_adaptive_sample_data() local
1562 meminfo = next_record; in setup_pebs_adaptive_sample_data()
1563 next_record = meminfo + 1; in setup_pebs_adaptive_sample_data()
1567 gprs = next_record; in setup_pebs_adaptive_sample_data()
1568 next_record = gprs + 1; in setup_pebs_adaptive_sample_data()
1596 struct pebs_xmm *xmm = next_record; in setup_pebs_adaptive_sample_data()
1598 next_record = xmm + 1; in setup_pebs_adaptive_sample_data()
1603 struct lbr_entry *lbr = next_record; in setup_pebs_adaptive_sample_data()
1606 next_record = next_record + num_lbr * sizeof(struct lbr_entry); in setup_pebs_adaptive_sample_data()
1614 WARN_ONCE(next_record != __pebs + (format_size >> 48), in setup_pebs_adaptive_sample_data()
[all …]