X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fannotate.h;h=3757416bcf46b01c469658bef04d26217d9b8fe7;hb=009ef05f98129aa91c62c3baab859ba593a15bb2;hp=096cdaf21b01f20160654989b88983f81d14b1ee;hpb=628af43984feeecfe086ae885ab407bd0e7c329e;p=linux-2.6-microblaze.git diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index 096cdaf21b01..3757416bcf46 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h @@ -84,6 +84,7 @@ struct annotation_options { print_lines, full_path, show_linenr, + show_fileloc, show_nr_jumps, show_minmax_cycle, show_asm_raw, @@ -136,6 +137,7 @@ struct annotation_line { s64 offset; char *line; int line_nr; + char *fileloc; int jump_sources; float ipc; u64 cycles;