index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
dso.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-232
/
+3
2019-07-09
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-07-01
perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-05-28
perf dso: Add BPF DSO read and size hooks
Jiri Olsa
1
-1
/
+48
2019-05-28
perf dso: Simplify dso_cache__read function
Jiri Olsa
1
-11
/
+6
2019-05-28
perf dso: Separate generic code in dso_cache__read
Jiri Olsa
1
-21
/
+27
2019-05-28
perf dso: Separate generic code in dso__data_file_size()
Jiri Olsa
1
-7
/
+12
2019-03-19
perf symbols: Introduce DSO_BINARY_TYPE__BPF_PROG_INFO
Song Liu
1
-0
/
+1
2019-03-19
perf report: Indicate JITed code better in report
Andi Kleen
1
-18
/
+24
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-25
perf symbols: Use cached rbtrees
Davidlohr Bueso
1
-2
/
+2
2019-01-25
perf callchain: Use cached rbtrees
Davidlohr Bueso
1
-2
/
+2
2019-01-25
perf namespaces: Remove namespaces.h from .h headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-25
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-12-18
perf dso: Export data_file_size() method there are no symbols
Adrian Hunter
1
-3
/
+3
2018-12-17
perf dso: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-08-20
perf tools: Remove ext from struct kmod_path
Jiri Olsa
1
-9
/
+1
2018-08-20
perf tools: Add is_compressed callback to compressions array
Jiri Olsa
1
-3
/
+20
2018-08-20
perf tools: Move the temp file processing into decompress_kmodule
Jiri Olsa
1
-17
/
+12
2018-08-20
perf tools: Use compression id in decompress_kmodule()
Jiri Olsa
1
-21
/
+3
2018-08-20
perf tools: Store compression id into struct dso
Jiri Olsa
1
-1
/
+4
2018-08-20
perf tools: Add compression id into 'struct kmod_path'
Jiri Olsa
1
-7
/
+11
2018-08-20
perf tools: Make is_supported_compression() static
Jiri Olsa
1
-1
/
+1
2018-08-20
perf tools: Make decompress_to_file() function static
Jiri Olsa
1
-1
/
+1
2018-08-20
perf tools: Get rid of dso__needs_decompress() call in __open_dso()
Jiri Olsa
1
-1
/
+3
2018-06-06
perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
Adrian Hunter
1
-0
/
+2
2018-04-27
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
1
-21
/
+13
2018-01-23
perf symbols: Using O_CLOEXEC in do_open
Wang YanQing
1
-1
/
+1
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
perf report: Cache srclines for callchain nodes
Milian Wolff
1
-0
/
+2
2017-10-24
perf callchain: Create real callchain entries for inlined frames
Milian Wolff
1
-0
/
+5
2017-09-21
perf tools: Provide mutex wrappers for pthreads rwlocks
Arnaldo Carvalho de Melo
1
-6
/
+6
2017-09-13
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-07-18
perf buildid-cache: Cache debuginfo
Krister Johansen
1
-1
/
+7
2017-07-18
perf buildid-cache: Support binary objects from other namespaces
Krister Johansen
1
-1
/
+11
2017-07-18
perf symbols: Find symbols in different mount namespace
Krister Johansen
1
-0
/
+1
2017-06-08
perf tools: Consolidate error path in __open_dso()
Namhyung Kim
1
-11
/
+8
2017-06-08
perf tools: Decompress kernel module when reading DSO data
Namhyung Kim
1
-0
/
+16
2017-06-08
perf tools: Introduce dso__decompress_kmodule_{fd,path}
Namhyung Kim
1
-0
/
+58
2017-06-08
perf tools: Fix a memory leak in __open_dso()
Namhyung Kim
1
-1
/
+3
2017-06-05
perf symbols: Set module info when build-id event found
Namhyung Kim
1
-0
/
+15
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-04-24
perf tools: Add compress.h for the *_decompress_to_file() headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move path related functions to util/path.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
1
-0
/
+1
[next]