Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dperf_cpum_cf.c61 struct cf_trailer_entry { /* CPU-M CF_DIAG trailer (64 byte) */ struct
97 static void cfdiag_trailer(struct cf_trailer_entry *te) in cfdiag_trailer() argument
175 struct cf_trailer_entry *trailer; in cfdiag_getctr()
213 struct cf_trailer_entry *trailer_start, *trailer_stop; in cfdiag_diffctr()
237 trailer_start = (struct cf_trailer_entry *)(cpuhw->start + offset); in cfdiag_diffctr()
238 trailer_stop = (struct cf_trailer_entry *)(cpuhw->stop + offset); in cfdiag_diffctr()
1386 size_t max_size = sizeof(struct cf_trailer_entry); in cfdiag_maxsize()