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:is_reg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
symbol.c
1959
bool
is_reg
;
in dso__load()
local
1979
is_reg
= is_regular_file(name);
in dso__load()
1980
if (!
is_reg
&& errno == ENOENT && dso->nsinfo) {
in dso__load()
1983
is_reg
= is_regular_file(new_name);
in dso__load()
1990
if (
is_reg
)
in dso__load()
1993
if (
is_reg
&& bfdrc < 0)
in dso__load()
2004
if (!
is_reg
|| sirc < 0)
in dso__load()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
symbol.c
1855
bool
is_reg
;
in dso__load()
local
1875
is_reg
= is_regular_file(name);
in dso__load()
1877
if (
is_reg
)
in dso__load()
1880
if (
is_reg
&& bfdrc < 0)
in dso__load()
1891
if (!
is_reg
|| sirc < 0)
in dso__load()
/kernel/linux/linux-5.10/drivers/net/ethernet/calxeda/
H
A
D
xgmac.c
1558
bool
is_reg
;
member
1598
if (xgmac_gstrings_stats[i].
is_reg
)
in xgmac_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/calxeda/
H
A
D
xgmac.c
1558
bool
is_reg
;
member
1598
if (xgmac_gstrings_stats[i].
is_reg
)
in xgmac_get_ethtool_stats()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.c
4677
bool
is_reg
= vmx_instruction_info & (1u << 10);
in get_vmx_mem_address()
local
4684
if (
is_reg
) {
in get_vmx_mem_address()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
4934
bool
is_reg
= vmx_instruction_info & (1u << 10);
in get_vmx_mem_address()
local
4941
if (
is_reg
) {
in get_vmx_mem_address()
Completed in 46 milliseconds