aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk/annotate.c
Commit message (Expand)AuthorAge
* perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-06
* perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-06
* perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo2019-01-25
* perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo2018-06-04
* perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo2017-12-27
* perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri Olsa2017-11-17
* perf annotate: Add evsel into struct annotation_line_argsJiri Olsa2017-11-13
* perf annotate: Add symbol__annotate functionJiri Olsa2017-11-13
* perf annotate: Move line/offset into annotation_line structJiri Olsa2017-11-13
* perf annotate: Add annotation_line structJiri Olsa2017-11-13
* 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