Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
20f49859c785183d5296670a10dace454131274b
/
tools
/
perf
/
util
/
symbol.h
0c4c4de
perf tools: Add processor socket info to hist_entry and addr_location
by Kan Liang
· 9 years ago
ce80d3b
perf tools: Rename perf_session_env to perf_env
by Kan Liang
· 9 years ago
9e207dd
perf report: Show call graph from reference events
by Kan Liang
· 9 years ago
0bc2f2f
perf symbols: Store if there is a filter in place
by Arnaldo Carvalho de Melo
· 9 years ago
3698dab
perf tools: Move TUI-specific fields out of map_symbol
by Namhyung Kim
· 10 years ago
c50fc0a
perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding
by Ananth N Mavinakayanahalli
· 10 years ago
fb6d594
perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc
by Naveen N. Rao
· 10 years ago
d233209
perf probe ppc: Fix symbol fixup issues due to ELF type
by Naveen N. Rao
· 10 years ago
e03eaa4
perf tools: Add pid/tid filtering to report and script commands
by David Ahern
· 10 years ago
680d926
perf symbols: Allow symbol alias when loading map for symbol name
by Namhyung Kim
· 10 years ago
18bd726
perf symbols: Introduce method to iterate symbols ordered by name
by Arnaldo Carvalho de Melo
· 10 years ago
8b7bad5
perf callchain: Support handling complete branch stacks as histograms
by Andi Kleen
· 10 years ago
aaba4e1
perf symbols: Move bfd_demangle stubbing to its only user
by Arnaldo Carvalho de Melo
· 10 years ago
00dc865
perf record: Do not save pathname in ./debug/.build-id directory for vmlinux
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
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
· 10 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
· 12 years ago
8db4841
perf symbols: Handle different endians properly during symbol load
by Jiri Olsa
· 12 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
· 13 years ago
f57b05e
perf report: Use properly build_id kernel binaries
by Jiri Olsa
· 13 years ago
ec80fde
perf symbols: Handle /proc/sys/kernel/kptr_restrict
by Arnaldo Carvalho de Melo
· 13 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
Next »