Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcs-etm.c2550 int i = *offset, j, nr_params = 0, fmt_offset; in cs_etm__print_cpu_metadata_v0() local
2568 fmt_offset = CS_ETM_ETMCR; in cs_etm__print_cpu_metadata_v0()
2570 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()
2574 fmt_offset = CS_ETMV4_TRCCONFIGR; in cs_etm__print_cpu_metadata_v0()
2576 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()