/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | s390-cpumsf.c | 333 local.bsdes = be16toh((flags >> 16 & 0xffff)); in s390_cpumsf_trailer_show() 341 if (te->bsdes != sizeof(struct hws_basic_entry)) { in s390_cpumsf_trailer_show() 345 color_fprintf(stdout, color, " [%#08zx] Trailer %c%c%c bsdes:%d" in s390_cpumsf_trailer_show() 352 te->bsdes, te->dsdes, te->overflow, in s390_cpumsf_trailer_show() 372 unsigned short *bsdes, in s390_cpumsf_validate() 378 *dsdes = *bsdes = 0; in s390_cpumsf_validate() 386 *bsdes = be16toh(te->bsdes); in s390_cpumsf_validate() 388 if (!te->bsdes && !te->dsdes) { in s390_cpumsf_validate() 394 *bsdes 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 | 52 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | s390-cpumsf.c | 334 local.bsdes = be16toh((flags >> 16 & 0xffff)); in s390_cpumsf_trailer_show() 342 if (te->bsdes != sizeof(struct hws_basic_entry)) { in s390_cpumsf_trailer_show() 346 color_fprintf(stdout, color, " [%#08zx] Trailer %c%c%c bsdes:%d" in s390_cpumsf_trailer_show() 353 te->bsdes, te->dsdes, te->overflow, in s390_cpumsf_trailer_show() 373 unsigned short *bsdes, in s390_cpumsf_validate() 379 *dsdes = *bsdes = 0; in s390_cpumsf_validate() 387 *bsdes = be16toh(te->bsdes); in s390_cpumsf_validate() 389 if (!te->bsdes && !te->dsdes) { in s390_cpumsf_validate() 395 *bsdes 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 | 52 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | cpu_mf.h | 68 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ member 139 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cpu_mf.h | 68 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ member 137 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_event.c | 149 " bsdes=%i tear=%016lx dear=%016lx\n", cpu, in print_debug_sf() 150 si.as, si.es, si.cs, si.bsdes, si.tear, si.dear); in print_debug_sf() 198 " sample_size=%u\n", si.bsdes); 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() 2209 if (si.bsdes != sizeof(struct hws_basic_entry)) { in init_cpum_sampling_pmu()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_event.c | 128 " bsdes=%i tear=%016lx dear=%016lx\n", cpu, in print_debug_sf() 129 si.as, si.es, si.cs, si.bsdes, si.tear, si.dear); in print_debug_sf() 177 " sample_size=%u\n", si.bsdes); 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() 2235 if (si.bsdes != sizeof(struct hws_basic_entry)) { in init_cpum_sampling_pmu()
|