diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-04-14 17:53:49 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-04-14 19:46:57 -0300 |
commit | d327e60cfae2201bcdee5aeb9b5a42e3988b184f (patch) | |
tree | a3851cbb03baba5b60d94a4fa70a59facf79c37c /tools/perf/util/evsel.h | |
parent | 6f736735e30f51805f6be31d20a4bf5b0ae91bae (diff) | |
download | linux-stable-d327e60cfae2201bcdee5aeb9b5a42e3988b184f.tar.gz linux-stable-d327e60cfae2201bcdee5aeb9b5a42e3988b184f.tar.bz2 linux-stable-d327e60cfae2201bcdee5aeb9b5a42e3988b184f.zip |
perf tools: Remove addr_location argument to sample__fprintf_callchain
Not used at all, nuke it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-jf2w8ce8nl3wso3vuodg5jci@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/evsel.h')
-rw-r--r-- | tools/perf/util/evsel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index abadfea1dbaa..b993218744d4 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h @@ -397,8 +397,8 @@ int perf_evsel__fprintf(struct perf_evsel *evsel, struct callchain_cursor; -int sample__fprintf_callchain(struct perf_sample *sample, struct addr_location *al, - int left_alignment, unsigned int print_opts, +int sample__fprintf_callchain(struct perf_sample *sample, int left_alignment, + unsigned int print_opts, struct callchain_cursor *cursor, FILE *fp); int sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, |