Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:no_buildid_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
build-id.c
42
static bool
no_buildid_cache
;
variable
427
no_buildid_cache
= true;
in disable_buildid_cache()
874
if (
no_buildid_cache
)
in perf_session__cache_build_ids()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
build-id.c
43
static bool
no_buildid_cache
;
variable
431
no_buildid_cache
= true;
in disable_buildid_cache()
979
if (
no_buildid_cache
)
in __perf_session__cache_build_ids()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-record.c
102
bool
no_buildid_cache
;
member
2137
rec->
no_buildid_cache
= false;
in perf_record_config()
2139
rec->
no_buildid_cache
= true;
in perf_record_config()
2487
OPT_BOOLEAN_SET('N', "no-buildid-cache", &record.
no_buildid_cache
,
2732
if (rec->
no_buildid_cache
|| rec->no_buildid) {
in cmd_record()
2747
* (rec->
no_buildid_cache
|| !rec->no_buildid_cache_set))
in cmd_record()
2754
if (rec->no_buildid_cache_set && !rec->
no_buildid_cache
)
in cmd_record()
2758
rec->
no_buildid_cache
= true;
in cmd_record()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-record.c
167
bool
no_buildid_cache
;
member
2896
rec->
no_buildid_cache
= false;
in perf_record_config()
2898
rec->
no_buildid_cache
= true;
in perf_record_config()
3392
OPT_BOOLEAN_SET('N', "no-buildid-cache", &record.
no_buildid_cache
,
4063
if (rec->
no_buildid_cache
|| rec->no_buildid) {
in cmd_record()
4078
* (rec->
no_buildid_cache
|| !rec->no_buildid_cache_set))
in cmd_record()
4085
if (rec->no_buildid_cache_set && !rec->
no_buildid_cache
)
in cmd_record()
4089
rec->
no_buildid_cache
= true;
in cmd_record()
Completed in 12 milliseconds