summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-buildid-cache.c
AgeCommit message (Expand)Author
2023-10-12perf buildid-cache: Fix use of uninitialized valueIan Rogers
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2020-12-28perf buildid-cache: Add --debuginfod option to specify a server to fetch debu...Jiri Olsa
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa
2020-10-14perf tools: Use build_id object in dsoJiri Olsa
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-28perf tools: Remove needless util.h include from builtin.hArnaldo Carvalho de Melo
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