perf annotate: Align struct annotate_args
Align fields of struct annotate_args. Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Acked-by: Jiri Olsa <jolsa@redhat.com> Cc: Ian Rogers <irogers@google.com> Cc: Jin Yao <yao.jin@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Song Liu <songliubraving@fb.com> Link: http://lore.kernel.org/lkml/20200204045233.474937-4-ravi.bangoria@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
2316f861ae
commit
d3c03147bf
|
@ -1143,13 +1143,13 @@ out:
|
|||
}
|
||||
|
||||
struct annotate_args {
|
||||
struct arch *arch;
|
||||
struct map_symbol ms;
|
||||
struct evsel *evsel;
|
||||
struct arch *arch;
|
||||
struct map_symbol ms;
|
||||
struct evsel *evsel;
|
||||
struct annotation_options *options;
|
||||
s64 offset;
|
||||
char *line;
|
||||
int line_nr;
|
||||
s64 offset;
|
||||
char *line;
|
||||
int line_nr;
|
||||
};
|
||||
|
||||
static void annotation_line__init(struct annotation_line *al,
|
||||
|
|
Loading…
Reference in New Issue