Home
last modified time | relevance | path

Searched refs:cf_ctrset_entry (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ds390-sample-raw.c32 static size_t ctrset_size(struct cf_ctrset_entry *set) in ctrset_size()
37 static bool ctrset_valid(struct cf_ctrset_entry *set) in ctrset_valid()
51 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_testctr()
56 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_testctr()
161 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_dump()
169 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_dump()
H A Ds390-cpumcf-kernel.h16 struct cf_ctrset_entry { /* CPU-M CF counter set entry (8 byte) */ struct
/kernel/linux/linux-6.6/tools/perf/util/
H A Ds390-sample-raw.c33 static size_t ctrset_size(struct cf_ctrset_entry *set) in ctrset_size()
38 static bool ctrset_valid(struct cf_ctrset_entry *set) in ctrset_valid()
52 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_testctr()
57 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_testctr()
184 struct cf_ctrset_entry *cep, ce; in s390_cpumcfdg_dump()
188 cep = (struct cf_ctrset_entry *)(buf + offset); in s390_cpumcfdg_dump()
H A Ds390-cpumcf-kernel.h16 struct cf_ctrset_entry { /* CPU-M CF counter set entry (8 byte) */ struct
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_cf_diag.c64 struct cf_ctrset_entry { /* CPU-M CF counter set entry (8 byte) */ struct
349 sizeof(struct cf_ctrset_entry); in cf_diag_ctrset_maxsize()
368 static size_t cf_diag_getctrset(struct cf_ctrset_entry *ctrdata, int ctrset, in cf_diag_getctrset()
411 struct cf_ctrset_entry *ctrdata = data + offset; in cf_diag_getctr()
446 struct cf_ctrset_entry *ctrstart, *ctrstop; in cf_diag_diffctr()
451 ctrstart = (struct cf_ctrset_entry *)(csd->start + offset); in cf_diag_diffctr()
452 ctrstop = (struct cf_ctrset_entry *)(csd->data + offset); in cf_diag_diffctr()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_cpum_cf.c346 struct cf_ctrset_entry { /* CPU-M CF counter set entry (8 byte) */ struct
478 static size_t cfdiag_getctrset(struct cf_ctrset_entry *ctrdata, int ctrset, in cfdiag_getctrset()
525 struct cf_ctrset_entry *ctrdata = data + offset; in cfdiag_getctr()
557 struct cf_ctrset_entry *ctrstart, *ctrstop; in cfdiag_diffctr()
562 ctrstart = (struct cf_ctrset_entry *)(cpuhw->start + offset); in cfdiag_diffctr()
563 ctrstop = (struct cf_ctrset_entry *)(cpuhw->stop + offset); in cfdiag_diffctr()
1891 sizeof(struct cf_ctrset_entry); in cfdiag_maxsize()

Completed in 5 milliseconds