index
:
openchrome/drm-openchrome
drm-next-3.19
drm-next-4.13
drm-next-4.14
drm-next-4.15
drm-next-4.16
drm-next-4.17
drm-next-4.18
drm-next-4.19
drm-next-4.20
drm-next-4.21
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.12
drm-next-5.13
drm-next-5.14
drm-next-5.15
drm-next-5.16
drm-next-5.17
drm-next-5.18
drm-next-5.19
drm-next-5.2
drm-next-5.20
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
drm-next-6.1
drm-next-6.2
drm-next-6.3
drm-next-6.4
drm-next-6.5
drm-next-6.6
drm-next-6.7
drm-next-6.8
drm-next-6.9
master
DRM driver for VIA IGPs
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
dso.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-05
perf tools: Add gzip decompression support for kernel module
Namhyung Kim
1
-8
/
+4
2014-11-04
perf symbols: Preparation for compressed kernel module support
Namhyung Kim
1
-0
/
+75
2014-10-01
perf symbols: Improve DSO long names lookup speed with rbtree
Waiman Long
1
-4
/
+66
2014-09-30
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
1
-8
/
+9
2014-08-15
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
1
-2
/
+6
2014-07-31
perf symbols: Make sure --symfs usage includes the path separator
Arnaldo Carvalho de Melo
1
-15
/
+13
2014-07-23
perf tools: Add dso__type()
Adrian Hunter
1
-0
/
+11
2014-07-23
perf tools: Add dso__data_size()
Adrian Hunter
1
-0
/
+22
2014-07-23
perf tools: Add dso__data_status_seen()
Adrian Hunter
1
-0
/
+12
2014-07-23
perf tools: Record whether a dso has data
Adrian Hunter
1
-8
/
+15
2014-07-22
perf tools: Fix incorrect fd error comparison
Adrian Hunter
1
-1
/
+1
2014-07-16
perf symbols: Record whether a dso is 64-bit
Adrian Hunter
1
-0
/
+1
2014-06-12
perf tools: Add dso__data_* interface descriptons
Jiri Olsa
1
-0
/
+59
2014-06-12
perf tools: Allow to close dso fd in case of open failure
Jiri Olsa
1
-1
/
+22
2014-06-12
perf tools: Add file size check and factor dso__data_read_offset
Jiri Olsa
1
-15
/
+49
2014-06-12
perf tools: Cache dso data file descriptor
Jiri Olsa
1
-2
/
+59
2014-06-12
perf tools: Add global count of opened dso objects
Jiri Olsa
1
-1
/
+7
2014-06-12
perf tools: Add global list of opened dso objects
Jiri Olsa
1
-2
/
+39
2014-06-12
perf tools: Add data_fd into dso object
Jiri Olsa
1
-4
/
+19
2014-06-12
perf tools: Separate dso data related variables
Jiri Olsa
1
-4
/
+4
2014-02-24
perf symbols: Check return value of filename__read_debuglink()
Stephane Eranian
1
-2
/
+2
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-6
/
+3
2013-12-17
perf symbols: Use consistent name for the DSO binary type member
Arnaldo Carvalho de Melo
1
-5
/
+5
2013-12-16
perf symbols: Clarify method to get DSO binary_type filename
Arnaldo Carvalho de Melo
1
-7
/
+7
2013-12-16
perf symbols: Remove needless static binary_type array
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-10
perf symbols: Fix bug in usage of the basename() function
Stephane Eranian
1
-1
/
+22
2013-12-10
perf symbols: Rename filename argument
Arnaldo Carvalho de Melo
1
-16
/
+16
2013-12-10
perf symbols: Constify some DSO methods parameters
Arnaldo Carvalho de Melo
1
-6
/
+5
2013-12-10
perf symbols: Set freed members to NULL in dso destructor
Arnaldo Carvalho de Melo
1
-2
/
+12
2013-12-10
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
1
-5
/
+5
2013-12-10
perf symbols: Remove open coded management of long_name_allocated member
Arnaldo Carvalho de Melo
1
-4
/
+9
2013-12-10
perf symbols: Remove open coded management of short_name_allocated member
Adrian Hunter
1
-6
/
+11
2013-12-10
perf symbols: Rename [sl]name_alloc to match the members they refer to
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-12-04
perf tools: Do not disable source line lookup just because of 1 failure
Adrian Hunter
1
-0
/
+1
2013-12-04
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
1
-0
/
+1
2013-12-04
perf symbols: Retain bfd reference to lookup source line numbers
Adrian Hunter
1
-0
/
+1
2013-10-09
perf tools: Save failed result of get_srcline()
Namhyung Kim
1
-0
/
+1
2013-10-09
perf symbols: Support for Openembedded/Yocto -dbg packages
Ricardo Ribalda Delgado
1
-13
/
+36
2013-08-07
perf symbols: Add support for reading from /proc/kcore
Adrian Hunter
1
-0
/
+5
2013-08-07
perf tools: Make it possible to read object code from kernel modules
Adrian Hunter
1
-0
/
+1
2013-08-07
perf tools: Make it possible to read object code from vmlinux
Adrian Hunter
1
-2
/
+2
2013-07-08
perf symbols: Fix vdso list searching
Waiman Long
1
-2
/
+8
2012-12-09
perf symbols: Generalize filter in __fprintf_buildid methods
Arnaldo Carvalho de Melo
1
-2
/
+2
2012-12-09
perf symbols: Fix dso__fprintf() print statement
Stephane Eranian
1
-1
/
+1
2012-11-09
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+1
2012-10-29
perf tools: Move dso_* related functions into dso object
Jiri Olsa
1
-0
/
+594