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