index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
build-id.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf inject: Fix build ID injection
Ian Rogers
2024-09-10
1
-3
/
+3
*
perf buildid-list: Use perf_tool__init
Ian Rogers
2024-08-12
1
-32
/
+0
*
perf tool: Constify tool pointers
Ian Rogers
2024-08-12
1
-2
/
+2
*
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-05-06
1
-19
/
+19
*
perf dsos: Switch more loops to dsos__for_each_dso()
Ian Rogers
2024-04-12
1
-1
/
+1
*
perf dsos: Introduce dsos__for_each_dso()
Ian Rogers
2024-04-12
1
-34
/
+42
*
perf dsos: Attempt to better abstract DSOs internals
Ian Rogers
2024-04-12
1
-37
/
+1
*
perf build-id: Simplify build_id_cache__cachedir()
Ian Rogers
2023-08-25
1
-4
/
+2
*
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
1
-0
/
+2
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
1
-1
/
+1
*
perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...
Athira Rajeev
2023-01-18
1
-3
/
+7
*
perf dso: Hold lock when accessing nsinfo
Ian Rogers
2022-10-04
1
-3
/
+9
*
perf build-id: Print debuginfod queries if -v option is used
Martin Liška
2022-08-12
1
-1
/
+5
*
perf build-id: Fix coding style, replace 8 spaces by tabs
Martin Liška
2022-08-12
1
-11
/
+11
*
perf buildid-cache: Do not require purge files to also be in the file system
Adrian Hunter
2022-07-20
1
-5
/
+2
*
perf buildid-cache: Add guestmount'd files to the build ID cache
Adrian Hunter
2022-07-20
1
-16
/
+51
*
perf tools: Export dsos__for_each_with_build_id()
Adrian Hunter
2022-07-20
1
-6
/
+0
*
perf build-id: Fix caching files with a wrong build ID
Adrian Hunter
2022-06-26
1
-0
/
+28
*
perf build-id: Fix spelling mistake "Cant" -> "Can't"
Colin Ian King
2022-03-22
1
-1
/
+1
*
perf namespaces: Add functions to access nsinfo
Ian Rogers
2022-02-11
1
-2
/
+2
*
perf buildid-cache: Don't skip 16-byte build-ids
Nicholas Fraser
2021-02-18
1
-2
/
+3
*
perf build-id: Add build_id_cache__add function
Jiri Olsa
2020-11-27
1
-15
/
+27
*
perf build-id: Add __perf_session__cache_build_ids function
Jiri Olsa
2020-11-27
1
-2
/
+8
*
perf build-id: Use machine__for_each_dso in perf_session__cache_build_ids
Jiri Olsa
2020-11-27
1
-25
/
+16
*
perf symbols: Try to load vmlinux from buildid database
Jiri Olsa
2020-11-27
1
-3
/
+10
*
perf build-id: Add check for existing link in buildid dir
Jiri Olsa
2020-11-27
1
-1
/
+18
*
perf tools: Add build_id__is_defined function
Jiri Olsa
2020-11-27
1
-0
/
+6
*
perf tools: Initialize output buffer in build_id__sprintf
Jiri Olsa
2020-11-03
1
-0
/
+2
*
perf tools: Add size to 'struct perf_record_header_build_id'
Jiri Olsa
2020-10-14
1
-3
/
+5
*
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
2020-10-14
1
-11
/
+19
*
perf tools: Pass build id object to sysfs__read_build_id()
Jiri Olsa
2020-10-14
1
-3
/
+3
*
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
2020-10-14
1
-5
/
+3
*
perf tools: Use build_id object in dso
Jiri Olsa
2020-10-14
1
-3
/
+3
*
perf build-ids: Fall back to debuginfod query if debuginfo not found
Frank Ch. Eigler
2020-08-14
1
-0
/
+19
*
perf copyfile: Move copyfile routines to separate files
Arnaldo Carvalho de Melo
2019-09-25
1
-1
/
+2
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+1
*
perf dso: Adopt DSO related macros from symbol.h
Arnaldo Carvalho de Melo
2019-09-01
1
-0
/
+1
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
1
-1
/
+1
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-1
/
+1
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+1
*
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-26
1
-1
/
+1
*
perf build-id: Fix memory leak in print_sdt_events()
Changbin Du
2019-03-19
1
-0
/
+1
*
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf machine: Use cached rbtrees
Davidlohr Bueso
2019-01-25
1
-4
/
+8
*
perf namespaces: Remove namespaces.h from .h headers
Arnaldo Carvalho de Melo
2019-01-25
1
-0
/
+1
*
perf thread: Make thread__find_map() return the map
Arnaldo Carvalho de Melo
2018-04-26
1
-3
/
+1
*
perf thread: Introduce thread__find_map()
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf machine: Move kernel mmap name into struct machine
Jiri Olsa
2018-02-16
1
-7
/
+3
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf header: Add struct feat_fd for write
David Carrillo-Cisneros
2017-07-19
1
-3
/
+5
[next]