summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorLines
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim-2/+2
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim-33/+97
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim-7/+7
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim-6/+3
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim-11/+53
2013-03-15perf annotate: Cleanup disasm__calc_percent()Namhyung Kim-15/+15
2013-03-15perf annotate: Factor out disasm__calc_percent()Namhyung Kim-19/+30
2013-03-15perf annotate: Add a comment on the symbol__parse_objdump_line()Namhyung Kim-0/+20
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim-17/+19
2013-02-14perf annotate: Fix warning message on a missing vmlinuxNamhyung Kim-1/+1
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim-3/+52
2012-11-09perf annotate: Whitespace fixupsNamhyung Kim-7/+7
2012-10-31perf annotate: Handle XBEGIN like a jumpAndi Kleen-0/+2
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa-0/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea-3/+3
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern-1/+8
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki-1/+3
2012-07-25perf annotate: Prevent overflow in size calculationCody Schafer-1/+12
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa-1/+1
2012-05-12perf annotate: Introduce ->free() method in ins_opsArnaldo Carvalho de Melo-8/+20
2012-05-12perf annotate: Augment lock instruction outputArnaldo Carvalho de Melo-29/+98
2012-05-11perf annotate: Resolve symbols using objdump comment for single op insArnaldo Carvalho de Melo-0/+45
2012-05-11perf annotate: Resolve symbols using objdump commentArnaldo Carvalho de Melo-0/+112
2012-05-11perf annotate: Use raw form for register indirect call instructionsArnaldo Carvalho de Melo-0/+9
2012-05-07perf annotate browser: Compact 'nop' outputArnaldo Carvalho de Melo-0/+13
2012-05-07perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo-8/+25
2012-04-25perf annotate: Mark jump instructions with no offsetArnaldo Carvalho de Melo-3/+6
2012-04-25perf annotate: Disambiguage offsets and addresses in operandsArnaldo Carvalho de Melo-10/+10
2012-04-20perf annotate browser: Suppress the callq addressArnaldo Carvalho de Melo-2/+41
2012-04-20perf annotate: Group operands membersArnaldo Carvalho de Melo-28/+28
2012-04-19perf annotate: Add missing jump variantsArnaldo Carvalho de Melo-0/+29
2012-04-19perf symbols: Introduce symbol__size methodArnaldo Carvalho de Melo-5/+5
2012-04-19perf annotate: Introduce scnprintf ins_ops methodArnaldo Carvalho de Melo-0/+10
2012-04-18perf annotate: Parse call targets earlierArnaldo Carvalho de Melo-1/+17
2012-04-18perf annotate: Disassembler instruction parsingArnaldo Carvalho de Melo-0/+63
2012-04-16perf annotate: Parse instructionArnaldo Carvalho de Melo-1/+64
2012-04-16perf annotate: Rename objdump_line to disasm_lineArnaldo Carvalho de Melo-37/+35
2012-04-11perf annotate: Fix a build errorNamhyung Kim-2/+2
2012-04-07perf annotate: Allow printing objdump line addr in different colorArnaldo Carvalho de Melo-11/+24
2012-04-05perf annotate: Validate addr in symbol__inc_addr_samplesArnaldo Carvalho de Melo-2/+2
2012-04-05perf annotate: Fix hist decayArnaldo Carvalho de Melo-8/+4
2012-03-29perf annotate: Fix off by one symbol hist size allocation and hit accountingArnaldo Carvalho de Melo-3/+3
2012-03-28perf annotate: addr2line wants addresses in same format as objdumpDavid Miller-1/+1
2012-03-05perf annotate: Add missing newline on error messageNamhyung Kim-1/+1
2011-12-23perf tools: Fix truncated annotationIngo Molnar-1/+1
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo-3/+3
2011-10-26perf ui: Reimplement the popup windows using libslangArnaldo Carvalho de Melo-3/+6
2011-09-29perf: Support setting the disassembler styleAndi Kleen-1/+5
2011-08-18perf annotate: Make output more readableStephane Eranian-1/+4
2011-03-11perf symbols: Rename dso->origin to dso->symtab_typeArnaldo Carvalho de Melo-1/+1