[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191017210521.465613686@goodmis.org>
Date: Thu, 17 Oct 2019 17:05:21 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org, linux-trace-devel@...r.kernel.org
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
Ingo Molnar <mingo@...nel.org>, Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Tzvetomir Stoyanov <tstoyanov@...are.com>
Subject: [PATCH 0/2] perf: Remove trace_find_next_event()
The trace_find_next_event() is buggy and useless. Open code the current
users (it's not much work), and nuke the function.
Steven Rostedt (VMware) (2):
perf: Iterate on tep event arrays directly
perf: Remove unused trace_find_next_event()
----
.../perf/util/scripting-engines/trace-event-perl.c | 8 ++++--
.../util/scripting-engines/trace-event-python.c | 9 +++++--
tools/perf/util/trace-event-parse.c | 31 ----------------------
tools/perf/util/trace-event.h | 2 --
4 files changed, 13 insertions(+), 37 deletions(-)
Powered by blists - more mailing lists