Searched refs:dsdes (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Ds390-cpumsf-kernel.h53 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member in struct:hws_trailer_entry::__anon15274::__anon15275
H A Ds390-cpumsf.c335 local.dsdes = be16toh((flags & 0xffff));
347 " dsdes:%d Overflow:%lld Time:%#llx\n"
353 te->bsdes, te->dsdes, te->overflow,
374 unsigned short *dsdes)
379 *dsdes = *bsdes = 0;
388 *dsdes = be16toh(te->dsdes);
389 if (!te->bsdes && !te->dsdes) {
394 *dsdes = 64;
399 *dsdes
371 s390_cpumsf_validate(int machine_type, unsigned char *buf, size_t len, unsigned short *bsdes, unsigned short *dsdes) argument
439 unsigned short bsdes, dsdes; local
606 unsigned short bsdes, dsdes; local
[all...]
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h69 unsigned int dsdes:16; /* 6-7: size of diagnostic sampling entry */ member in struct:hws_qsi_info_block
140 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member in struct:hws_trailer_header::__anon72
/linux-master/arch/s390/kernel/
H A Dperf_event.c135 " dsdes=%i tear=%016lx dear=%016lx\n", cpu,
136 si.ad, si.ed, si.cd, si.dsdes, si.tear, si.dear);
183 " sample_size=%u\n", si.dsdes);
H A Dperf_cpum_sf.c381 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes);

Completed in 138 milliseconds