summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.h
AgeCommit message (Expand)Author
2018-03-20perf annotate: Nuke struct browser_lineArnaldo Carvalho de Melo
2018-03-20perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo
2018-03-20perf annotate: Move nr_jumps to struct annotationArnaldo Carvalho de Melo
2018-03-20perf annotate: Move max_jump_sources to struct annotationArnaldo Carvalho de Melo
2018-03-20perf annotate: Move pcnt_with() to the annotation libraryArnaldo Carvalho de Melo
2018-03-20perf annotate: Stop using a global config structArnaldo Carvalho de Melo
2018-03-20perf annotate: Move nr_events from annotate_browser to annotation structArnaldo Carvalho de Melo
2018-03-20perf annotate: Move compute_ipc() to annotation libraryArnaldo Carvalho de Melo
2018-03-20perf annotate: Move annotation_line array from TUI to generic codeArnaldo Carvalho de Melo
2018-03-20perf annotate tui: Move have_cycles to struct annotationArnaldo Carvalho de Melo
2018-03-20perf annotate: Move cycles/IPC formatting width constants outside TUIArnaldo Carvalho de Melo
2018-03-20perf annotate: Move annotation_options out of the TUI browserArnaldo Carvalho de Melo
2018-03-05perf annotate: Find 'call' instruction target symbol at parsing timeArnaldo Carvalho de Melo
2017-12-27perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo
2017-11-17perf tools: Change (symbol|annotation)__calc_percent return type to voidJiri Olsa
2017-11-16perf annotate: Remove struct source_lineJiri Olsa
2017-11-16perf annotate: Remove disasm__calc_percent functionJiri Olsa
2017-11-16perf annotate: Add symbol__calc_lines functionJiri Olsa
2017-11-16perf annotate: Add symbol__calc_percent functionJiri Olsa
2017-11-13perf annotate: Add samples into struct annotation_lineJiri Olsa
2017-11-13perf annotate: Add annotated_source__purge functionJiri Olsa
2017-11-13perf annotate: Add annotation_line__(new|delete) functionsJiri Olsa
2017-11-13perf annotate: Move rb_node to struct annotation_lineJiri Olsa
2017-11-13perf annotate: Add annotation_line__next functionJiri Olsa
2017-11-13perf annotate: Add evsel into struct annotation_line_argsJiri Olsa
2017-11-13perf annotate: Add symbol__annotate functionJiri Olsa
2017-11-13perf annotate: Move ipc/cycles into annotation_line structJiri Olsa
2017-11-13perf annotate: Move line/offset into annotation_line structJiri Olsa
2017-11-13perf annotate: Add annotation_line structJiri Olsa
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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