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:machine
(Results
1 - 6
of
6
) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
register.cpp
181
ArchType GetArchTypeFromUname(const std::string &
machine
)
in GetArchTypeFromUname()
argument
183
if (StringStartsWith(
machine
, "arm")) {
in GetArchTypeFromUname()
184
if (
machine
== "armv8l") {
in GetArchTypeFromUname()
189
} else if (
machine
== "aarch64") {
in GetArchTypeFromUname()
191
} else if (
machine
== "x86_64") {
in GetArchTypeFromUname()
193
} else if (
machine
== "x86" ||
machine
== "i686") {
in GetArchTypeFromUname()
196
HLOGE("unsupport
machine
%s",
machine
.c_str());
in GetArchTypeFromUname()
236
deviceArchType = GetArchTypeFromUname(systemName.
machine
);
in GetDeviceArch()
[all...]
/developtools/hiperf/src/
H
A
D
register.cpp
206
ArchType GetArchTypeFromUname(const std::string &
machine
)
in GetArchTypeFromUname()
argument
208
if (StringStartsWith(
machine
, "arm")) {
in GetArchTypeFromUname()
209
if (
machine
== "armv8l") {
in GetArchTypeFromUname()
214
} else if (
machine
== "aarch64") {
in GetArchTypeFromUname()
216
} else if (
machine
== "x86_64") {
in GetArchTypeFromUname()
218
} else if (
machine
== "x86" ||
machine
== "i686") {
in GetArchTypeFromUname()
221
HLOGE("unsupport
machine
%s",
machine
.c_str());
in GetArchTypeFromUname()
261
g_deviceArchType = GetArchTypeFromUname(systemName.
machine
);
in GetDeviceArch()
[all...]
H
A
D
subcommand_record.cpp
1442
fileWriter_->AddStringFeature(FEATURE::ARCH, unameBuf.
machine
);
in AddCpuFeature()
/developtools/hiperf/include/
H
A
D
register.h
167
ArchType GetArchTypeFromUname(const std::string &
machine
);
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
register.h
227
ArchType GetArchTypeFromUname(const std::string &
machine
);
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
6841
char
machine
[65];
member
52590
const unsigned char *
machine
;
global()
member
60378
uint16_t
machine
;
global()
member
73199
const char *
machine
;
global()
member
[all...]
Completed in 459 milliseconds