summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2018-05-28 19:24:45 +0200
committerArnaldo Carvalho de Melo2018-06-04 15:28:53 +0200
commitf178fd2d498eccbf6592ace72b9f235f0e58c77d (patch)
tree7a603c7fd487ee73c2d0dcd8c4b7d36fcad0b10c /tools/perf/util/annotate.h
parentperf hists browser: Pass annotation_options from tool to browser (diff)
downloadkernel-qcow2-linux-f178fd2d498eccbf6592ace72b9f235f0e58c77d.tar.gz
kernel-qcow2-linux-f178fd2d498eccbf6592ace72b9f235f0e58c77d.tar.xz
kernel-qcow2-linux-f178fd2d498eccbf6592ace72b9f235f0e58c77d.zip
perf annotate: Move objdump_path to struct annotation_options
One more step in grouping annotation options. 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: https://lkml.kernel.org/n/tip-sogzdhugoavm6fyw60jnb0vs@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r--tools/perf/util/annotate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h
index 6e6e2a571928..a4c0d91907e6 100644
--- a/tools/perf/util/annotate.h
+++ b/tools/perf/util/annotate.h
@@ -80,6 +80,7 @@ struct annotation_options {
int min_pcnt;
int max_lines;
int context;
+ const char *objdump_path;
const char *disassembler_style;
};