Searched refs:dsdes (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/s390/kernel/ |
D | perf_cpum_sf.c | 305 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes); in sfb_set_limits() 355 sample_size += sfr->dsdes; in event_sample_size() 388 sfr_size = ALIGN((sizeof(*sfr) - sizeof(sfr->diag) + cpuhw->qsi.dsdes) + in allocate_buffers() 396 sfr->dsdes = cpuhw->qsi.dsdes; in allocate_buffers() 658 memset(&sfr->diag, 0, sfr->dsdes); in hw_reset_registers() 1102 memcpy(&sfr->diag, &sample->diag, sfr->dsdes); in sfr_store_sample()
|
D | perf_event.c | 156 si.ad, si.ed, si.cd, si.dsdes, si.tear, si.dear); in print_debug_sf() 203 " sample_size=%u\n", si.dsdes); in sl_print_sampling()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | perf_event.h | 83 u16 dsdes; /* Diagnostic-sampling data entry size */ member
|
D | cpu_mf.h | 66 unsigned int dsdes:16; /* 6-7: size of diagnostic sampling entry */ member
|