summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Fix missing number of samples for source_line_samplesTaeung Song2017-04-041-1/+1
* perf annotate: Fix jump target outside of function address rangeRavi Bangoria2016-12-151-2/+3
* perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo2016-11-251-9/+8
* perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2016-11-171-2/+4
* perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo2016-09-201-1/+1
* perf annotate: Add branch stack / basic blockPeter Zijlstra2016-09-081-0/+1
* perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo2016-08-301-1/+0
* perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo2016-08-011-0/+20
* perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo2016-08-011-1/+1
* perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao2016-06-271-0/+1
* perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria2016-06-271-2/+0
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf annotate: Fix sizeof_sym_hist overflow issueJiri Olsa2015-10-051-1/+1
* perf annotate: Compute IPC and basic block cyclesAndi Kleen2015-08-061-0/+2
* perf report: Add infrastructure for a cycles histogramAndi Kleen2015-08-061-0/+17
* perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo2015-06-191-3/+3
* perf annotate: Display total number of samples with --show-total-periodMartin Liška2015-06-191-1/+2
* perf tools: Fix segfault for symbol annotation on TUINamhyung Kim2015-01-161-7/+1
* perf annotate: Support source line numbers in annotateAndi Kleen2014-11-191-0/+1
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf annotate: Check availability of annotate when processing samplesNamhyung Kim2014-02-241-0/+2
* perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo2013-12-191-3/+0
* 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/+0
* 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/+0
* 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-071-0/+1
* perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki2012-09-051-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
OpenPOWER on IntegriCloud