Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ds390-cpumsf.c334 local.dsdes = be16toh((flags & 0xffff)); 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() argument
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 = 74; in s390_cpumsf_validate()
403 *dsdes = 85; in s390_cpumsf_validate()
408 *dsdes = 112; in s390_cpumsf_validate()
[all …]
Ds390-cpumsf-kernel.h53 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
/linux-6.1.9/arch/s390/include/asm/
Dcpu_mf.h70 unsigned int dsdes:16; /* 6-7: size of diagnostic sampling entry */ member
141 unsigned int dsdes:16; /* 48-63: size of diagnostic SDE */ member
/linux-6.1.9/arch/s390/kernel/
Dperf_event.c133 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()
Dperf_cpum_sf.c329 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes); in sfb_set_limits()