summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf annotate: Make local period the default percent typeJiri Olsa2018-08-081-1/+1
* perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-081-19/+23
* perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa2018-08-081-10/+13
* perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2018-08-081-5/+8
* perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa2018-08-081-0/+3
* perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa2018-08-081-0/+2
* perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa2018-08-081-1/+7
* perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa2018-08-081-19/+38
* perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa2018-08-081-5/+8
* perf annotate: Rename hist to sym_hist in annotation__calc_percentJiri Olsa2018-08-081-8/+8
* perf annotate: Rename local sample variables to dataJiri Olsa2018-08-081-20/+20
* perf annotate: Rename struct annotation_line::samples* to data*Jiri Olsa2018-08-081-26/+26
* perf annotate: Get rid of annotation__scnprintf_samples_period()Jiri Olsa2018-08-081-42/+2
* perf annotate: Make annotation_line__max_percent staticJiri Olsa2018-08-081-1/+2
* perf annotate: Make symbol__annotate_fprintf2() localJiri Olsa2018-08-081-1/+1
* perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULLArnaldo Carvalho de Melo2018-06-061-0/+5
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-041-2/+1