Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
608b286d1ddf38a7ceb624d2b689af095816d91c
/
tools
/
perf
/
util
/
symbol.h
2c241bd
perf symbols: Make sym->end be the first address after the symbol range
by Arnaldo Carvalho de Melo
· 10 years ago
763122a
perf tools: Disable kernel symbol demangling by default
by Avi Kivity
· 10 years ago
e71e794
perf symbols: Don't demangle parameters and such by default
by Namhyung Kim
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
972f393
perf symbols: Make sure --symfs usage includes the path separator
by Arnaldo Carvalho de Melo
· 10 years ago
2b5b8bb
perf tools: Add dso__type()
by Adrian Hunter
· 10 years ago
9c00a81
perf symbols: Add ability to iterate over a dso's symbols
by Adrian Hunter
· 10 years ago
c6d8f2a
perf symbols: Record whether a dso is 64-bit
by Adrian Hunter
· 10 years ago
c830236
perf hists browser: Add ui.show-headers config file option
by Jiri Olsa
· 11 years ago
f8be1c8
perf hists: Add support for accumulated stat of hist entry
by Namhyung Kim
· 12 years ago
0776eb5
perf tools: Move sample data structures from perf.h
by Jiri Olsa
· 11 years ago
f214833
perf report: Add --percentage option
by Namhyung Kim
· 11 years ago
b3cef7f
perf symbols: Record the reason for filtering an address_location
by Namhyung Kim
· 11 years ago
eb948e5
perf probe: Allow to add events on the local functions
by Masami Hiramatsu
· 11 years ago
c96626b
perf symbols: No need to export dso__first_symbol
by Arnaldo Carvalho de Melo
· 11 years ago
99ca423
perf symbols: Export elf_section_by_name and reuse
by Masami Hiramatsu
· 11 years ago
cc22e57
perf symbols: Add 'machine' member to struct addr_location
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
5230fb7
perf symbols: Set alloc flag close to setting the long_name
by Arnaldo Carvalho de Melo
· 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
fc1b691
perf buildid-cache: Add ability to add kcore to the cache
by Adrian Hunter
· 11 years ago
afba19d
perf symbols: Workaround objdump difficulties with kcore
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
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
8e0cf96
perf symbols: Add support for reading from /proc/kcore
by Adrian Hunter
· 11 years ago
98a3b32
perf tools: Add mem access sampling core support
by Stephane Eranian
· 12 years ago
328ccda
perf report: Add --no-demangle option
by Namhyung Kim
· 12 years ago
6e1f601
perf report: Make another loop for linking group hists
by Namhyung Kim
· 12 years ago
eec185a
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
by Namhyung Kim
· 12 years ago
3f067dc
perf machine: Move more machine methods to machine.c
by Arnaldo Carvalho de Melo
· 12 years ago
c81251e
perf tests: Final cleanup for builtin-test move
by Jiri Olsa
· 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
4383db8
perf tools: Move BUILD_ID_SIZE into build-id object
by Jiri Olsa
· 12 years ago
ebb296c
perf tools: Move build_id__sprintf into build-id object
by Jiri Olsa
· 12 years ago
29a0fc9
perf tools: Convert to LIBELF_SUPPORT
by Namhyung Kim
· 12 years ago
3ce711a
perf tools: bfd.h/libbfd detection fails with recent binutils
by Markus Trippelsdorf
· 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
6c7f631
perf symbols: Remove BIONIC wrapper around libgen.h
by David Ahern
· 12 years ago
b771a83
perf tools: include basename for non-glibc systems
by Irina Tirdea
· 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
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
8215152
perf symbols: Remove unused 'end' arg in kallsyms parse cb
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
f7add55
perf test: Add dso data caching tests
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
209bd9e
perf symbols: Follow .gnu_debuglink section to find separate symbols
by Pierre-Loup A. Griffais
· 13 years ago
8db4841
perf symbols: Handle different endians properly during symbol load
by Jiri Olsa
· 13 years ago
225466f
perf probe: Provide perf interface for uprobes
by Srikar Dronamraju
· 13 years ago
1b2e2df
perf symbols: Introduce symbol__size method
by Arnaldo Carvalho de Melo
· 13 years ago
a68c2c5
perf report: Enable TUI in branch view mode
by Stephane Eranian
· 13 years ago
b538752
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
by Roberto Agostino Vitillo
· 13 years ago
0bc8d20
perf script: Add option resolving vmlinux path
by Akihiro Nagai
· 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
d04b35f
perf symbols: Add nr_events to symbol_conf
by Arnaldo Carvalho de Melo
· 13 years ago
3f2728b
perf report: Add option to show total period
by Arnaldo Carvalho de Melo
· 13 years ago
3e6a2a7
perf annotate: Make output more readable
by Stephane Eranian
· 14 years ago
f57b05e
perf report: Use properly build_id kernel binaries
by Jiri Olsa
· 14 years ago
ec80fde
perf symbols: Handle /proc/sys/kernel/kptr_restrict
by Arnaldo Carvalho de Melo
· 14 years ago
aeafcba
perf symbols: Give more useful names to 'self' parameters
by Arnaldo Carvalho de Melo
· 14 years ago
171b3be
perf symbol: Move sym_entry->skip to symbol->ignore
by Arnaldo Carvalho de Melo
· 14 years ago
878b439
perf symbols: Rename dso->origin to dso->symtab_type
by Arnaldo Carvalho de Melo
· 14 years ago
d7603d5
perf hists: Remove needless global col lenght calcs
by Arnaldo Carvalho de Melo
· 14 years ago
cc22219
Merge commit 'v2.6.37-rc8' into perf/core
by Ingo Molnar
· 14 years ago
3b01a41
perf symbols: Improve kallsyms symbol end addr calculation
by Arnaldo Carvalho de Melo
· 14 years ago
ec5761e
perf symbols: Add symfs option for off-box analysis using specified tree
by David Ahern
· 14 years ago
fd930ff
perf probe: Fix use of kernel image path given by 'k' option
by Franck Bui-Huu
· 14 years ago
b226a5a7
perf report: Allow user to specify path to kallsyms file
by David Ahern
· 14 years ago
3aabae7
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
85e00b5
perf symbols: Fix multiple initialization of symbol system
by Jovi Zhang
· 14 years ago
90f18e6
perf symbols: List symbols in a dso in ascending name order
by Srikar Dronamraju
· 14 years ago
c408fed
perf symbols: Store the symbol binding
by Arnaldo Carvalho de Melo
· 14 years ago
076c6e45
perf session: Free the ref_reloc_sym memory at the right place
by Arnaldo Carvalho de Melo
· 14 years ago
d65a458
perf tools: Release session and symbol resources on exit
by Arnaldo Carvalho de Melo
· 14 years ago
6e40625
perf symbols: Precisely specify if dso->{long,short}_name should be freed
by Arnaldo Carvalho de Melo
· 14 years ago
88ca895
perf tools: Remove unneeded code for tracking the cwd in perf sessions
by Dave Martin
· 14 years ago
0f0cbf7
perf ui: New hists tree widget
by Arnaldo Carvalho de Melo
· 14 years ago
8a6c5b2
perf sort: Make column width code per hists instance
by Arnaldo Carvalho de Melo
· 14 years ago
9ed7e1b
perf probe: Add kernel source path option
by Chase Douglas
· 15 years ago
f60f359
perf report: Implement --sort cpu
by Arun Sharma
· 15 years ago
45de34b
perf buildid: add perfconfig option to specify buildid cache dir
by Stephane Eranian
· 15 years ago
5ad90e4
perf symbols: Add the build id cache to the vmlinux path
by Arnaldo Carvalho de Melo
· 15 years ago
f869097
perf session: Make read_build_id routines look at the host_machine too
by Arnaldo Carvalho de Melo
· 15 years ago
edb7c60
perf options: Type check all the remaining OPT_ variants
by Arnaldo Carvalho de Melo
· 15 years ago
fefb0b9
perf hist: Calculate max_sym name len and nr_entries
by Arnaldo Carvalho de Melo
· 15 years ago
1f626bc
perf session: Embed the host machine data on perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
5c0541d
perf symbols: Add machine helper routines
by Arnaldo Carvalho de Melo
· 15 years ago
Next »