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:CHiTraceId
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/include/
H
A
D
hitracechain_ffi.h
24
struct
CHiTraceId
{
struct
31
static
CHiTraceId
Parse(OHOS::HiviewDFX::HiTraceId id)
in Parse()
33
CHiTraceId
traceId;
in Parse()
41
static OHOS::HiviewDFX::HiTraceId Parse(
CHiTraceId
id)
in Parse()
51
FFI_EXPORT
CHiTraceId
FfiOHOSHiTraceChainBegin(const char* name, int flag);
52
FFI_EXPORT void FfiOHOSHiTraceChainEnd(
CHiTraceId
id);
53
FFI_EXPORT
CHiTraceId
FfiOHOSHiTraceChainGetId();
54
FFI_EXPORT void FfiOHOSHiTraceChainSetId(
CHiTraceId
id);
56
FFI_EXPORT
CHiTraceId
FfiOHOSHiTraceChainCreateSpan();
57
FFI_EXPORT void FfiOHOSHiTraceChainTracepoint(uint32_t mode, uint32_t type,
CHiTraceId
i
[all...]
/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/
H
A
D
hitracechain_ffi.cpp
23
CHiTraceId
FfiOHOSHiTraceChainBegin(const char* name, int flag)
in FfiOHOSHiTraceChainBegin()
29
void FfiOHOSHiTraceChainEnd(
CHiTraceId
id)
in FfiOHOSHiTraceChainEnd()
35
CHiTraceId
FfiOHOSHiTraceChainGetId()
in FfiOHOSHiTraceChainGetId()
41
void FfiOHOSHiTraceChainSetId(
CHiTraceId
id)
in FfiOHOSHiTraceChainSetId()
52
CHiTraceId
FfiOHOSHiTraceChainCreateSpan()
in FfiOHOSHiTraceChainCreateSpan()
58
void FfiOHOSHiTraceChainTracepoint(uint32_t mode, uint32_t type,
CHiTraceId
id, const char* str)
in FfiOHOSHiTraceChainTracepoint()
64
bool FfiOHOSHiTraceChainIsValid(
CHiTraceId
id)
in FfiOHOSHiTraceChainIsValid()
70
bool FfiOHOSHiTraceChainIsFlagEnabled(
CHiTraceId
id, int32_t flag)
in FfiOHOSHiTraceChainIsFlagEnabled()
76
void FfiOHOSHiTraceChainEnableFlag(
CHiTraceId
id, int32_t flag)
in FfiOHOSHiTraceChainEnableFlag()
Completed in 2 milliseconds