Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
62baca8aed636eb10f9274761aa1dcbfd48a7caa
/
tools
/
perf
/
util
/
symbol.h
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
· 14 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
· 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
· 14 years ago
f60f359
perf report: Implement --sort cpu
by Arun Sharma
· 14 years ago
45de34b
perf buildid: add perfconfig option to specify buildid cache dir
by Stephane Eranian
· 14 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
cbf6968
perf machines: Make the machines class adopt the dsos__fprintf methods
by Arnaldo Carvalho de Melo
· 15 years ago
d28c622
perf machine: Adopt some map_groups functions
by Arnaldo Carvalho de Melo
· 15 years ago
23346f2
perf tools: Rename "kernel_info" to "machine"
by Arnaldo Carvalho de Melo
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
5aab621
perf symbols: Move hex2u64 and strxfrchar to symbol.c
by Arnaldo Carvalho de Melo
· 15 years ago
59fd530
perf tools: Introduce struct map_symbol
by Arnaldo Carvalho de Melo
· 15 years ago
e4713e9
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
b63be8d
perf top: Improve the autosizing of column lenghts
by Arnaldo Carvalho de Melo
· 15 years ago
d06d92b
perf annotate: Properly notify the user that vmlinux is missing
by Arnaldo Carvalho de Melo
· 15 years ago
b0a9ab6
perf top: Properly notify the user that vmlinux is missing
by Arnaldo Carvalho de Melo
· 15 years ago
628ada0
perf annotate: Defer allocating sym_priv->hist array
by Arnaldo Carvalho de Melo
· 15 years ago
6122e4e
perf record: Stop intercepting events, use postprocessing to get build-ids
by Arnaldo Carvalho de Melo
· 15 years ago
8d92c02
perf symbols: Ditch vdso global variable
by Arnaldo Carvalho de Melo
· 15 years ago
9de89fe
perf symbols: Remove perf_session usage in symbols layer
by Arnaldo Carvalho de Melo
· 15 years ago
fd1d908
perf symbols: Split helpers used when creating kernel dso object
by Arnaldo Carvalho de Melo
· 15 years ago
a19afe4
perf symbols: Factor out dso__load_vmlinux_path()
by Arnaldo Carvalho de Melo
· 15 years ago
ef12a14
perf buildid-cache: Add new command to manage build-id cache
by Arnaldo Carvalho de Melo
· 15 years ago
88d3d9b7
perf buildid-list: Introduce --with-hits option
by Arnaldo Carvalho de Melo
· 15 years ago
9e20144
perf symbols: Cache /proc/kallsyms files by build-id
by Arnaldo Carvalho de Melo
· 15 years ago
b7cece7
perf tools: Encode kernel module mappings in perf.data
by Arnaldo Carvalho de Melo
· 15 years ago
a89e5abe
perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table
by Arnaldo Carvalho de Melo
· 15 years ago
36a3e64
perf symbols: Export symbol_type__is_a
by Arnaldo Carvalho de Melo
· 15 years ago
682b335
perf symbols: Generalise the kallsyms parsing routine
by Arnaldo Carvalho de Melo
· 15 years ago
4cf4013
perf record: Introduce a symtab cache
by Arnaldo Carvalho de Melo
· 15 years ago
f7d8744
perf session: Move full_paths config to symbol_conf
by Arnaldo Carvalho de Melo
· 15 years ago
d599db3
perf report: Generalize perf_session__fprintf_hists()
by Arnaldo Carvalho de Melo
· 15 years ago
c410a33
perf symbols: Move symbol filtering to event__preprocess_sample()
by Arnaldo Carvalho de Melo
· 15 years ago
655000e
perf symbols: Adopt the strlists for dso, comm
by Arnaldo Carvalho de Melo
· 15 years ago
75be6cf
perf symbols: Make symbol_conf global
by Arnaldo Carvalho de Melo
· 15 years ago
Next »