aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo1-0/+20
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo1-1/+1
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao1-0/+1
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria1-2/+0
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2015-10-05perf annotate: Fix sizeof_sym_hist overflow issueJiri Olsa1-1/+1
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen1-0/+2
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen1-0/+17
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo1-3/+3
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška1-1/+2
2015-01-16perf tools: Fix segfault for symbol annotation on TUINamhyung Kim1-7/+1
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen1-0/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim1-0/+2
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo1-3/+0
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo1-0/+5
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo1-0/+3
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim1-24/+0
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo1-1/+1
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim1-0/+4
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim1-0/+1
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim1-2/+6
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim1-17/+19
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim1-0/+4
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim1-0/+20
2012-11-09perf annotate: Merge same lines in summary viewNamhyung Kim1-0/+1
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim1-4/+4
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea1-1/+0
2012-10-02perf tools: Convert to NEWT_SUPPORTNamhyung Kim1-4/+4
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-6/+7
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea1-0/+1
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki1-0/+1
2012-05-12perf annotate: Introduce ->free() method in ins_opsArnaldo Carvalho de Melo1-0/+1
2012-05-12perf annotate: Augment lock instruction outputArnaldo Carvalho de Melo1-5/+11
2012-05-11perf annotate: Resolve symbols using objdump commentArnaldo Carvalho de Melo1-1/+7
2012-05-07perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo1-1/+3
2012-04-25perf annotate: Mark jump instructions with no offsetArnaldo Carvalho de Melo1-0/+6
2012-04-25perf annotate: Disambiguage offsets and addresses in operandsArnaldo Carvalho de Melo1-2/+5
2012-04-20perf annotate browser: Suppress the callq addressArnaldo Carvalho de Melo1-0/+1
2012-04-20perf annotate: Group operands membersArnaldo Carvalho de Melo1-9/+13
2012-04-19perf annotate: Introduce scnprintf ins_ops methodArnaldo Carvalho de Melo1-0/+4
2012-04-18perf annotate: Parse call targets earlierArnaldo Carvalho de Melo1-0/+1
2012-04-18perf annotate: Disassembler instruction parsingArnaldo Carvalho de Melo1-0/+13
2012-04-16perf annotate: Parse instructionArnaldo Carvalho de Melo1-0/+3
2012-04-16perf annotate: Rename objdump_line to disasm_lineArnaldo Carvalho de Melo1-6/+5
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo1-3/+2
2011-10-07perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo1-1/+1
2011-10-07perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo1-2/+5
2011-09-29perf: Support setting the disassembler styleAndi Kleen1-0/+2