summaryrefslogtreecommitdiff
path: root/tools/perf/ui/gtk/annotate.c
AgeCommit message (Expand)Author
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers
2021-08-03perf annotate: Re-add annotate_warned functionalityJames Clark
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria
2019-11-12perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo
2019-08-31perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo
2019-01-25perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo 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: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri 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 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: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song
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-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo 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
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim
2013-03-15perf annotate/gtk: Support event group view on GTKNamhyung Kim
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim
2013-02-14perf gtk/annotate: Fail early if it can't annotateNamhyung Kim
2013-02-14perf gtk/annotate: Show source lines with gray colorNamhyung Kim
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim