etmv3             495 tools/perf/arch/arm/util/cs-etm.c 	int etmv3 = 0, etmv4 = 0;
etmv3             509 tools/perf/arch/arm/util/cs-etm.c 				etmv3++;
etmv3             520 tools/perf/arch/arm/util/cs-etm.c 				etmv3++;
etmv3             528 tools/perf/arch/arm/util/cs-etm.c 	       (etmv3 * CS_ETMV3_PRIV_SIZE));
etmv3             114 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	config->reg_idr = params->etmv3.reg_idr;
etmv3             115 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	config->reg_ctrl = params->etmv3.reg_ctrl;
etmv3             116 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	config->reg_ccer = params->etmv3.reg_ccer;
etmv3             117 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	config->reg_trc_id = params->etmv3.reg_trc_id;
etmv3              43 tools/perf/util/cs-etm-decoder/cs-etm-decoder.h 		struct cs_etmv3_trace_params etmv3;
etmv3             386 tools/perf/util/cs-etm.c 	t_params[idx].etmv3.reg_ctrl = metadata[idx][CS_ETM_ETMCR];
etmv3             387 tools/perf/util/cs-etm.c 	t_params[idx].etmv3.reg_trc_id = metadata[idx][CS_ETM_ETMTRACEIDR];