summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-061-0/+1
* perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-061-0/+1
* perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo2019-01-251-0/+1
* perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo2017-12-271-1/+1
* perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri Olsa2017-11-171-0/+2
* perf annotate: Add evsel into struct annotation_line_argsJiri Olsa2017-11-131-2/+1
* perf annotate: Add symbol__annotate functionJiri Olsa2017-11-131-2/+2
* perf annotate: Move line/offset into annotation_line structJiri Olsa2017-11-131-7/+7
* perf annotate: Add annotation_line structJiri Olsa2017-11-131-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song2017-07-211-1/+1
* perf annotate: Introduce struct sym_hist_entryTaeung Song2017-07-211-2/+2
* perf annotate: Check for fused instructionsJin Yao2017-07-181-1/+1
* perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao2017-06-191-1/+2
* perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo2017-04-201-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-1/+1
* perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2016-11-171-1/+1
* perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo2016-08-011-2/+6
* perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo2016-08-011-1/+1
* perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-091-3/+10
* perf annotate/gtk: Support event group view on GTKNamhyung Kim2013-03-151-2/+16
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-4/+6
* perf gtk/annotate: Fail early if it can't annotateNamhyung Kim2013-02-141-8/+8
* perf gtk/annotate: Show source lines with gray colorNamhyung Kim2013-02-141-3/+27
* perf gtk/annotate: Support multiple event annotationNamhyung Kim2013-02-141-27/+47
* perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim2013-02-141-0/+185