aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/annotate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-05perf annotate: Find 'call' instruction target symbol at parsing timeArnaldo Carvalho de Melo1-0/+1
2017-12-27perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo1-1/+1
2017-11-17perf tools: Change (symbol|annotation)__calc_percent return type to voidJiri Olsa1-1/+1
2017-11-16perf annotate: Remove struct source_lineJiri Olsa1-14/+0
2017-11-16perf annotate: Remove disasm__calc_percent functionJiri Olsa1-2/+0
2017-11-16perf annotate: Add symbol__calc_lines functionJiri Olsa1-0/+2
2017-11-16perf annotate: Add symbol__calc_percent functionJiri Olsa1-0/+1
2017-11-13perf annotate: Add samples into struct annotation_lineJiri Olsa1-5/+12
2017-11-13perf annotate: Add annotated_source__purge functionJiri Olsa1-1/+1
2017-11-13perf annotate: Add annotation_line__(new|delete) functionsJiri Olsa1-1/+9
2017-11-13perf annotate: Move rb_node to struct annotation_lineJiri Olsa1-0/+1
2017-11-13perf annotate: Add annotation_line__next functionJiri Olsa1-1/+2
2017-11-13perf annotate: Add evsel into struct annotation_line_argsJiri Olsa1-1/+1
2017-11-13perf annotate: Add symbol__annotate functionJiri Olsa1-3/+3
2017-11-13perf annotate: Move ipc/cycles into annotation_line structJiri Olsa1-2/+2
2017-11-13perf annotate: Move line/offset into annotation_line structJiri Olsa1-3/+3
2017-11-13perf annotate: Add annotation_line structJiri Olsa1-8/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-21perf annotate: Store the sample period in each histogram bucketTaeung Song1-0/+1
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song1-2/+4
2017-07-21perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song1-1/+1
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song1-2/+7
2017-07-18perf annotate: Implement visual marker for macro fusionJin Yao1-0/+1
2017-07-18perf annotate: Check for fused instructionsJin Yao1-1/+2
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao1-1/+3
2017-04-04perf annotate: Fix missing number of samples for source_line_samplesTaeung Song1-1/+1
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria1-2/+3
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo1-9/+8
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo1-2/+4
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo1-1/+1
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra1-0/+1
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo1-1/+0
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo1-0/+20
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo1-1/+1
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao1-0/+1
2016-06-27perf annotate: Remove unused hist_entry__annotate functionRavi Bangoria1-2/+0
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2015-10-05perf annotate: Fix sizeof_sym_hist overflow issueJiri Olsa1-1/+1
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen1-0/+2
2015-08-06perf report: Add infrastructure for a cycles histogramAndi Kleen1-0/+17
2015-06-19perf annotate: Rename source_line_percent to source_line_samplesArnaldo Carvalho de Melo1-3/+3
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška1-1/+2
2015-01-16perf tools: Fix segfault for symbol annotation on TUINamhyung Kim1-7/+1
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen1-0/+1
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2014-02-24perf annotate: Check availability of annotate when processing samplesNamhyung Kim1-0/+2
2013-12-19perf annotate: Make symbol__inc_addr_samples privateArnaldo Carvalho de Melo1-3/+0
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo1-0/+5
2013-12-19perf annotate: Add inc_samples method to addr_map_symbolArnaldo Carvalho de Melo1-0/+3
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim1-24/+0