Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ds390-cpumsf.c333 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()
352 te->bsdes, te->dsdes, te->overflow, in s390_cpumsf_trailer_show()
372 unsigned short *bsdes, in s390_cpumsf_validate() argument
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 = 32; in s390_cpumsf_validate()
399 *bsdes = 32; in s390_cpumsf_validate()
404 *bsdes = 32; in s390_cpumsf_validate()
[all …]
Ds390-cpumsf-kernel.h52 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
/linux-6.1.9/arch/s390/include/asm/
Dcpu_mf.h69 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ member
140 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
/linux-6.1.9/arch/s390/kernel/
Dperf_event.c129 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()
Dperf_cpum_sf.c329 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()