Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Ds390-cpumcf-kernel.h25 struct cf_trailer_entry { /* CPU-M CF trailer for raw traces (64 byte) */ struct
27 union {
39 unsigned int cfvn:16; /* 64-79 Ctr First Version */
40 unsigned int csvn:16; /* 80-95 Ctr Second Version */
41 unsigned int cpu_speed:32; /* 96-127 CPU speed */
43 unsigned long timestamp; /* 128-191 Timestamp (TOD) */
45 union {
55 unsigned int mach_type:16; /* Machine type */
56 unsigned int res1:16; /* Reserved */
57 unsigned int res2:32; /* Reserved */
/linux-6.14.4/arch/s390/kernel/
Dperf_cpum_cf.c357 struct cf_trailer_entry { /* CPU-M CF_DIAG trailer (64 byte) */ struct
359 union {
393 static void cfdiag_trailer(struct cf_trailer_entry *te) in cfdiag_trailer() argument