Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e89d3a46710908c3973397849e758f6ca42db77d
/
tools
/
perf
/
builtin-buildid-cache.c
9bce13e
perf record: Disable debuginfod by default
by Jiri Olsa
· 3 years, 1 month ago
2681bd8
perf tools: Remove repipe argument from perf_session__new()
by Namhyung Kim
· 3 years, 5 months ago
e8a2061
perf buildid-cache: Add --debuginfod option to specify a server to fetch debug files
by Jiri Olsa
· 4 years ago
bf54116
perf tools: Pass build_id object to build_id__sprintf()
by Jiri Olsa
· 4 years, 3 months ago
f766819
perf tools: Pass build_id object to filename__read_build_id()
by Jiri Olsa
· 4 years, 3 months ago
0aba7f0
perf tools: Use build_id object in dso
by Jiri Olsa
· 4 years, 3 months ago
6ef81c5
perf session: Return error code for perf_session__new() function on failure
by Mamatha Inamdar
· 5 years ago
fa0d984
perf tools: Remove needless evlist.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4a3cec8
perf dsos: Move the dsos struct and its methods to separate source files
by Arnaldo Carvalho de Melo
· 5 years ago
0ac25fd
perf tools: Remove perf.h from source files not needing it
by Arnaldo Carvalho de Melo
· 5 years ago
efa73d3
perf tools: Remove needless util.h include from builtin.h
by Arnaldo Carvalho de Melo
· 5 years ago
2d4f279
perf data: Add global path holder
by Jiri Olsa
· 6 years ago
d8ed87b
perf buildid-cache: Warn --purge-all failures
by Ravi Bangoria
· 7 years ago
9a73c30
perf buildid-cache: Support --purge-all option
by Ravi Bangoria
· 7 years ago
8e1e0d7
perf buildid-cache: Support --list option
by Ravi Bangoria
· 7 years ago
4359dd8
perf buildid-cache: Update help text for purge command
by Thomas-Mich Richter
· 7 years ago
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
d239699
perf buildid-cache: Cache debuginfo
by Krister Johansen
· 7 years ago
f045b8c
perf buildid-cache: Support binary objects from other namespaces
by Krister Johansen
· 7 years ago
b843f62
perf symbols: Accept symbols starting at address 0
by Arnaldo Carvalho de Melo
· 8 years ago
c5e4027
perf tools: Move timestamp routines from util.h to time-utils.h
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
b0ad8ea
perf tools: Remove unused 'prefix' from builtin functions
by Arnaldo Carvalho de Melo
· 8 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
602a1f4
perf tools: Rename strlist_for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
e144655
perf session: Destructors should accept NULL
by Arnaldo Carvalho de Melo
· 9 years ago
0a77582
perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCORE
by Masami Hiramatsu
· 9 years ago
37b2015
perf tools: Move timestamp creation to util
by Wang Nan
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
0b5a793
perf buildid: Introduce sysfs/filename__sprintf_build_id
by Masami Hiramatsu
· 9 years ago
d77fac7
perf buildid: Use SBUILD_ID_SIZE macro
by Masami Hiramatsu
· 9 years ago
4a77e21
perf strlist: Make dupstr be the default and part of an extensible config parm
by Arnaldo Carvalho de Melo
· 9 years ago
0497d0a
perf buildid-cache: Show usage with incorrect params
by Masami Hiramatsu
· 10 years ago
cc169c7
perf buildid-cache: Use pr_debug instead of verbose && pr_info
by Masami Hiramatsu
· 10 years ago
8d8c8e4
perf buildid-cache: Add --purge FILE to remove all caches of FILE
by Masami Hiramatsu
· 10 years ago
a50d11a
perf buildid-cache: Add new buildid cache if update target is not cached
by Masami Hiramatsu
· 10 years ago
e35f736
perf buildid-cache: Remove unneeded debugdir parameters
by Masami Hiramatsu
· 10 years ago
48000a1
perf tools: Remove EOL whitespaces
by Arnaldo Carvalho de Melo
· 10 years ago
eec5a68
perf buildid cache: Fix -a segfault related to kcore handling
by Jiri Olsa
· 10 years ago
498922a
perf buildid-cache: Remove extra debugdir variables
by Jiri Olsa
· 10 years ago
340481ad
perf buildid-cache: Use strerror_r instead of strerror
by Masami Hiramatsu
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
e3ed75b
perf buildid-cache: Move session handling into cmd_buildid_cache()
by Namhyung Kim
· 10 years ago
5173fbb
perf buildid-cache: Apply force option to copying kcore
by Adrian Hunter
· 10 years ago
d3b7022
perf buildid-cache: Check relocation when checking for existing kcore
by Adrian Hunter
· 11 years ago
f5fc1412
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
fc1b691
perf buildid-cache: Add ability to add kcore to the cache
by Adrian Hunter
· 11 years ago
eeb4984
perf buildid-cache: Add --update option
by Namhyung Kim
· 12 years ago
fbb6976
perf buildid-cache: Add option to show build ids that are missing in the cache
by Arnaldo Carvalho de Melo
· 12 years ago
4383db8
perf tools: Move BUILD_ID_SIZE into build-id object
by Jiri Olsa
· 12 years ago
ebb296c
perf tools: Move build_id__sprintf into build-id object
by Jiri Olsa
· 12 years ago
472cc83
perf buildid-cache: Don't use globals where not needed to
by Arnaldo Carvalho de Melo
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
7dbf4dc
perf tools: Back [vdso] DSO with real data
by Jiri Olsa
· 12 years ago
45de34b
perf buildid: add perfconfig option to specify buildid cache dir
by Stephane Eranian
· 15 years ago
c055564
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
by Ian Munsie
· 15 years ago
ef12a14
perf buildid-cache: Add new command to manage build-id cache
by Arnaldo Carvalho de Melo
· 15 years ago