Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ds390-sample-raw.c90 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail()
107 te.cfvn, te.csvn, te.cpu_speed, te.timestamp); in s390_cpumcfdg_dumptrail()
H A Ds390-cpumcf-kernel.h37 unsigned int cfvn:16; /* 64-79 Ctr First Version */ member
/openbmc/linux/arch/s390/kernel/
H A Dperf_event.c109 cpu, cf_info.cfvn, cf_info.csvn, in print_debug_cf()
158 "authorization=%04x\n", ci.cfvn, ci.csvn, ci.auth_ctl); in sl_print_counter()
H A Dperf_cpum_cf.c367 unsigned int cfvn:16; /* 64-79 Ctr First Version */ member
393 te->cfvn = cpumf_ctr_info.cfvn; /* Counter version numbers */ in cfdiag_trailer()
419 if (cpumf_ctr_info.cfvn >= 1) in cpum_cf_make_setsize()
423 if (cpumf_ctr_info.cfvn == 1) in cpum_cf_make_setsize()
425 else if (cpumf_ctr_info.cfvn >= 3) in cpum_cf_make_setsize()
620 if (cpumf_ctr_info.cfvn < 1) in validate_ctr_version()
H A Dperf_cpum_cf_events.c839 struct attribute **combined, **model, **cfvn, **csvn; in cpumf_cf_event_group() local
846 switch (ci.cfvn) { in cpumf_cf_event_group()
848 cfvn = cpumcf_fvn1_pmu_event_attr; in cpumf_cf_event_group()
851 cfvn = cpumcf_fvn3_pmu_event_attr; in cpumf_cf_event_group()
854 cfvn = none; in cpumf_cf_event_group()
905 combined = merge_attr(cfvn, csvn, model); in cpumf_cf_event_group()
/openbmc/linux/arch/s390/include/asm/
H A Dcpu_mf.h46 u16 cfvn; member