]> asedeno.scripts.mit.edu Git - linux.git/commit
perf tools: Remove perf_tool from event_op3
authorJiri Olsa <jolsa@kernel.org>
Thu, 13 Sep 2018 12:54:04 +0000 (14:54 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Sep 2018 13:25:10 +0000 (10:25 -0300)
commit7336555a682c09fd9a3fdf38724493e52653be50
tree1ae196d7d196769d58a3af12f1247a770f5b76d3
parent89f1688a57a8f0b685fccd648e601a1f830fa744
perf tools: Remove perf_tool from event_op3

Now that we keep a perf_tool pointer inside perf_session, there's no need
to have a perf_tool argument in the event_op3 callback. Remove it.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Alexey Budankov <alexey.budankov@linux.intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180913125450.21342-3-jolsa@kernel.org
[ Fix the builtin-inject.c build for !HAVE_AUXTRACE_SUPPORT ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-inject.c
tools/perf/util/auxtrace.c
tools/perf/util/auxtrace.h
tools/perf/util/session.c
tools/perf/util/tool.h