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:__u32
(Results
1 - 16
of
16
) sorted by relevance
/developtools/profiler/hiebpf/include/
H
A
D
hiebpf_types.h
16
__u32
tracer;
19
__u32
pid;
20
__u32
tgid;
21
__u32
uid;
22
__u32
gid;
25
__u32
nips;
44
__u32
type;
50
__u32
tracer;
53
__u32
pid;
54
__u32
tgi
75
enum BIOTraceEventType:
__u32
{
global()
enum
141
enum TracerType:
__u32
{
global()
enum
[all...]
H
A
D
bpf_event_receiver.h
44
__u32
tracer_;
45
__u32
itemLen_;
46
__u32
pid_;
47
__u32
tid_;
61
__u32
tracer_;
62
__u32
itemLen_;
63
__u32
pid_;
64
__u32
tid_;
70
__u32
size_;
78
__u32
tracer
[all...]
H
A
D
bpf_controller.h
55
__u32
dumpEvents_ {0};
56
__u32
traceDuration_ {0};
57
__u32
maxStackDepth_ {MAX_STACK_LIMIT};
58
__u32
epollTimeout_ {100};
59
__u32
pipelines_ {1}; // Numbers of pipeline channels that process data in user mode
65
__u32
BPFLogLevel_ {BPF_LOG_DEBUG};
81
enum ConfigurationLimit:
__u32
{
127
for (
__u32
k = 0; k < receivers_.size(); ++k) {
in StartReceivers()
149
__u32
last_ {0};
H
A
D
hiebpf_data_file.h
39
__u32
headSize_ {TOTAL_HEAD_SIZE};
40
__u32
version_ {0};
41
__u32
clock_ {1};
42
__u32
cmdLen_ {0};
H
A
D
vmlinux.h
22
typedef unsigned int
__u32
;
typedef
38
typedef
__u32
u32;
73
typedef
__u32
__le32;
781
__u32
offset;
782
__u32
size;
805
__u32
fpsr;
806
__u32
fpcr;
807
__u32
__reserved[2];
1464
__u32
type;
1465
__u32
siz
[all...]
H
A
D
fstrace_types.h
91
__u32
type;
107
enum FSTraceEventType:
__u32
{
enum
/developtools/profiler/hiebpf/include/linux/
H
A
D
types-extra.h
36
typedef
__u32
compat_size_t;
40
typedef
__u32
compat_ino_t;
50
typedef
__u32
compat_uint_t;
51
typedef
__u32
compat_ulong_t;
52
typedef
__u32
compat_uptr_t;
53
typedef
__u32
compat_aio_context_t;
/developtools/profiler/hiebpf/src/
H
A
D
bpf_controller.cpp
96
static inline int VerifyDumpEvents(const
__u32
nr)
in VerifyDumpEvents()
102
static inline int VerifyTraceDuration(const
__u32
duration)
in VerifyTraceDuration()
108
static inline int VerifyMaxStackDepth(const
__u32
depth)
in VerifyMaxStackDepth()
259
constexpr
__u32
pididx {TRACER_PID_INDEX};
in InitTracerPid()
265
static inline int InitBPFLogLevel(const int fd, const
__u32
level)
in InitBPFLogLevel()
271
constexpr
__u32
levelidx {BPF_LOG_LEVEL_INDEX};
in InitBPFLogLevel()
279
constexpr
__u32
uflagidx {UNWIND_FLAG_INDEX};
in InitUnwindFlag()
280
__u32
uflag {0};
in InitUnwindFlag()
375
for (
__u32
cnt = config_.pipelines_; cnt != 0; --cnt) {
in ConfigReceivers()
795
const
__u32
*trace
in DumpEvent()
[all...]
H
A
D
bpf_event_receiver.cpp
26
for (
__u32
cnt = MAX_BUSY_LOOPS; cnt != 0; --cnt) {
in DoWork()
40
__u32
tracer {0};
in DoWork()
89
__u32
tlvItemSize = GetFSTraceTLVItemSize(cmplt_event);
in ReceiveFSTraceEvent()
113
__u32
tlvItemSize = GetPFTraceTLVItemSize(cmplt_event);
in ReceivePFTraceEvent()
136
__u32
tlvItemSize = GetBIOTraceTLVItemSize(cmplt_event);
in ReceiveBIOTraceEvent()
162
__u32
tlvItemSize = GetSTRTraceTLVItemSize(cmplt_event);
in ReceiveSTRTraceEvent()
H
A
D
hiebpf_data_file.cpp
91
__u32
*len = static_cast<
__u32
*>(data);
in Submit()
H
A
D
hiebpf.cpp
284
static inline
__u32
GetBPFLogLevelFromFlag()
in GetBPFLogLevelFromFlag()
H
A
D
hiebpf.bpf.c
611
cmplt_event->len = (
__u32
)err;
in emit_strtrace_event()
/developtools/hiperf/include/nonlinux/linux/
H
A
D
types.h
30
using
__u32
= unsigned int;
/developtools/hiperf/include/
H
A
D
perf_event_record.h
171
constexpr
__u32
MIN_SAMPLE_STACK_SIZE = 8;
172
constexpr
__u32
MAX_SAMPLE_STACK_SIZE = 65528;
H
A
D
utilities.h
56
using u32 =
__u32
;
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
utilities.h
57
using u32 =
__u32
;
Completed in 420 milliseconds