aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk/annotate.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-21
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-21
* perf annotate: Check for fused instructionsJin Yao2017-07-18
* perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao2017-06-19
* perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo2017-04-20
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-19
* perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2016-11-17
* perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo2016-08-01
* perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo2016-08-01
* perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-09
* perf annotate/gtk: Support event group view on GTKNamhyung Kim2013-03-15
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-15
* perf gtk/annotate: Fail early if it can't annotateNamhyung Kim2013-02-14
* perf gtk/annotate: Show source lines with gray colorNamhyung Kim2013-02-14
* perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-14
* perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim2013-02-14