summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-buildid-cache.c
Commit message (Expand)AuthorAgeFilesLines
* perf buildid-cache: Warn --purge-all failuresRavi Bangoria2018-05-151-2/+6
* perf buildid-cache: Support --purge-all optionRavi Bangoria2018-04-261-1/+35
* perf buildid-cache: Support --list optionRavi Bangoria2018-04-261-3/+40
* perf buildid-cache: Update help text for purge commandThomas-Mich Richter2017-11-161-2/+2
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-2/+2
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-4/+4
|/
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-181-1/+1
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-181-15/+37
* perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo2017-05-021-5/+8
* perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo2017-04-201-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-2/+1
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-4/+4
* perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-5/+5
* perf session: Destructors should accept NULLArnaldo Carvalho de Melo2016-06-221-2/+1
* perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu2016-05-161-4/+4
* perf tools: Move timestamp creation to utilWang Nan2016-01-291-13/+1
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf buildid: Introduce sysfs/filename__sprintf_build_idMasami Hiramatsu2015-08-281-12/+2
* perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu2015-07-201-4/+4
* perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo2015-07-201-4/+4
* perf buildid-cache: Show usage with incorrect paramsMasami Hiramatsu2015-02-271-0/+5
* perf buildid-cache: Use pr_debug instead of verbose && pr_infoMasami Hiramatsu2015-02-271-14/+9
* perf buildid-cache: Add --purge FILE to remove all caches of FILEMasami Hiramatsu2015-02-271-0/+48
* perf buildid-cache: Add new buildid cache if update target is not cachedMasami Hiramatsu2015-02-271-2/+4
* perf buildid-cache: Remove unneeded debugdir parametersMasami Hiramatsu2015-02-111-21/+16
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-211-2/+2
* perf buildid cache: Fix -a segfault related to kcore handlingJiri Olsa2014-12-091-1/+1
* perf buildid-cache: Remove extra debugdir variablesJiri Olsa2014-12-091-7/+4
* perf buildid-cache: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-3/+4
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-1/+1
* perf buildid-cache: Move session handling into cmd_buildid_cache()Namhyung Kim2014-08-131-14/+21
* perf buildid-cache: Apply force option to copying kcoreAdrian Hunter2014-07-161-3/+5
* perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter2014-01-311-4/+29
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-2/+6
* perf buildid-cache: Add ability to add kcore to the cacheAdrian Hunter2013-10-141-1/+147
* perf buildid-cache: Add --update optionNamhyung Kim2013-02-141-1/+49
* perf buildid-cache: Add option to show build ids that are missing in the cacheArnaldo Carvalho de Melo2012-12-091-2/+46
* perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa2012-10-291-0/+1
* perf tools: Move build_id__sprintf into build-id objectJiri Olsa2012-10-291-1/+1
* perf buildid-cache: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-32/+26
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-3/+4
* perf tools: Back [vdso] DSO with real dataJiri Olsa2012-09-111-1/+2
* perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian2010-06-051-2/+1
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-141-1/+1
* perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo2010-01-211-0/+133
OpenPOWER on IntegriCloud