summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/build-id.c
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-19/+19
* perf dsos: Switch more loops to dsos__for_each_dso()Ian Rogers2024-04-121-1/+1
* perf dsos: Introduce dsos__for_each_dso()Ian Rogers2024-04-121-34/+42
* perf dsos: Attempt to better abstract DSOs internalsIan Rogers2024-04-121-37/+1
* perf build-id: Simplify build_id_cache__cachedir()Ian Rogers2023-08-251-4/+2
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-0/+2
* perf map: Add accessor for dsoIan Rogers2023-04-041-1/+1
* perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...Athira Rajeev2023-01-181-3/+7
* perf dso: Hold lock when accessing nsinfoIan Rogers2022-10-041-3/+9
* perf build-id: Print debuginfod queries if -v option is usedMartin Liška2022-08-121-1/+5
* perf build-id: Fix coding style, replace 8 spaces by tabsMartin Liška2022-08-121-11/+11
* perf buildid-cache: Do not require purge files to also be in the file systemAdrian Hunter2022-07-201-5/+2
* perf buildid-cache: Add guestmount'd files to the build ID cacheAdrian Hunter2022-07-201-16/+51
* perf tools: Export dsos__for_each_with_build_id()Adrian Hunter2022-07-201-6/+0
* perf build-id: Fix caching files with a wrong build IDAdrian Hunter2022-06-261-0/+28
* perf build-id: Fix spelling mistake "Cant" -> "Can't"Colin Ian King2022-03-221-1/+1
* perf namespaces: Add functions to access nsinfoIan Rogers2022-02-111-2/+2
* perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser2021-02-181-2/+3
* perf build-id: Add build_id_cache__add functionJiri Olsa2020-11-271-15/+27
* perf build-id: Add __perf_session__cache_build_ids functionJiri Olsa2020-11-271-2/+8
* perf build-id: Use machine__for_each_dso in perf_session__cache_build_idsJiri Olsa2020-11-271-25/+16
* perf symbols: Try to load vmlinux from buildid databaseJiri Olsa2020-11-271-3/+10
* perf build-id: Add check for existing link in buildid dirJiri Olsa2020-11-271-1/+18
* perf tools: Add build_id__is_defined functionJiri Olsa2020-11-271-0/+6
* perf tools: Initialize output buffer in build_id__sprintfJiri Olsa2020-11-031-0/+2
* perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-141-3/+5
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-11/+19
* perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa2020-10-141-3/+3
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-5/+3
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-3/+3
* perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler2020-08-141-0/+19
* perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo2019-09-251-1/+2
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+1
* perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo2019-08-311-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-1/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* perf build-id: Fix memory leak in print_sdt_events()Changbin Du2019-03-191-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf machine: Use cached rbtreesDavidlohr Bueso2019-01-251-4/+8
* perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-251-0/+1
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-3/+1
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-161-7/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros2017-07-181-3/+5
* perf header: Revamp do_write()David Carrillo-Cisneros2017-07-181-1/+1
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-181-5/+67
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-181-17/+30