/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | s390-cpumsf.c | 334 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 D | s390-cpumsf-kernel.h | 53 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | s390-cpumsf.c | 335 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 D | s390-cpumsf-kernel.h | 53 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | cpu_mf.h | 69 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 D | cpu_mf.h | 69 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 D | perf_event.c | 153 " 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 D | perf_cpum_sf.c | 329 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 D | perf_event.c | 132 " 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 D | perf_cpum_sf.c | 381 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes); in sfb_set_limits()
|