index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-buildid-cache.c
Age
Commit message (
Expand
)
Author
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-06-23
perf tools: Rename strlist_for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-22
perf session: Destructors should accept NULL
Arnaldo Carvalho de Melo
2016-05-16
perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE
Masami Hiramatsu
2016-01-29
perf tools: Move timestamp creation to util
Wang Nan
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
2015-08-28
perf buildid: Introduce sysfs/filename__sprintf_build_id
Masami Hiramatsu
2015-07-20
perf buildid: Use SBUILD_ID_SIZE macro
Masami Hiramatsu
2015-07-20
perf strlist: Make dupstr be the default and part of an extensible config parm
Arnaldo Carvalho de Melo
2015-02-27
perf buildid-cache: Show usage with incorrect params
Masami Hiramatsu
2015-02-27
perf buildid-cache: Use pr_debug instead of verbose && pr_info
Masami Hiramatsu
2015-02-27
perf buildid-cache: Add --purge FILE to remove all caches of FILE
Masami Hiramatsu
2015-02-27
perf buildid-cache: Add new buildid cache if update target is not cached
Masami Hiramatsu
2015-02-11
perf buildid-cache: Remove unneeded debugdir parameters
Masami Hiramatsu
2015-01-21
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
2014-12-09
perf buildid cache: Fix -a segfault related to kcore handling
Jiri Olsa
2014-12-09
perf buildid-cache: Remove extra debugdir variables
Jiri Olsa
2014-08-15
perf buildid-cache: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-13
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
2014-08-13
perf buildid-cache: Move session handling into cmd_buildid_cache()
Namhyung Kim
2014-07-16
perf buildid-cache: Apply force option to copying kcore
Adrian Hunter
2014-01-31
perf buildid-cache: Check relocation when checking for existing kcore
Adrian Hunter
2013-10-21
perf tools: Add data object to handle perf data file
Jiri Olsa
2013-10-14
perf buildid-cache: Add ability to add kcore to the cache
Adrian Hunter
2013-02-14
perf buildid-cache: Add --update option
Namhyung Kim
2012-12-09
perf buildid-cache: Add option to show build ids that are missing in the cache
Arnaldo Carvalho de Melo
2012-10-29
perf tools: Move BUILD_ID_SIZE into build-id object
Jiri Olsa
2012-10-29
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
2012-10-02
perf buildid-cache: Don't use globals where not needed to
Arnaldo Carvalho de Melo
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-11
perf tools: Back [vdso] DSO with real data
Jiri Olsa
2010-06-05
perf buildid: add perfconfig option to specify buildid cache dir
Stephane Eranian
2010-04-14
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-01-21
perf buildid-cache: Add new command to manage build-id cache
Arnaldo Carvalho de Melo