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