index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
Age
Commit message (
Expand
)
Author
2019-07-09
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
2019-07-09
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
perf annotate: Fix dereferencing freed memory found by the smatch tool
Leo Yan
2019-07-01
perf annotate: Add csky support
Mao Han
2019-07-01
perf tools: Ditch rtrim(), use strim() from tools/lib
Arnaldo Carvalho de Melo
2019-06-26
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-06-10
perf report: Fix OOM error in TUI mode on s390
Thomas Richter
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
2019-05-15
perf annotate: Remove hist__account_cycles() from callback
Jin Yao
2019-05-02
perf annotate: Fix build on 32 bit for BPF annotation
Thadeu Lima de Souza Cascardo
2019-03-20
perf annotate: Enable annotation of BPF programs
Song Liu
2019-03-06
perf annotate: Calculate the max instruction name, align column to that
Arnaldo Carvalho de Melo
2019-02-21
perf annotate: Fix getting source line failure
Wei Li
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-01-25
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
2019-01-04
perf annotate: Pass filename to objdump via execl
Ivan Krylov
2018-12-17
perf annotate: Introduce basic support for ARC
Eugeniy Paltsev
2018-12-17
perf tools: Fix diverse comment typos
Ingo Molnar
2018-12-17
perf annotate: Create a annotate2 flag in struct symbol
Jin Yao
2018-12-17
perf annotate: Compute average IPC and IPC coverage per symbol
Jin Yao
2018-10-18
perf annotate: Add Sparc support
David Miller
2018-08-30
perf annotate: Fix parsing aarch64 branch instructions after objdump update
Kim Phillips
2018-08-30
perf annotate: Properly interpret indirect call
Martin Liška
2018-08-20
perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()
Jiri Olsa
2018-08-08
perf annotate: Add --percent-type option
Jiri Olsa
2018-08-08
perf annotate: Display percent type in stdio output
Jiri Olsa
2018-08-08
perf annotate: Make local period the default percent type
Jiri Olsa
2018-08-08
perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()
Jiri Olsa
2018-08-08
perf annotate: Pass struct annotation_options to symbol__calc_lines()
Jiri Olsa
2018-08-08
perf annotate: Add percent_type to struct annotation_options
Jiri Olsa
2018-08-08
perf annotate: Add PERCENT_PERIOD_GLOBAL percent value
Jiri Olsa
2018-08-08
perf annotate: Add PERCENT_PERIOD_LOCAL percent value
Jiri Olsa
2018-08-08
perf annotate: Add PERCENT_HITS_GLOBAL percent value
Jiri Olsa
2018-08-08
perf annotate: Switch struct annotation_data::percent to array
Jiri Olsa
2018-08-08
perf annotate: Loop group events directly in annotation__calc_percent()
Jiri Olsa
2018-08-08
perf annotate: Rename hist to sym_hist in annotation__calc_percent
Jiri Olsa
2018-08-08
perf annotate: Rename local sample variables to data
Jiri Olsa
2018-08-08
perf annotate: Rename struct annotation_line::samples* to data*
Jiri Olsa
2018-08-08
perf annotate: Get rid of annotation__scnprintf_samples_period()
Jiri Olsa
2018-08-08
perf annotate: Make annotation_line__max_percent static
Jiri Olsa
2018-08-08
perf annotate: Make symbol__annotate_fprintf2() local
Jiri Olsa
2018-06-06
perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULL
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Move objdump_path to struct annotation_options
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Move disassembler_style global to annotation_options
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Adopt anotation options from symbol_conf
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Pass annotation_options to symbol__annotate()
Arnaldo Carvalho de Melo
2018-06-04
perf annotate stdio: Use annotation_options consistently
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Replace symbol__alloc_hists() with symbol__hists()
Arnaldo Carvalho de Melo
[next]