summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo2013-12-191-3/+0Star
* perf annotate: Adopt methods from histsArnaldo Carvalho de Melo2013-12-191-0/+5
* perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo2013-12-191-0/+3
* perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-091-24/+0Star
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-011-1/+1
* perf annotate browser: Use disasm__calc_percent()Namhyung Kim2013-03-151-0/+4
* perf annotate: Support event group view for --print-lineNamhyung Kim2013-03-151-0/+1
* perf annotate: Factor out struct source_line_percentNamhyung Kim2013-03-151-2/+6
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-17/+19
* perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-141-0/+4
* perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim2013-02-141-0/+20
* perf annotate: Merge same lines in summary viewNamhyung Kim2012-11-091-0/+1
* perf tools: Introduce struct hist_browser_timerNamhyung Kim2012-11-051-4/+4
* perf tools: Try to find cross-built objdump pathIrina Tirdea2012-10-241-1/+0Star
* perf tools: Convert to NEWT_SUPPORTNamhyung Kim2012-10-021-4/+4
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-6/+7
* perf tools: include missing pthread.h headerIrina Tirdea2012-09-081-0/+1
* perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki2012-09-061-0/+1
* perf annotate: Introduce ->free() method in ins_opsArnaldo Carvalho de Melo2012-05-121-0/+1
* perf annotate: Augment lock instruction outputArnaldo Carvalho de Melo2012-05-121-5/+11
* perf annotate: Resolve symbols using objdump commentArnaldo Carvalho de Melo2012-05-111-1/+7
* perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo2012-05-071-1/+3
* perf annotate: Mark jump instructions with no offsetArnaldo Carvalho de Melo2012-04-251-0/+6
* perf annotate: Disambiguage offsets and addresses in operandsArnaldo Carvalho de Melo2012-04-251-2/+5
* perf annotate browser: Suppress the callq addressArnaldo Carvalho de Melo2012-04-201-0/+1
* perf annotate: Group operands membersArnaldo Carvalho de Melo2012-04-201-9/+13
* perf annotate: Introduce scnprintf ins_ops methodArnaldo Carvalho de Melo2012-04-191-0/+4
* perf annotate: Parse call targets earlierArnaldo Carvalho de Melo2012-04-181-0/+1
* perf annotate: Disassembler instruction parsingArnaldo Carvalho de Melo2012-04-181-0/+13
* perf annotate: Parse instructionArnaldo Carvalho de Melo2012-04-161-0/+3
* perf annotate: Rename objdump_line to disasm_lineArnaldo Carvalho de Melo2012-04-161-6/+5Star
* perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo2011-11-281-3/+2Star
* perf annotate browser: Allow navigation to called functionsArnaldo Carvalho de Melo2011-10-071-1/+1
* perf browsers: Add live mode to the hists, annotate browsersArnaldo Carvalho de Melo2011-10-071-2/+5
* perf: Support setting the disassembler styleAndi Kleen2011-09-291-0/+2
* perf top: Live TUI AnnotationArnaldo Carvalho de Melo2011-02-221-2/+4
* perf annotate: Fix annotate context lines regressionArnaldo Carvalho de Melo2011-02-081-1/+2
* perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo2011-02-081-14/+20
* perf annotate: Fix build errorBorislav Petkov2011-02-071-1/+1
* perf top: Ditch private annotation code, share perf annotate'sArnaldo Carvalho de Melo2011-02-061-3/+8
* perf annotate: Separate objdump parsing from actual screen renderingArnaldo Carvalho de Melo2011-02-061-0/+4
* perf annotate: Config options for symbol__tty_annotateArnaldo Carvalho de Melo2011-02-051-1/+2
* perf annotate: Support multiple histograms in annotationArnaldo Carvalho de Melo2011-02-051-5/+24
* perf annotate: Move annotate functions to util/Arnaldo Carvalho de Melo2011-02-051-0/+65