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:dprof
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/runtime_core/static_core/dprof/converter/
H
A
D
main.cpp
18
#include "
dprof
/storage.h"
28
namespace ark::
dprof
{
namespace in ark
99
} // namespace ark::
dprof
104
return ark::
dprof
::Main(args);
in main()
H
A
D
features_manager.h
19
#include "
dprof
/storage.h"
26
namespace ark::
dprof
{
namespace in ark
79
} // namespace ark::
dprof
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H
A
D
ipc_unix_socket.h
21
namespace ark::
dprof
::ipc {
28
} // namespace ark::
dprof
::ipc
H
A
D
ipc_message_protocol.h
22
namespace ark::
dprof
::ipc::protocol {
43
} // namespace ark::
dprof
::ipc::protocol
H
A
D
ipc_message.h
24
namespace ark::
dprof
::ipc {
70
} // namespace ark::
dprof
::ipc
H
A
D
ipc_message.cpp
20
namespace ark::
dprof
::ipc {
80
} // namespace ark::
dprof
::ipc
H
A
D
ipc_unix_socket.cpp
28
namespace ark::
dprof
::ipc {
29
constexpr char SOCKET_NAME[] = "\0
dprof
.socket"; // NOLINT(modernize-avoid-c-arrays)
159
} // namespace ark::
dprof
::ipc
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
H
A
D
profiling_data.h
24
namespace ark::
dprof
{
namespace in ark
43
} // namespace ark::
dprof
H
A
D
profiling_data.cpp
23
namespace ark::
dprof
{
namespace in ark
84
} // namespace ark::
dprof
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H
A
D
dprofiler.h
22
#include "
dprof
/profiling_data.h"
60
PandaUniquePtr<
dprof
::ProfilingData> profilingData_;
H
A
D
dprofiler.cpp
20
#include "
dprof
/profiling_data.h"
68
MakePandaUnique<
dprof
::ProfilingData>(appName.data(), GetHash(), os::thread::GetCurrentThreadId())),
in DProfiler()
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H
A
D
storage.h
27
namespace ark::
dprof
{
namespace in ark
96
} // namespace ark::
dprof
H
A
D
storage.cpp
27
namespace ark::
dprof
{
namespace in ark
223
} // namespace ark::
dprof
/arkcompiler/runtime_core/static_core/dprof/daemon/
H
A
D
main.cpp
16
#include "
dprof
/ipc/ipc_unix_socket.h"
17
#include "
dprof
/ipc/ipc_message.h"
18
#include "
dprof
/ipc/ipc_message_protocol.h"
19
#include "
dprof
/storage.h"
32
namespace ark::
dprof
{
namespace in ark
274
} // namespace ark::
dprof
279
return ark::
dprof
::Main(args);
in main()
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H
A
D
hotness_counters.h
21
#include "
dprof
/storage.h"
27
namespace ark::
dprof
{
namespace in ark
134
} // namespace ark::
dprof
Completed in 5 milliseconds