Home
last modified time | relevance | path

Searched refs:S390_CPUMSF_PAGESZ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Ds390-cpumsf.c380 if (len & (S390_CPUMSF_PAGESZ - 1)) /* Illegal size */ in s390_cpumsf_validate()
385 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in s390_cpumsf_validate()
423 size_t payload = S390_CPUMSF_PAGESZ - sizeof(struct hws_trailer_entry); in s390_cpumsf_reached_trailer()
425 if (payload - (pos & (S390_CPUMSF_PAGESZ - 1)) < entry_sz) in s390_cpumsf_reached_trailer()
477 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_dump()
478 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_dump()
553 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in get_trailer_time()
648 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_samples()
649 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_samples()
H A Ds390-cpumsf-kernel.h12 #define S390_CPUMSF_PAGESZ 4096 /* Size of sample block units */ macro