Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ds390-cpumsf.c270 if (len & (S390_CPUMSF_PAGESZ - 1)) /* Illegal size */ in s390_cpumsf_validate()
275 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in s390_cpumsf_validate()
308 size_t payload = S390_CPUMSF_PAGESZ - sizeof(struct hws_trailer_entry); in s390_cpumsf_reached_trailer()
310 if (payload - (pos & (S390_CPUMSF_PAGESZ - 1)) < entry_sz) in s390_cpumsf_reached_trailer()
362 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_dump()
363 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_dump()
437 te = (struct hws_trailer_entry *)(buf + S390_CPUMSF_PAGESZ in get_trailer_time()
525 pos = (pos + S390_CPUMSF_PAGESZ) in s390_cpumsf_samples()
526 & ~(S390_CPUMSF_PAGESZ - 1); in s390_cpumsf_samples()
Ds390-cpumsf-kernel.h12 #define S390_CPUMSF_PAGESZ 4096 /* Size of sample block units */ macro