Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dcs-etm-base.c64 int i = *offset, j, nr_params = 0, fmt_offset; in cs_etm__print_cpu_metadata_v0() local
82 fmt_offset = CS_ETM_ETMCR; in cs_etm__print_cpu_metadata_v0()
84 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()
88 fmt_offset = CS_ETMV4_TRCCONFIGR; in cs_etm__print_cpu_metadata_v0()
90 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()