Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Ds390-cpumsf.c334 local.dsdes = be16toh((flags & 0xffff)); in s390_cpumsf_trailer_show()
346 " dsdes:%d Overflow:%lld Time:%#llx\n" in s390_cpumsf_trailer_show()
352 te->bsdes, te->dsdes, te->overflow, in s390_cpumsf_trailer_show()
373 unsigned short *dsdes) in s390_cpumsf_validate()
378 *dsdes = *bsdes = 0; in s390_cpumsf_validate()
387 *dsdes = be16toh(te->dsdes); in s390_cpumsf_validate()
388 if (!te->bsdes && !te->dsdes) { in s390_cpumsf_validate()
393 *dsdes = 64; in s390_cpumsf_validate()
398 *dsdes in s390_cpumsf_validate()
370 s390_cpumsf_validate(int machine_type, unsigned char *buf, size_t len, unsigned short *bsdes, unsigned short *dsdes) s390_cpumsf_validate() argument
438 unsigned short bsdes, dsdes; s390_cpumsf_dump() local
605 unsigned short bsdes, dsdes; s390_cpumsf_samples() local
[all...]
H A Ds390-cpumsf-kernel.h53 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
/kernel/linux/linux-6.6/tools/perf/util/
H A Ds390-cpumsf.c335 local.dsdes = be16toh((flags & 0xffff)); in s390_cpumsf_trailer_show()
347 " dsdes:%d Overflow:%lld Time:%#llx\n" in s390_cpumsf_trailer_show()
353 te->bsdes, te->dsdes, te->overflow, in s390_cpumsf_trailer_show()
374 unsigned short *dsdes) in s390_cpumsf_validate()
379 *dsdes = *bsdes = 0; in s390_cpumsf_validate()
388 *dsdes = be16toh(te->dsdes); in s390_cpumsf_validate()
389 if (!te->bsdes && !te->dsdes) { in s390_cpumsf_validate()
394 *dsdes = 64; in s390_cpumsf_validate()
399 *dsdes in s390_cpumsf_validate()
371 s390_cpumsf_validate(int machine_type, unsigned char *buf, size_t len, unsigned short *bsdes, unsigned short *dsdes) s390_cpumsf_validate() argument
439 unsigned short bsdes, dsdes; s390_cpumsf_dump() local
606 unsigned short bsdes, dsdes; s390_cpumsf_samples() local
[all...]
H A Ds390-cpumsf-kernel.h53 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcpu_mf.h69 unsigned int dsdes:16; /* 6-7: size of diagnostic sampling entry */ member
140 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcpu_mf.h69 unsigned int dsdes:16; /* 6-7: size of diagnostic sampling entry */ member
138 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_event.c153 " dsdes=%i tear=%016lx dear=%016lx\n", cpu, in print_debug_sf()
154 si.ad, si.ed, si.cd, si.dsdes, si.tear, si.dear); in print_debug_sf()
201 " sample_size=%u\n", si.dsdes); in sl_print_sampling()
H A Dperf_cpum_sf.c329 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes); in sfb_set_limits()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_event.c132 " dsdes=%i tear=%016lx dear=%016lx\n", cpu, in print_debug_sf()
133 si.ad, si.ed, si.cd, si.dsdes, si.tear, si.dear); in print_debug_sf()
180 " sample_size=%u\n", si.dsdes); in sl_print_sampling()
H A Dperf_cpum_sf.c381 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes); in sfb_set_limits()

Completed in 12 milliseconds