aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/ui/gtk/annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim1-3/+11
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim1-4/+2
2023-04-04perf map: Add accessor for dsoIan Rogers1-2/+3
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers1-2/+4
2021-08-03perf annotate: Re-add annotate_warned functionalityJames Clark1-0/+1
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-2/+2
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-1/+1
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria1-1/+1
2019-11-12perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointersArnaldo Carvalho de Melo1-13/+14
2019-08-31perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-3/+3
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-1/+1
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo1-0/+1
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo1-0/+1
2019-01-25perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo1-0/+1
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo1-1/+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: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri Olsa1-0/+2
2017-11-13perf annotate: Add evsel into struct annotation_line_argsJiri Olsa1-2/+1
2017-11-13perf annotate: Add symbol__annotate functionJiri Olsa1-2/+2
2017-11-13perf annotate: Move line/offset into annotation_line structJiri Olsa1-7/+7
2017-11-13perf annotate: Add annotation_line structJiri Olsa1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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/+2
2017-07-18perf annotate: Check for fused instructionsJin Yao1-1/+1
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao1-1/+2
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-1/+1
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo1-1/+1
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo1-2/+6
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo1-1/+1
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim1-3/+10
2013-03-15perf annotate/gtk: Support event group view on GTKNamhyung Kim1-2/+16
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim1-4/+6
2013-02-14perf gtk/annotate: Fail early if it can't annotateNamhyung Kim1-8/+8
2013-02-14perf gtk/annotate: Show source lines with gray colorNamhyung Kim1-3/+27
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim1-27/+47
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim1-0/+185