Home
last modified time | relevance | path

Searched refs:cf_ctrset_entry (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/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
/openbmc/linux/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()