aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24perf callchain: Make get_srcline fall back to sym+offsetAndi Kleen1-1/+1
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen1-5/+25
2014-11-19perf tools: Fix annotation with kcoreAdrian Hunter1-0/+2
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo1-4/+4
2014-08-15perf annotate: Don't truncate Intel style addressesAlex Converse1-3/+9
2014-07-31perf symbols: Make sure --symfs usage includes the path separatorArnaldo Carvalho de Melo1-6/+3
2014-03-18perf annotate: Print the evsel name in the stdio outputArnaldo Carvalho de Melo1-5/+9
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim1-1/+8
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-10/+10
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-8/+4
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo1-2/+2
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo1-0/+10
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo1-0/+5
2013-12-19perf annotate: Auto allocate symbol per addr hist bucketsArnaldo Carvalho de Melo1-7/+19
2013-12-10perf symbols: Constify dso->long_nameArnaldo Carvalho de Melo1-1/+1
2013-10-14perf annotate: Find kcore symbols on other mapsAdrian Hunter1-13/+9
2013-10-14perf symbols: Workaround objdump difficulties with kcoreAdrian Hunter1-0/+21
2013-10-09perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim1-7/+4
2013-10-09perf annotate: Factor out get/free_srcline()Namhyung Kim1-17/+3
2013-10-09perf annotate: Reuse path from the result of addr2lineNamhyung Kim1-5/+1
2013-09-19perf annotate: Fix objdump line parsing offset validationAdrian Hunter1-1/+1
2013-08-07perf annotate: Add call target name if it is missingAdrian Hunter1-0/+16
2013-08-07perf annotate: Remove nop at end of annotationAdrian Hunter1-0/+31
2013-08-07perf annotate: Allow disassembly using /proc/kcoreAdrian Hunter1-4/+9
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim1-2/+2
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim1-33/+97
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim1-7/+7
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim1-6/+3
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim1-11/+53
2013-03-15perf annotate: Cleanup disasm__calc_percent()Namhyung Kim1-15/+15
2013-03-15perf annotate: Factor out disasm__calc_percent()Namhyung Kim1-19/+30
2013-03-15perf annotate: Add a comment on the symbol__parse_objdump_line()Namhyung Kim1-0/+20
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim1-17/+19
2013-02-14perf annotate: Fix warning message on a missing vmlinuxNamhyung Kim1-1/+1
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim1-3/+52
2012-11-09perf annotate: Whitespace fixupsNamhyung Kim1-7/+7
2012-10-31perf annotate: Handle XBEGIN like a jumpAndi Kleen1-0/+2
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa1-0/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-3/+3
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern1-1/+8
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki1-1/+3
2012-07-25perf annotate: Prevent overflow in size calculationCody Schafer1-1/+12
2012-07-25perf symbols: Factor DSO symtab types to generic binary typesJiri Olsa1-1/+1
2012-05-12perf annotate: Introduce ->free() method in ins_opsArnaldo Carvalho de Melo1-8/+20
2012-05-12perf annotate: Augment lock instruction outputArnaldo Carvalho de Melo1-29/+98
2012-05-11perf annotate: Resolve symbols using objdump comment for single op insArnaldo Carvalho de Melo1-0/+45
2012-05-11perf annotate: Resolve symbols using objdump commentArnaldo Carvalho de Melo1-0/+112
2012-05-11perf annotate: Use raw form for register indirect call instructionsArnaldo Carvalho de Melo1-0/+9
2012-05-07perf annotate browser: Compact 'nop' outputArnaldo Carvalho de Melo1-0/+13
2012-05-07perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo1-8/+25