summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
...
| * perf annotate: Avoid reallocation in objdump parsingIan Rogers2019-10-151-12/+14
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-221-1/+1
|\ \ | |/ |/|
| * perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva2019-10-151-1/+1
* | perf diff: Report noisy for cycles diffJin Yao2019-10-111-0/+4
|/
* perf annotate: Don't return -1 for error when doing BPF disassemblyArnaldo Carvalho de Melo2019-09-301-4/+15
* perf annotate: Return appropriate error code for allocation failuresArnaldo Carvalho de Melo2019-09-301-2/+2
* perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-301-0/+6
* perf annotate: Propagate the symbol__annotate() error returnArnaldo Carvalho de Melo2019-09-301-1/+1
* perf annotate: Fix the signedness of failure returnsArnaldo Carvalho de Melo2019-09-301-1/+1
* perf annotate: Propagate perf_env__arch() errorArnaldo Carvalho de Melo2019-09-301-1/+1
* perf tools: Replace needless mmap.h with what is needed, event.hArnaldo Carvalho de Melo2019-09-251-1/+1
* 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/+1
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+3
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo2019-08-261-0/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-08-121-1/+1
|\
| * perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo2019-08-081-1/+1
* | libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-4/+4
* | libperf: Add nr_entries to struct perf_evlistJiri Olsa2019-07-291-1/+1
* | perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-16/+16
|/
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-2/+2
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-2/+1
* perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-091-4/+2
* perf annotate: Add csky supportMao Han2019-07-011-0/+5
* perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo2019-07-011-1/+2
* perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo2019-06-261-5/+5
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-06-171-3/+2
|\
| * perf report: Fix OOM error in TUI mode on s390Thomas Richter2019-06-101-3/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-051-2/+1
|/
* perf annotate: Remove hist__account_cycles() from callbackJin Yao2019-05-151-1/+1
* perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo2019-05-021-4/+4
* perf annotate: Enable annotation of BPF programsSong Liu2019-03-201-1/+162
* perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-061-28/+46
* perf annotate: Fix getting source line failureWei Li2019-02-211-2/+2
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo2019-01-251-0/+1
* perf annotate: Pass filename to objdump via execlIvan Krylov2019-01-041-4/+4
* perf annotate: Introduce basic support for ARCEugeniy Paltsev2018-12-171-0/+5
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* perf annotate: Create a annotate2 flag in struct symbolJin Yao2018-12-171-0/+1
* perf annotate: Compute average IPC and IPC coverage per symbolJin Yao2018-12-171-3/+38
* perf annotate: Add Sparc supportDavid Miller2018-10-181-0/+8
* perf annotate: Fix parsing aarch64 branch instructions after objdump updateKim Phillips2018-08-301-1/+21
* perf annotate: Properly interpret indirect callMartin Liška2018-08-301-2/+8
* perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa2018-08-201-1/+3
* perf annotate: Add --percent-type optionJiri Olsa2018-08-081-0/+52
* perf annotate: Display percent type in stdio outputJiri Olsa2018-08-081-3/+6