aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/ui/gtk/annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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