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:g_traceRootPath
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hitrace/cmd/src/
H
A
D
hitrace_cmd.cpp
145
string
g_traceRootPath
;
member
183
g_traceRootPath
= debugfsPath;
in IsTraceMounted()
187
g_traceRootPath
= tracefsPath;
in IsTraceMounted()
197
OHOS::HiviewDFX::Hitrace::CanonicalizeSpecPath((
g_traceRootPath
+ filename).c_str());
in WriteStrToFile()
566
std::string tracePath =
g_traceRootPath
+ TRACE_PATH;
in DumpTrace()
718
OHOS::HiviewDFX::Hitrace::MarkClockSync(
g_traceRootPath
);
in HandleRecordingShortText()
753
OHOS::HiviewDFX::Hitrace::MarkClockSync(
g_traceRootPath
);
in HandleRecordingLongDump()
761
OHOS::HiviewDFX::Hitrace::MarkClockSync(
g_traceRootPath
);
in HandleRecordingLongFinish()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H
A
D
hitrace_dump.cpp
132
std::string
g_traceRootPath
;
variable
150
return
g_traceRootPath
+ fileName;
in GetFilePath()
174
g_traceRootPath
= debugfsPath;
in IsTraceMounted()
178
g_traceRootPath
= tracefsPath;
in IsTraceMounted()
252
if (access((
g_traceRootPath
+ filename).c_str(), W_OK) < 0) {
in WriteStrToFile()
254
(
g_traceRootPath
+ filename).c_str(), errno);
in WriteStrToFile()
257
return WriteStrToFileInner(
g_traceRootPath
+ filename, str);
in WriteStrToFile()
267
int fd = creat((
g_traceRootPath
+ "trace").c_str(), 0);
in TruncateFile()
741
std::string srcPath =
g_traceRootPath
+ priorityTracingCategory[i];
in WriteEventsFormat()
782
std::string src =
g_traceRootPath
in HmWriteCpuRawInner()
[all...]
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H
A
D
hitrace_ndk_test.cpp
100
static string
g_traceRootPath
;
member
125
g_traceRootPath
= debugfsDir;
in SetUpTestCase()
127
g_traceRootPath
= tracefsDir;
in SetUpTestCase()
259
if (
g_traceRootPath
== "") {
in WriteStrToFileInner()
273
if (access((
g_traceRootPath
+ filename).c_str(), W_OK) == 0) {
in WriteStringToFile()
274
if (WriteStrToFileInner(
g_traceRootPath
+ filename, str)) {
in WriteStringToFile()
284
if (
g_traceRootPath
.empty()) {
in CleanTrace()
289
ofs.open(
g_traceRootPath
+ TRACE_PATH, ofstream::out);
in CleanTrace()
347
return ReadFile2string(
g_traceRootPath
+ TRACE_PATH);
in ReadTrace()
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H
A
D
hitrace_dump_test.cpp
52
std::string
g_traceRootPath
;
member
122
g_traceRootPath
= debugfsDir;
in SetUpTestCase()
124
g_traceRootPath
= tracefsDir;
in SetUpTestCase()
723
ASSERT_TRUE(MarkClockSync(
g_traceRootPath
) == true);
in HWTEST_F()
Completed in 8 milliseconds