aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-buildid-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2020-12-28perf buildid-cache: Add --debuginfod option to specify a server to fetch debug filesJiri Olsa1-3/+25
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-3/+3
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa1-13/+12
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-28perf tools: Remove needless util.h include from builtin.hArnaldo Carvalho de Melo1-0/+1
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