aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-buildid-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22perf data: Add global path holderJiri Olsa1-2/+2
2018-05-15perf buildid-cache: Warn --purge-all failuresRavi Bangoria1-2/+6
2018-04-26perf buildid-cache: Support --purge-all optionRavi Bangoria1-1/+35
2018-04-26perf buildid-cache: Support --list optionRavi Bangoria1-3/+40
2017-11-16perf buildid-cache: Update help text for purge commandThomas-Mich Richter1-2/+2
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-2/+2
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-4/+4
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen1-1/+1
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen1-15/+37
2017-05-02perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo1-5/+8
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-2/+1
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-4/+4
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-5/+5
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo1-2/+1
2016-05-16perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu1-4/+4
2016-01-29perf tools: Move timestamp creation to utilWang Nan1-13/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-08-28perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu1-12/+2
2015-07-20perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu1-4/+4
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo1-4/+4
2015-02-27perf buildid-cache: Show usage with incorrect paramsMasami Hiramatsu1-0/+5
2015-02-27perf buildid-cache: Use pr_debug instead of verbose && pr_infoMasami Hiramatsu1-14/+9
2015-02-27perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu1-0/+48
2015-02-27perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu1-2/+4
2015-02-11perf buildid-cache: Remove unneeded debugdir parametersMasami Hiramatsu1-21/+16
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo1-2/+2
2014-12-09perf buildid cache: Fix -a segfault related to kcore handlingJiri Olsa1-1/+1
2014-12-09perf buildid-cache: Remove extra debugdir variablesJiri Olsa1-7/+4
2014-08-15perf buildid-cache: Use strerror_r instead of strerrorMasami Hiramatsu1-3/+4
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-13perf buildid-cache: Move session handling into cmd_buildid_cache()Namhyung Kim1-14/+21
2014-07-16perf buildid-cache: Apply force option to copying kcoreAdrian Hunter1-3/+5
2014-01-31perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter1-4/+29
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-2/+6
2013-10-14perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter1-1/+147
2013-02-14perf buildid-cache: Add --update optionNamhyung Kim1-1/+49
2012-12-09perf buildid-cache: Add option to show build ids that are missing in the cacheArnaldo Carvalho de Melo1-2/+46
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa1-0/+1
2012-10-29perf tools: Move build_id__sprintf into build-id objectJiri Olsa1-1/+1
2012-10-02perf buildid-cache: Don't use globals where not needed toArnaldo Carvalho de Melo1-32/+26
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-3/+4
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa1-1/+2
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian1-2/+1
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-1/+1
2010-01-21perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo1-0/+133