summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo2017-12-271-1/+1
* perf tools: Change (symbol|annotation)__calc_percent return type to voidJiri Olsa2017-11-171-1/+1
* perf annotate: Remove struct source_lineJiri Olsa2017-11-161-14/+0
* perf annotate: Remove disasm__calc_percent functionJiri Olsa2017-11-161-2/+0
* perf annotate: Add symbol__calc_lines functionJiri Olsa2017-11-161-0/+2
* perf annotate: Add symbol__calc_percent functionJiri Olsa2017-11-161-0/+1
* perf annotate: Add samples into struct annotation_lineJiri Olsa2017-11-131-5/+12
* perf annotate: Add annotated_source__purge functionJiri Olsa2017-11-131-1/+1
* perf annotate: Add annotation_line__(new|delete) functionsJiri Olsa2017-11-131-1/+9
* perf annotate: Move rb_node to struct annotation_lineJiri Olsa2017-11-131-0/+1
* perf annotate: Add annotation_line__next functionJiri Olsa2017-11-131-1/+2
* perf annotate: Add evsel into struct annotation_line_argsJiri Olsa2017-11-131-1/+1
* perf annotate: Add symbol__annotate functionJiri Olsa2017-11-131-3/+3
* perf annotate: Move ipc/cycles into annotation_line structJiri Olsa2017-11-131-2/+2
* perf annotate: Move line/offset into annotation_line structJiri Olsa2017-11-131-3/+3
* perf annotate: Add annotation_line structJiri Olsa2017-11-131-8/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf annotate: Store the sample period in each histogram bucketTaeung Song2017-07-211-0/+1
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-211-2/+4
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-211-1/+1
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-211-2/+7
* perf annotate: Implement visual marker for macro fusionJin Yao2017-07-181-0/+1
* perf annotate: Check for fused instructionsJin Yao2017-07-181-1/+2
* perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao2017-06-191-1/+3
* 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