index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
build-id.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-08-31
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-25
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-18
1
-3
/
+5
*
perf header: Revamp do_write()
David Carrillo-Cisneros
2017-07-18
1
-1
/
+1
*
perf buildid-cache: Cache debuginfo
Krister Johansen
2017-07-18
1
-5
/
+67
*
perf buildid-cache: Support binary objects from other namespaces
Krister Johansen
2017-07-18
1
-17
/
+30
*
perf symbols: Kill dso__build_id_is_kmod()
Namhyung Kim
2017-06-08
1
-45
/
+0
*
perf tools: Use just forward declarations for struct thread where possible
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+2
*
perf tools: Remove include dirent.h from util.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Remove misplaced __maybe_unused in some functions
Arnaldo Carvalho de Melo
2017-04-19
1
-2
/
+2
*
perf tools: Move path related functions to util/path.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf str{filter,list}: Disentangle headers
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf buildid: Do not assume that readlink() returns a null terminated string
Tommi Rantala
2017-03-27
1
-1
/
+5
*
perf buildid: Do not update SDT cache with null filename
Tommi Rantala
2017-03-27
1
-1
/
+1
*
perf probe: Increase debug level of SDT debug messages
Adrian Hunter
2016-09-29
1
-2
/
+2
*
perf probe: Support @BUILDID or @FILE suffix for SDT events
Masami Hiramatsu
2016-07-13
1
-0
/
+43
*
perf probe: Make --list show only available cached events
Masami Hiramatsu
2016-07-13
1
-1
/
+32
*
perf tools: Add feature detection for gelf_getnote()
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+1
*
perf buildid-cache: Scan and import user SDT events to probe cache
Masami Hiramatsu
2016-07-04
1
-0
/
+30
*
perf probe: Show all cached probes
Masami Hiramatsu
2016-07-01
1
-2
/
+106
*
perf buildid: Rename and export build_id_cache__cachedir()
Masami Hiramatsu
2016-06-14
1
-7
/
+5
*
perf tools: Fix crash in build_id_cache__kallsyms_path()
Wang Nan
2016-06-07
1
-7
/
+4
*
perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildid
Masami Hiramatsu
2016-05-30
1
-27
/
+88
*
perf symbols: Store vdso buildid unconditionally
He Kuang
2016-05-16
1
-1
/
+1
*
perf buildid-cache: Use lsdir() for looking up buildid caches
Masami Hiramatsu
2016-05-11
1
-26
/
+4
*
perf buildid: Fix off-by-one in write_buildid()
Andrey Ryabinin
2016-04-25
1
-3
/
+3
*
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
2016-03-23
1
-2
/
+1
*
perf symbols: Fix symbols searching for module in buildid-cache
Wang Nan
2016-02-12
1
-0
/
+44
*
perf buildid: Fix cpumode of buildid event
Wang Nan
2016-01-29
1
-1
/
+5
*
perf buildid-list: Show running kernel build id fix
Michael Petlan
2015-12-07
1
-1
/
+1
*
perf buildid-list: Requires ordered events
Adrian Hunter
2015-11-13
1
-0
/
+1
*
perf buildid: Introduce sysfs/filename__sprintf_build_id
Masami Hiramatsu
2015-08-28
1
-0
/
+32
*
perf buildid: Use SBUILD_ID_SIZE macro
Masami Hiramatsu
2015-07-20
1
-2
/
+2
[next]