From: Mathieu Poirier Date: Tue, 12 Feb 2019 17:16:06 +0000 (-0700) Subject: perf cs-etm: Remove unused structure field "state" X-Git-Tag: v5.1-rc1~163^2~3^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b611f63bb1b7ba20e87d9d0d7af88d247bcf98eb;p=thirdparty%2Fkernel%2Flinux.git perf cs-etm: Remove unused structure field "state" Field "state" in structure cs_etm_queue is no longer used and needs to be removed. Signed-off-by: Mathieu Poirier Cc: Jiri Olsa Cc: Leo Yan Cc: Peter Zijlstra Cc: Suzuki K Poulouse Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/20190212171618.25355-2-mathieu.poirier@linaro.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/cs-etm.c b/tools/perf/util/cs-etm.c index 0b11d653cfbe9..ebd68eb43da9c 100644 --- a/tools/perf/util/cs-etm.c +++ b/tools/perf/util/cs-etm.c @@ -65,7 +65,6 @@ struct cs_etm_queue { struct thread *thread; struct cs_etm_decoder *decoder; struct auxtrace_buffer *buffer; - const struct cs_etm_state *state; union perf_event *event_buf; unsigned int queue_nr; pid_t pid, tid;