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

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

Completed in 109 milliseconds