index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-buildid-cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-4
/
+4
*
perf tools: Rename strlist_for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
1
-5
/
+5
*
perf session: Destructors should accept NULL
Arnaldo Carvalho de Melo
2016-06-22
1
-2
/
+1
*
perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE
Masami Hiramatsu
2016-05-16
1
-4
/
+4
*
perf tools: Move timestamp creation to util
Wang Nan
2016-01-29
1
-13
/
+1
*
perf subcmd: Create subcmd library
Josh Poimboeuf
2015-12-17
1
-1
/
+1
*
perf buildid: Introduce sysfs/filename__sprintf_build_id
Masami Hiramatsu
2015-08-28
1
-12
/
+2
*
perf buildid: Use SBUILD_ID_SIZE macro
Masami Hiramatsu
2015-07-20
1
-4
/
+4
*
perf strlist: Make dupstr be the default and part of an extensible config parm
Arnaldo Carvalho de Melo
2015-07-20
1
-4
/
+4
*
perf buildid-cache: Show usage with incorrect params
Masami Hiramatsu
2015-02-27
1
-0
/
+5
*
perf buildid-cache: Use pr_debug instead of verbose && pr_info
Masami Hiramatsu
2015-02-27
1
-14
/
+9
*
perf buildid-cache: Add --purge FILE to remove all caches of FILE
Masami Hiramatsu
2015-02-27
1
-0
/
+48
*
perf buildid-cache: Add new buildid cache if update target is not cached
Masami Hiramatsu
2015-02-27
1
-2
/
+4
*
perf buildid-cache: Remove unneeded debugdir parameters
Masami Hiramatsu
2015-02-11
1
-21
/
+16
*
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
2015-01-21
1
-2
/
+2
*
perf buildid cache: Fix -a segfault related to kcore handling
Jiri Olsa
2014-12-09
1
-1
/
+1
*
perf buildid-cache: Remove extra debugdir variables
Jiri Olsa
2014-12-09
1
-7
/
+4
*
perf buildid-cache: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-3
/
+4
*
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
2014-08-13
1
-1
/
+1
*
perf buildid-cache: Move session handling into cmd_buildid_cache()
Namhyung Kim
2014-08-13
1
-14
/
+21
*
perf buildid-cache: Apply force option to copying kcore
Adrian Hunter
2014-07-16
1
-3
/
+5
*
perf buildid-cache: Check relocation when checking for existing kcore
Adrian Hunter
2014-01-31
1
-4
/
+29
*
perf tools: Add data object to handle perf data file
Jiri Olsa
2013-10-21
1
-2
/
+6
*
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
2013-10-14
1
-1
/
+147
*
perf buildid-cache: Add --update option
Namhyung Kim
2013-02-14
1
-1
/
+49
*
perf buildid-cache: Add option to show build ids that are missing in the cache
Arnaldo Carvalho de Melo
2012-12-09
1
-2
/
+46
*
perf tools: Move BUILD_ID_SIZE into build-id object
Jiri Olsa
2012-10-29
1
-0
/
+1
*
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
2012-10-29
1
-1
/
+1
*
perf buildid-cache: Don't use globals where not needed to
Arnaldo Carvalho de Melo
2012-10-02
1
-32
/
+26
*
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-11
1
-3
/
+4
*
perf tools: Back [vdso] DSO with real data
Jiri Olsa
2012-09-11
1
-1
/
+2
*
perf buildid: add perfconfig option to specify buildid cache dir
Stephane Eranian
2010-06-05
1
-2
/
+1
*
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-04-14
1
-1
/
+1
*
perf buildid-cache: Add new command to manage build-id cache
Arnaldo Carvalho de Melo
2010-01-21
1
-0
/
+133