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

/linux-master/tools/perf/util/
H A Ds390-cpumsf-kernel.h52 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member in struct:hws_trailer_entry::__anon15274::__anon15275
H A Ds390-cpumsf.c334 local.bsdes = be16toh((flags >> 16 & 0xffff));
342 if (te->bsdes != sizeof(struct hws_basic_entry)) {
346 color_fprintf(stdout, color, " [%#08zx] Trailer %c%c%c bsdes:%d"
353 te->bsdes, te->dsdes, te->overflow,
373 unsigned short *bsdes,
379 *dsdes = *bsdes = 0;
387 *bsdes = be16toh(te->bsdes);
389 if (!te->bsdes && !te->dsdes) {
395 *bsdes
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.h68 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ member in struct:hws_qsi_info_block
139 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member in struct:hws_trailer_header::__anon72
/linux-master/arch/s390/kernel/
H A Dperf_event.c131 " bsdes=%i tear=%016lx dear=%016lx\n", cpu,
132 si.as, si.es, si.cs, si.bsdes, si.tear, si.dear);
180 " sample_size=%u\n", si.bsdes);
H A Dperf_cpum_sf.c381 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes);
2235 if (si.bsdes != sizeof(struct hws_basic_entry)) {

Completed in 117 milliseconds