bsdes              68 arch/s390/include/asm/cpu_mf.h 	unsigned int bsdes:16;	    /* 4-5: size of basic sampling entry */
bsdes             138 arch/s390/include/asm/cpu_mf.h 			unsigned int bsdes:16;	/* 32-47: size of basic SDE   */
bsdes             326 arch/s390/kernel/perf_cpum_sf.c 		CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes);
bsdes            2176 arch/s390/kernel/perf_cpum_sf.c 	if (si.bsdes != sizeof(struct hws_basic_entry)) {
bsdes             150 arch/s390/kernel/perf_event.c 			si.as, si.es, si.cs, si.bsdes, si.tear, si.dear);
bsdes             198 arch/s390/kernel/perf_event.c 			   " sample_size=%u\n", si.bsdes);
bsdes              52 tools/perf/util/s390-cpumsf-kernel.h 			unsigned int bsdes:16;	/* 32-47: size of basic SDE   */
bsdes             333 tools/perf/util/s390-cpumsf.c 	local.bsdes = be16toh((flags >> 16 & 0xffff));
bsdes             341 tools/perf/util/s390-cpumsf.c 	if (te->bsdes != sizeof(struct hws_basic_entry)) {
bsdes             352 tools/perf/util/s390-cpumsf.c 		      te->bsdes, te->dsdes, te->overflow,
bsdes             372 tools/perf/util/s390-cpumsf.c 				 unsigned short *bsdes,
bsdes             378 tools/perf/util/s390-cpumsf.c 	*dsdes = *bsdes = 0;
bsdes             386 tools/perf/util/s390-cpumsf.c 	*bsdes = be16toh(te->bsdes);
bsdes             388 tools/perf/util/s390-cpumsf.c 	if (!te->bsdes && !te->dsdes) {
bsdes             394 tools/perf/util/s390-cpumsf.c 			*bsdes = 32;
bsdes             399 tools/perf/util/s390-cpumsf.c 			*bsdes = 32;
bsdes             404 tools/perf/util/s390-cpumsf.c 			*bsdes = 32;
bsdes             409 tools/perf/util/s390-cpumsf.c 			*bsdes = 32;
bsdes             438 tools/perf/util/s390-cpumsf.c 	unsigned short bsdes, dsdes;
bsdes             445 tools/perf/util/s390-cpumsf.c 	if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes,
bsdes             449 tools/perf/util/s390-cpumsf.c 		       len, sf->machine_type, bsdes, dsdes);
bsdes             460 tools/perf/util/s390-cpumsf.c 			pos += bsdes;
bsdes             472 tools/perf/util/s390-cpumsf.c 		if (!s390_cpumsf_reached_trailer(bsdes + dsdes, pos)) {
bsdes             483 tools/perf/util/s390-cpumsf.c 			te.bsdes = bsdes;
bsdes             605 tools/perf/util/s390-cpumsf.c 	unsigned short bsdes, dsdes;
bsdes             610 tools/perf/util/s390-cpumsf.c 	if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes,
bsdes             637 tools/perf/util/s390-cpumsf.c 			pos += bsdes;
bsdes             646 tools/perf/util/s390-cpumsf.c 		if (!s390_cpumsf_reached_trailer(bsdes + dsdes, pos)) {