Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dcs-etm.c2552 int i = *offset, j, nr_params = 0, fmt_offset; in cs_etm__print_cpu_metadata_v0() local
2570 fmt_offset = CS_ETM_ETMCR; in cs_etm__print_cpu_metadata_v0()
2572 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()
2576 fmt_offset = CS_ETMV4_TRCCONFIGR; in cs_etm__print_cpu_metadata_v0()
2578 for (j = fmt_offset; j < nr_params + fmt_offset; j++, i++) in cs_etm__print_cpu_metadata_v0()