Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
00dc865798a31d3d5300dd5d70166a4a85f76a20
/
tools
/
perf
/
util
/
symbol.c
00dc865
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
by Namhyung Kim
· 10 years ago
c00c48f
perf symbols: Preparation for compressed kernel module support
by Namhyung Kim
· 10 years ago
2c241bd
perf symbols: Make sym->end be the first address after the symbol range
by Arnaldo Carvalho de Melo
· 10 years ago
eba8523
perf symbols: Fix map->end fixup
by Arnaldo Carvalho de Melo
· 10 years ago
c657f42
perf symbols: Add path to Ubuntu kernel debuginfo file
by Anton Blanchard
· 10 years ago
763122a
perf tools: Disable kernel symbol demangling by default
by Avi Kivity
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
e96c674
perf symbols: Fix a memory leak in vmlinux_path__init()
by Namhyung Kim
· 10 years ago
e0336ed
perf tools: Add cpu_startup_entry to the list of kernel idle symbols
by Arnaldo Carvalho de Melo
· 10 years ago
e7110b9
perf top: Don't look for kernel idle symbols in all DSOs
by Arnaldo Carvalho de Melo
· 10 years ago
972f393
perf symbols: Make sure --symfs usage includes the path separator
by Arnaldo Carvalho de Melo
· 10 years ago
9c00a81
perf symbols: Add ability to iterate over a dso's symbols
by Adrian Hunter
· 11 years ago
bdac0bc
perf symbols: Do not attempt to read data from kallsyms
by Adrian Hunter
· 11 years ago
c6d8f2a
perf symbols: Record whether a dso is 64-bit
by Adrian Hunter
· 11 years ago
c830236
perf hists browser: Add ui.show-headers config file option
by Jiri Olsa
· 11 years ago
e511db5
perf tools: Enable --children option by default
by Namhyung Kim
· 11 years ago
0066f3b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
1029f9f
perf symbols: Check compatible symtab type before loading dso
by Namhyung Kim
· 11 years ago
98e9f03
perf symbols: Destroy unused symsrcs
by Namhyung Kim
· 11 years ago
c96626b
perf symbols: No need to export dso__first_symbol
by Arnaldo Carvalho de Melo
· 11 years ago
d9b62ab
perf tools: Adjust kallsyms for relocated kernel
by Adrian Hunter
· 11 years ago
a00d28c
perf symbols: Prevent the use of kcore if the kernel has moved
by Adrian Hunter
· 11 years ago
74cf249
perf tools: Use zfree to help detect use after free bugs
by Arnaldo Carvalho de Melo
· 11 years ago
0466252
perf tools: Introduce zfree
by Arnaldo Carvalho de Melo
· 11 years ago
5f70619
perf symbols: Use consistent name for the DSO binary type member
by Arnaldo Carvalho de Melo
· 11 years ago
ee4e962
perf symbols: Clarify method to get DSO binary_type filename
by Arnaldo Carvalho de Melo
· 11 years ago
c506c96
tools lib symbol: Start carving out symbol parsing routines from perf
by Arnaldo Carvalho de Melo
· 11 years ago
bf4414a
perf symbols: Constify dso->long_name
by Arnaldo Carvalho de Melo
· 11 years ago
7e155d4
perf symbols: Remove open coded management of long_name_allocated member
by Arnaldo Carvalho de Melo
· 11 years ago
5230fb7
perf symbols: Set alloc flag close to setting the long_name
by Arnaldo Carvalho de Melo
· 11 years ago
c7282f2
perf symbols: Rename [sl]name_alloc to match the members they refer to
by Arnaldo Carvalho de Melo
· 11 years ago
0058aef
perf symbols: Retain symbol source file name to lookup source line numbers
by Adrian Hunter
· 11 years ago
449867e
perf symbols: Fix not finding kcore in buildid cache
by Adrian Hunter
· 11 years ago
3bfe5f8
perf tools: Export setup_list
by David Ahern
· 11 years ago
82d1deb
perf symbols: Move idle syms check from top to generic function
by David Ahern
· 11 years ago
d4f74eb
perf symbols: Fix a memory leak due to symbol__delete not being used
by Chenggang Qin
· 11 years ago
fc1b691
perf buildid-cache: Add ability to add kcore to the cache
by Adrian Hunter
· 11 years ago
0544d42
perf symbols: Add ability to find kcore in build-id cache
by Adrian Hunter
· 11 years ago
52afdaf
perf symbols: Validate kcore module addresses
by Adrian Hunter
· 11 years ago
316d70d
perf symbols: Make a separate function to parse /proc/modules
by Adrian Hunter
· 11 years ago
fc2be69
perf symbols: Add new option --ignore-vmlinux for perf top
by Willy Tarreau
· 11 years ago
9cd0094
perf symbols: Support for Openembedded/Yocto -dbg packages
by Ricardo Ribalda Delgado
· 11 years ago
0b8c25d
perf tools: Fix symbol offset computation for some dsos
by David Ahern
· 11 years ago
8e0cf96
perf symbols: Add support for reading from /proc/kcore
by Adrian Hunter
· 11 years ago
0131c4e
perf tools: Make it possible to read object code from kernel modules
by Adrian Hunter
· 11 years ago
39b12f78
perf tools: Make it possible to read object code from vmlinux
by Adrian Hunter
· 11 years ago
3445432
perf symbols: avoid SyS kernel syscall aliases
by Adrian Hunter
· 11 years ago
5698d2c
perf symbols: Do not apply symfs for an absolute vmlinux path
by Namhyung Kim
· 11 years ago
0276c22
perf tools: Fix -x/--exclude-other option for report command
by Jiri Olsa
· 12 years ago
328ccda
perf report: Add --no-demangle option
by Namhyung Kim
· 12 years ago
b7c14a0
perf symbols: Mark vmlinux filename as allocated
by David Ahern
· 12 years ago
164c800
perf symbols: Move name malloc to when needed in dso__load
by David Ahern
· 12 years ago
3f067dc
perf machine: Move more machine methods to machine.c
by Arnaldo Carvalho de Melo
· 12 years ago
417c2ff
perf symbols: Generalize filter in __fprintf_buildid methods
by Arnaldo Carvalho de Melo
· 12 years ago
69d2591
perf machine: Move more methods to machine.[ch]
by Arnaldo Carvalho de Melo
· 12 years ago
cdd059d
perf tools: Move dso_* related functions into dso object
by Jiri Olsa
· 12 years ago
ea36c46
perf tools: Move strxfrchar into string object
by Jiri Olsa
· 12 years ago
b2aff5f
perf tools: Move hex2u64 into util object
by Jiri Olsa
· 12 years ago
ebb296c
perf tools: Move build_id__sprintf into build-id object
by Jiri Olsa
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
1c4be9f
perf symbols: Make dsos__find function globally available
by Jiri Olsa
· 12 years ago
9ac3e48
perf tools: fix ALIGN redefinition in system headers
by Irina Tirdea
· 12 years ago
f47b58b
perf symbols: Fix builds with NO_LIBELF set
by David Ahern
· 12 years ago
3aafe5a
perf symbols: Use both runtime and debug images
by Cody P Schafer
· 12 years ago
261360b
perf symbols: Convert dso__load_syms to take 2 symsrc's
by Cody P Schafer
· 12 years ago
d26cd12
perf symbols: Factor want_symtab out of dso__load_sym()
by Cody P Schafer
· 12 years ago
a44f605
perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
by Cody P Schafer
· 12 years ago
005f929
perf symbols: Set symtab_type in dso__load_sym
by Cody P Schafer
· 12 years ago
b68e2f9
perf symbols: Introduce symsrc structure.
by Cody P Schafer
· 12 years ago
21ea453
perf symbols: Track symtab_type of vmlinux
by Cody P Schafer
· 12 years ago
515850e
perf symbols: only set vmlinux longname & mark loaded if really loaded
by Cody P Schafer
· 12 years ago
0a0317b
perf symbols: Simplify out_fixup in kernel syms loading
by Cody P Schafer
· 12 years ago
8215152
perf symbols: Remove unused 'end' arg in kallsyms parse cb
by Cody P Schafer
· 12 years ago
72f8620
perf symbols: Correct comment wrt kallsyms loading
by Cody P Schafer
· 12 years ago
261ee82
perf symbols: Remove unneeded call to dso__set_long_name()
by Cody P Schafer
· 12 years ago
e5a1845
perf symbols: Split out util/symbol-elf.c
by Namhyung Kim
· 12 years ago
166ccc9
perf symbols: Introduce symbol__elf_init()
by Namhyung Kim
· 12 years ago
347ed99
perf kvm: Use strtol for walking guestmount directory
by David Ahern
· 12 years ago
028df76
perf symbols: Fix array sizes for binary types arrays
by Jiri Olsa
· 12 years ago
4dff624
perf symbols: Add dso data caching
by Jiri Olsa
· 12 years ago
949d160
perf symbols: Add interface to read DSO image data
by Jiri Olsa
· 12 years ago
44f24cb
perf symbols: Factor DSO symtab types to generic binary types
by Jiri Olsa
· 12 years ago
f51304d
perf symbols: Add machine id to modules debug message
by David Ahern
· 12 years ago
1388d715d
perf symbols: Add '.note' check into search for NOTE section
by Jiri Olsa
· 13 years ago
209bd9e
perf symbols: Follow .gnu_debuglink section to find separate symbols
by Pierre-Loup A. Griffais
· 13 years ago
378474e
perf symbols: Check for valid dso before creating map
by Srikar Dronamraju
· 13 years ago
8db4841
perf symbols: Handle different endians properly during symbol load
by Jiri Olsa
· 13 years ago
654443e
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
225466f
perf probe: Provide perf interface for uprobes
by Srikar Dronamraju
· 13 years ago
33ff581
perf symbols: Read plt symbols from proper symtab_type binary
by Jiri Olsa
· 13 years ago
1e2dd2f
perf symbols: Handle NULL dso in dso__name_len
by David Miller
· 13 years ago
3738d40
perf symbols: Do not include libgen.h
by David Miller
· 13 years ago
e334c72
perf tools: Get rid of ctype.h in symbol.c
by Namhyung Kim
· 13 years ago
a978f2a
perf script: Add the offset field specifier
by Akihiro Nagai
· 13 years ago
547a92e
perf script: Unify the expressions indicating "unknown"
by Akihiro Nagai
· 13 years ago
2ef1ea3
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
by David Daney
· 13 years ago
d74c896
perf symbols: Fix error path on symbol__init()
by Namhyung Kim
· 13 years ago
2b600f9
perf symbols: Get rid of duplicated snprintf()
by Namhyung Kim
· 13 years ago
c752d04
perf symbols: Increase symbol KSYM_NAME_LEN size
by Ricardo Ribalda Delgado
· 13 years ago
64c6f0c
perf tools: Make --no-asm-raw the default
by Arnaldo Carvalho de Melo
· 13 years ago
Next »