mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
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 <mathieu.poirier@linaro.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Leo Yan <leo.yan@linaro.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Suzuki K Poulouse <suzuki.poulose@arm.com> 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 <acme@redhat.com>
This commit is contained in:
parent
271402a3e9
commit
b611f63bb1
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ struct cs_etm_queue {
|
||||||
struct thread *thread;
|
struct thread *thread;
|
||||||
struct cs_etm_decoder *decoder;
|
struct cs_etm_decoder *decoder;
|
||||||
struct auxtrace_buffer *buffer;
|
struct auxtrace_buffer *buffer;
|
||||||
const struct cs_etm_state *state;
|
|
||||||
union perf_event *event_buf;
|
union perf_event *event_buf;
|
||||||
unsigned int queue_nr;
|
unsigned int queue_nr;
|
||||||
pid_t pid, tid;
|
pid_t pid, tid;
|
||||||
|
|
Loading…
Add table
Reference in a new issue