summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.h
AgeCommit message (Expand)Author
2017-07-21perf annotate: Store the sample period in each histogram bucketTaeung Song
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song
2017-07-21perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song
2017-07-18perf annotate: Implement visual marker for macro fusionJin Yao
2017-07-18perf annotate: Check for fused instructionsJin Yao
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao
2017-04-04perf annotate: Fix missing number of samples for source_line_samplesTaeung Song
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
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