summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-15perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva1-1/+1
2019-09-30perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo1-4/+15
2019-09-30perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo1-2/+2
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo1-0/+6
2019-09-30perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo1-1/+1
2019-09-30perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo1-1/+1
2019-09-30perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo1-1/+1
2019-09-25perf tools: Replace needless mmap.h with what is needed, event.hArnaldo Carvalho de Melo1-1/+1
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-09-01perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+3
2019-09-01perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-09-01perf 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-30libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-4/+4
2019-07-30libperf: Add nr_entries to struct perf_evlistJiri Olsa1-1/+1
2019-07-30perf 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-02perf annotate: Add csky supportMao Han1-0/+5
2019-07-02perf 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-26tools 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/...Ingo 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