aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers1-3/+9
2022-08-12perf build-id: Print debuginfod queries if -v option is usedMartin Liška1-1/+5
2022-08-12perf build-id: Fix coding style, replace 8 spaces by tabsMartin Liška1-11/+11
2022-07-20perf buildid-cache: Do not require purge files to also be in the file systemAdrian Hunter1-5/+2
2022-07-20perf buildid-cache: Add guestmount'd files to the build ID cacheAdrian Hunter1-16/+51
2022-07-20perf tools: Export dsos__for_each_with_build_id()Adrian Hunter1-6/+0
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28
2022-03-22perf build-id: Fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers1-2/+2
2021-02-18perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser1-2/+3
2020-11-27perf build-id: Add build_id_cache__add functionJiri Olsa1-15/+27
2020-11-27perf build-id: Add __perf_session__cache_build_ids functionJiri Olsa1-2/+8
2020-11-27perf build-id: Use machine__for_each_dso in perf_session__cache_build_idsJiri Olsa1-25/+16
2020-11-27perf symbols: Try to load vmlinux from buildid databaseJiri Olsa1-3/+10
2020-11-27perf build-id: Add check for existing link in buildid dirJiri Olsa1-1/+18
2020-11-27perf tools: Add build_id__is_defined functionJiri Olsa1-0/+6
2020-11-03perf tools: Initialize output buffer in build_id__sprintfJiri Olsa1-0/+2
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa1-3/+5
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-11/+19
2020-10-14perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa1-3/+3
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa1-5/+3
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-3/+3
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler1-0/+19
2019-09-25perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo1-1/+2
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-31perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo1-0/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-03-19perf build-id: Fix memory leak in print_sdt_events()Changbin Du1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf machine: Use cached rbtreesDavidlohr Bueso1-4/+8
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo1-0/+1
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-3/+1
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-1/+1
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa1-7/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros1-3/+5
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros1-1/+1
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen1-5/+67
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen1-17/+30
2017-06-08perf symbols: Kill dso__build_id_is_kmod()Namhyung Kim1-45/+0
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove misplaced __maybe_unused in some functionsArnaldo Carvalho de Melo1-2/+2
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1