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:caps
(Results
1 - 3
of
3
) sorted by relevance
/developtools/profiler/device/services/profiler_service/test/unittest/
H
A
D
profiler_capability_manager_test.cpp
61
std::vector<ProfilerPluginCapability>
caps
= ProfilerCapabilityManager::GetInstance().GetCapabilities();
in HWTEST_F()
local
62
EXPECT_EQ(
caps
.size(), 0);
in HWTEST_F()
70
caps
= ProfilerCapabilityManager::GetInstance().GetCapabilities();
in HWTEST_F()
71
EXPECT_EQ(
caps
.size(), i + 1);
in HWTEST_F()
117
std::vector<ProfilerPluginCapability>
caps
= ProfilerCapabilityManager::GetInstance().GetCapabilities();
in HWTEST_F()
local
118
ASSERT_EQ(
caps
.size(), 1);
in HWTEST_F()
119
EXPECT_EQ(
caps
[0].path(), cap2.path());
in HWTEST_F()
130
std::vector<ProfilerPluginCapability>
caps
;
in HWTEST_F()
local
136
caps
= ProfilerCapabilityManager::GetInstance().GetCapabilities();
in HWTEST_F()
137
EXPECT_EQ(
caps
in HWTEST_F()
[all...]
/developtools/profiler/tools/smaps_show/src/
H
A
D
main.rs
245
let
caps
= regex_head.captures(&file_context[vm[0]..vm[1]]).unwrap();
in read_smaps()
246
let start = u64::from_str_radix(
caps
.name("start").unwrap().as_str(), 16).unwrap();
in read_smaps()
247
let end = u64::from_str_radix(
caps
.name("end").unwrap().as_str(), 16).unwrap();
in read_smaps()
248
let off = u64::from_str_radix(
caps
.name("off").unwrap().as_str(), 16).unwrap();
in read_smaps()
249
let perm =
caps
.name("perm").unwrap().as_str();
in read_smaps()
250
let dev =
caps
.name("dev").unwrap().as_str();
in read_smaps()
251
let inode = u64::from_str_radix(
caps
.name("inode").unwrap().as_str(), 10).unwrap();
in read_smaps()
254
if
caps
.name("name").unwrap().as_str() != "" {
in read_smaps()
255
name =
caps
.name("name").unwrap().as_str().to_string();
in read_smaps()
/developtools/profiler/hiebpf/include/
H
A
D
vmlinux.h
44397
unsigned int
caps
;
member
58305
struct aa_
caps
caps
;
global()
member
58489
kernel_cap_t
caps
;
global()
member
67386
const struct mvebu_sei_
caps
*
caps
;
global()
member
109122
u8
caps
;
global()
member
109179
u8
caps
;
global()
member
132290
struct usb_ep_
caps
caps
;
global()
member
132960
struct ehci_
caps
*
caps
;
global()
member
138856
u32
caps
;
global()
member
159289
struct ncsi_channel_cap
caps
[6];
global()
member
[all...]
Completed in 435 milliseconds