Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2716765697a11a6a42c3c7536ff7b12a0facfecd
/
tools
/
perf
/
util
/
dso.h
42b3fa6
perf tools: Introduce dso__decompress_kmodule_{fd,path}
by Namhyung Kim
· 7 years ago
6b335e8
perf symbols: Set module info when build-id event found
by Namhyung Kim
· 7 years ago
7100810
perf dso: Convert dso.refcnt from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
d0761e3
perf tools: Uninline scnprintf() and vscnprint()
by Arnaldo Carvalho de Melo
· 8 years ago
f306924
perf tools: Allow to reset open files counter
by Jiri Olsa
· 8 years ago
0141226
perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid
by Masami Hiramatsu
· 8 years ago
b8f8eb8
perf tools: Remove misplaced __maybe_unused
by Arnaldo Carvalho de Melo
· 9 years ago
73cdf0c
perf symbols: Record text offset in dso to calculate objdump address
by Wang Nan
· 9 years ago
e266a75
perf symbols: Fix dso lookup by long name and missing buildids
by Adrian Hunter
· 9 years ago
c0b4dff
perf annotate: Reset the dso find_symbol cache when removing symbols
by Arnaldo Carvalho de Melo
· 9 years ago
b685ac2
perf symbols: Add front end cache for DSO symbol lookup
by Arnaldo Carvalho de Melo
· 9 years ago
d3a7c48
perf tools: Reference count struct dso
by Arnaldo Carvalho de Melo
· 9 years ago
e880784
perf tools: Protect accesses the dso rbtrees/lists with a rw lock
by Arnaldo Carvalho de Melo
· 9 years ago
1f121b0
perf tools: Deal with kernel module names in '[]' correctly
by Wang Nan
· 9 years ago
459ce51
perf machine: Adopt findnew_kernel method
by Arnaldo Carvalho de Melo
· 9 years ago
4bb11d0
perf tools: Add dso__data_get/put_fd()
by Namhyung Kim
· 10 years ago
4a936ed
perf symbols: Protect dso symbol loading using a mutex
by Namhyung Kim
· 10 years ago
cfe9174
perf tools: Add member to struct dso for an instruction cache
by Adrian Hunter
· 10 years ago
18425f1
perf symbols: Save DSO loading errno to better report errors
by Arnaldo Carvalho de Melo
· 10 years ago
907fb50
perf tools: Remove is_kmodule_extension function
by Jiri Olsa
· 10 years ago
e746b3e
perf tools: Remove compressed argument from is_kernel_module
by Jiri Olsa
· 10 years ago
701d8d7
perf tools: Add dsos__addnew function
by Jiri Olsa
· 10 years ago
3c8a67f
perf tools: Add kmod_path__parse function
by Jiri Olsa
· 10 years ago
303cb89
perf callchain: Separate eh/debug frame offset cache.
by Wang Nan
· 10 years ago
f1f13af
perf callchain: Cache eh/debug frame offset for dwarf unwind
by Namhyung Kim
· 10 years ago
c00c48f
perf symbols: Preparation for compressed kernel module support
by Namhyung Kim
· 10 years ago
0db15b1
perf tools: Add facility to export data in database-friendly way
by Adrian Hunter
· 10 years ago
7d073b3
perf tools powerpc: Cache the DWARF debug info
by Sukadev Bhattiprolu
· 10 years ago
4598a0a
perf symbols: Improve DSO long names lookup speed with rbtree
by Waiman Long
· 10 years ago
8fa7d87
perf symbols: Encapsulate dsos list head into struct dsos
by Waiman Long
· 10 years ago
2b5b8bb
perf tools: Add dso__type()
by Adrian Hunter
· 10 years ago
6d36345
perf tools: Add dso__data_size()
by Adrian Hunter
· 10 years ago
288be94
perf tools: Add dso__data_status_seen()
by Adrian Hunter
· 10 years ago
c27697d
perf tools: Record whether a dso has data
by Adrian Hunter
· 10 years ago
c6d8f2a
perf symbols: Record whether a dso is 64-bit
by Adrian Hunter
· 10 years ago
c1f9aa0
perf tools: Add dso__data_* interface descriptons
by Jiri Olsa
· 11 years ago
c3fbd2a
perf tools: Add file size check and factor dso__data_read_offset
by Jiri Olsa
· 11 years ago
eba5102
perf tools: Add global list of opened dso objects
by Jiri Olsa
· 11 years ago
53fa8eaa
perf tools: Add data_fd into dso object
by Jiri Olsa
· 11 years ago
ca40e2a
perf tools: Separate dso data related variables
by Jiri Olsa
· 11 years ago
d944c4e
tools: Consolidate types.h
by Borislav Petkov
· 11 years ago
eb948e5
perf probe: Allow to add events on the local functions
by Masami Hiramatsu
· 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
7d2a512
perf symbols: Rename filename argument
by Arnaldo Carvalho de Melo
· 11 years ago
3344996
perf symbols: Constify some DSO methods parameters
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
58a98c9
perf symbols: Remove open coded management of short_name_allocated member
by Adrian Hunter
· 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
906049c8
perf tools: Do not disable source line lookup just because of 1 failure
by Adrian Hunter
· 11 years ago
0058aef
perf symbols: Retain symbol source file name to lookup source line numbers
by Adrian Hunter
· 11 years ago
454ff00
perf symbols: Retain bfd reference to lookup source line numbers
by Adrian Hunter
· 11 years ago
2cc9d0e
perf tools: Save failed result of get_srcline()
by Namhyung Kim
· 11 years ago
86c98ca
perf annotate: Pass dso instead of dso_name to get_srcline()
by Namhyung Kim
· 11 years ago
9cd0094
perf symbols: Support for Openembedded/Yocto -dbg packages
by Ricardo Ribalda Delgado
· 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
f9ceffb
perf symbols: Fix vdso list searching
by Waiman Long
· 12 years ago
417c2ff
perf symbols: Generalize filter in __fprintf_buildid methods
by Arnaldo Carvalho de Melo
· 12 years ago
cdd059d
perf tools: Move dso_* related functions into dso object
by Jiri Olsa
· 12 years ago