summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk
Commit message (Expand)AuthorAgeFilesLines
* perf evlist: Use the right prefix for 'struct evlist' browser methodsArnaldo Carvalho de Melo2020-11-302-7/+4
* perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo2020-05-052-2/+2
* perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria2020-02-271-1/+1
* perf/ui/gtk: Fix gtk2 buildJiri Olsa2020-01-141-1/+1
* perf ui gtk: Add missing zalloc objectJiri Olsa2020-01-141-0/+5
* perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...Arnaldo Carvalho de Melo2019-11-121-13/+14
* perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo2019-09-251-0/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo2019-09-202-2/+0
* perf debug: No need to include ui/util.hArnaldo Carvalho de Melo2019-09-201-1/+2
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-313-3/+0
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo2019-08-311-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-312-0/+2
* libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa2019-07-292-2/+2
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-292-3/+3
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-293-6/+6
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-2/+1
* perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo2019-06-261-2/+3
* perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo2019-06-261-2/+2
* perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo2019-02-061-0/+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 hist: Use cached rbtreesDavidlohr Bueso2019-01-251-3/+3
* perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo2019-01-251-0/+1
* perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo2018-06-071-1/+1
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-061-2/+3
* 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-028-0/+8
* 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-202-0/+2
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-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 hists: Add support for header spanJiri Olsa2016-08-231-1/+1
* perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa2016-08-231-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