aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo1-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+3
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo1-0/+1
2019-08-26perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo1-0/+2
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2019-08-08perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo1-1/+1
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-4/+4
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-16/+16
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-2/+2
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-2/+1
2019-07-09perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan1-4/+2
2019-07-01perf annotate: Add csky supportMao Han1-0/+5
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo1-1/+2
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-5/+5
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-3/+2
2019-06-10perf report: Fix OOM error in TUI mode on s390Thomas Richter1-3/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner1-2/+1
2019-05-15perf annotate: Remove hist__account_cycles() from callbackJin Yao1-1/+1
2019-05-02perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo1-4/+4
2019-03-20perf annotate: Enable annotation of BPF programsSong Liu1-1/+162
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo1-28/+46
2019-02-21perf annotate: Fix getting source line failureWei Li1-2/+2
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo1-0/+1
2019-01-04perf annotate: Pass filename to objdump via execlIvan Krylov1-4/+4
2018-12-17perf annotate: Introduce basic support for ARCEugeniy Paltsev1-0/+5
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-1/+1
2018-12-17perf annotate: Create a annotate2 flag in struct symbolJin Yao1-0/+1
2018-12-17perf annotate: Compute average IPC and IPC coverage per symbolJin Yao1-3/+38
2018-10-18perf annotate: Add Sparc supportDavid Miller1-0/+8
2018-08-30perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips1-1/+21
2018-08-30perf annotate: Properly interpret indirect callMartin Liška1-2/+8
2018-08-20perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa1-1/+3
2018-08-08perf annotate: Add --percent-type optionJiri Olsa1-0/+52
2018-08-08perf annotate: Display percent type in stdio outputJiri Olsa1-3/+6
2018-08-08perf annotate: Make local period the default percent typeJiri Olsa1-1/+1
2018-08-08perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa1-19/+23
2018-08-08perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa1-10/+13
2018-08-08perf annotate: Add percent_type to struct annotation_optionsJiri Olsa1-5/+8
2018-08-08perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa1-0/+3
2018-08-08perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa1-0/+2
2018-08-08perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa1-1/+7
2018-08-08perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa1-19/+38
2018-08-08perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa1-5/+8
2018-08-08perf annotate: Rename hist to sym_hist in annotation__calc_percentJiri Olsa1-8/+8
2018-08-08perf annotate: Rename local sample variables to dataJiri Olsa1-20/+20