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