Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ds390-sample-raw.c51 struct cf_trailer_entry *te; in s390_cpumcfdg_testctr()
83 struct cf_trailer_entry *tep) in s390_cpumcfdg_dumptrail()
85 struct cf_trailer_entry te; in s390_cpumcfdg_dumptrail()
198 (struct cf_trailer_entry *)cep); in s390_cpumcfdg_dump()
H A Ds390-cpumcf-kernel.h25 struct cf_trailer_entry { /* CPU-M CF trailer for raw traces (64 byte) */ struct
/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c353 struct cf_trailer_entry { /* CPU-M CF_DIAG trailer (64 byte) */ struct
389 static void cfdiag_trailer(struct cf_trailer_entry *te) in cfdiag_trailer() argument
518 struct cf_trailer_entry *trailer; in cfdiag_getctr()
556 struct cf_trailer_entry *trailer_start, *trailer_stop; in cfdiag_diffctr()
580 trailer_start = (struct cf_trailer_entry *)(cpuhw->start + offset); in cfdiag_diffctr()
581 trailer_stop = (struct cf_trailer_entry *)(cpuhw->stop + offset); in cfdiag_diffctr()
1883 size_t max_size = sizeof(struct cf_trailer_entry); in cfdiag_maxsize()