summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-buildid-cache.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf buildid-cache: Add --debuginfod option to specify a server to fetch debu...Jiri Olsa2020-12-281-3/+25
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-3/+3
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-13/+12
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-1/+1
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+3
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+2
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* perf tools: Remove needless util.h include from builtin.hArnaldo Carvalho de Melo2019-08-281-0/+1
* perf data: Add global path holderJiri Olsa2019-02-221-2/+2
* 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