summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2016-04-18 15:35:03 +0200
committerArnaldo Carvalho de Melo2016-04-18 16:17:09 +0200
commitacf2abbd0b7fcc6325e9690a8a32ee924c827f70 (patch)
tree1fded8baf53d28ddd4e4076af33920fcf78593e7 /tools/perf/util/machine.c
parentperf trace: Fix build when DWARF unwind isn't available (diff)
downloadkernel-qcow2-linux-acf2abbd0b7fcc6325e9690a8a32ee924c827f70.tar.gz
kernel-qcow2-linux-acf2abbd0b7fcc6325e9690a8a32ee924c827f70.tar.xz
kernel-qcow2-linux-acf2abbd0b7fcc6325e9690a8a32ee924c827f70.zip
perf evsel: Add missign class prefix to has_branch_stack method
Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Milian Wolff <milian.wolff@kdab.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-5i07ivw1yjsweb7gztr255jd@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/machine.c')
-rw-r--r--tools/perf/util/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c
index 0c4dabc69932..52b51e004fe8 100644
--- a/tools/perf/util/machine.c
+++ b/tools/perf/util/machine.c
@@ -1808,7 +1808,7 @@ static int thread__resolve_callchain_sample(struct thread *thread,
callchain_cursor_reset(cursor);
- if (has_branch_callstack(evsel)) {
+ if (perf_evsel__has_branch_callstack(evsel)) {
err = resolve_lbr_callchain_sample(thread, cursor, sample, parent,
root_al, max_stack);
if (err)