perf cs-etm: Get rid of unused cpu in struct cs_etm_queue
authorMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 24 May 2019 17:35:01 +0000 (11:35 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 10 Jun 2019 18:50:02 +0000 (15:50 -0300)
commit6672559307d07f6b58bfd1b4b4cb44a247f51365
treeaa70d3a6dd1a2afec0a45bd3541e70b3f4d0e6b9
parentc7bfa2fd0da966bf83061102fbe1e7b974e81764
perf cs-etm: Get rid of unused cpu in struct cs_etm_queue

Nowadays the synthesize code is using the packet's cpu information,
making cs_etm_queue::cpu useless.  As such simply remove it.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Tested-by: Leo Yan <leo.yan@linaro.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
Cc: coresight@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/20190524173508.29044-11-mathieu.poirier@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/cs-etm.c