Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ds390-cpumsf.c232 if (te->bsdes != sizeof(struct hws_basic_entry)) { in s390_cpumsf_trailer_show()
243 te->bsdes, te->dsdes, te->overflow, in s390_cpumsf_trailer_show()
263 unsigned short *bsdes, in s390_cpumsf_validate() argument
269 *dsdes = *bsdes = 0; in s390_cpumsf_validate()
277 *bsdes = te->bsdes; in s390_cpumsf_validate()
279 if (!te->bsdes && !te->dsdes) { in s390_cpumsf_validate()
285 *bsdes = 32; in s390_cpumsf_validate()
290 *bsdes = 32; in s390_cpumsf_validate()
295 *bsdes = 32; in s390_cpumsf_validate()
324 unsigned short bsdes, dsdes; in s390_cpumsf_dump() local
[all …]
Ds390-cpumsf-kernel.h52 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
/Linux-v4.19/arch/s390/include/asm/
Dcpu_mf.h64 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ member
133 unsigned int bsdes:16; /* 32-47: size of basic SDE */ member
/Linux-v4.19/arch/s390/kernel/
Dperf_event.c149 si.as, si.es, si.cs, si.bsdes, si.tear, si.dear); in print_debug_sf()
197 " sample_size=%u\n", si.bsdes); in sl_print_sampling()
Dperf_cpum_sf.c313 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes); in sfb_set_limits()
2036 if (si.bsdes != sizeof(struct hws_basic_entry)) { in init_cpum_sampling_pmu()