Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 23 of 23) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp139 void DepthFree(int depth, void *p) in DepthFree()
150 char *DepthMalloc(int depth) in DepthMalloc()
160 void ApplyForMalloc(int depth) in ApplyForMalloc()
173 void StartMallocProcess(int depth, int& pid) in StartMallocProcess()
186 char *DepthCalloc(int depth, int callocSize) in DepthCalloc()
196 void ApplyForCalloc(int depth) in ApplyForCalloc()
210 void StartCallocProcess(int depth, int& pid) in StartCallocProcess()
223 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc()
233 void ApplyForRealloc(int depth) in ApplyForRealloc()
256 void StartReallocProcess(int depth, int& pid) in StartReallocProcess()
[all …]
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/heapdump/
DHeapDumpThirdInfo.java54 protected Integer depth; field in HeapDumpThirdInfo
96 public void setDepth(Integer depth) { in setDepth()
/developtools/profiler/device/plugins/native_hook/test/
Dhook_test.c45 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
58 char *DepthCalloc(int depth, int callocSize) in DepthCalloc()
68 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc()
78 void DepthFree(int depth, void *p) in DepthFree()
Dhook_test.cpp71 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
84 void DepthFree(int depth, char *p) in DepthFree()
/developtools/profiler/host/smartperf/ide/src/base-ui/table/
DTableRowObject.ts24 public depth: number = -1 property in TableRowObject
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_native_hook_parser.cpp79 for (auto depth = 0; depth < allocEvent.frame_info_size(); depth++) { in Parse() local
112 for (auto depth = 0; depth < freeEvent.frame_info_size(); depth++) { in Parse() local
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DFuncStruct.ts25 depth: number | undefined // 0 property in FuncStruct
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerFunc.ts38 depth: number | undefined // 0 property in FuncStruct
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/
DAsyncEvent.java47 private Integer depth; field in AsyncEvent
65 public void setDepth(Integer depth) { in setDepth()
DFunctionBean.java60 private Integer depth; field in FunctionBean
/developtools/profiler/protos/types/plugins/ftrace_data/
Dftrace.proto50 int32 depth = 2; field
59 int32 depth = 5; field
Dext4.proto360 int32 depth = 5; field
369 int32 depth = 5; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dftrace.proto50 int32 depth = 2; field
59 int32 depth = 5; field
Dext4.proto360 int32 depth = 5; field
369 int32 depth = 5; field
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dslice_filter.cpp129 const uint8_t depth = static_cast<uint8_t>(sliceStack->size()); in BeginAsyncBinder() local
157 const uint8_t depth = static_cast<uint8_t>(sliceStack->size()); in BeginBinder() local
227 uint8_t depth = 0; in StartAsyncSlice() local
283 const uint8_t depth = static_cast<uint8_t>(sliceStack->size()); in BeginSliceInternal() local
/developtools/profiler/trace_analyzer/src/filter/
Dslice_filter.cpp129 const uint8_t depth = static_cast<uint8_t>(sliceStack->size()); in BeginAsyncBinder() local
157 const uint8_t depth = static_cast<uint8_t>(sliceStack->size()); in BeginBinder() local
227 uint8_t depth = 0; in StartAsyncSlice() local
283 const uint8_t depth = static_cast<uint8_t>(sliceStack->size()); in BeginSliceInternal() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/
DFunc.java59 private Integer depth = 0; field in Func
237 public void setDepth(final Integer depth) { in setDepth()
DAppFunc.java47 protected Integer depth = 0; field in AppFunc
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/bean/
DDistributedFuncBean.java59 private Integer depth = 0; field in DistributedFuncBean
292 public void setDepth(Integer depth) { in setDepth()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp94 uint8_t depth, in AppendInternalAsyncSlice()
110 uint8_t depth, in AppendInternalSlice()
126 void CallStack::AppendCallStack(DataIndex cat, DataIndex name, uint8_t depth, std::optional<uint64_… in AppendCallStack()
459 uint64_t depth, in AppendNewHeapFrameInfo()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/distributed/bean/
DDistributedFuncBeanTest.java251 Integer depth = 1; in getDepth() local
258 Integer depth = 1; in setDepth() local
/developtools/profiler/trace_analyzer/src/trace_data/
Dtrace_stdtype.cpp94 uint8_t depth, in AppendInternalAsyncSlice()
110 uint8_t depth, in AppendInternalSlice()
126 void CallStack::AppendCallStack(DataIndex cat, DataIndex name, uint8_t depth, std::optional<uint64_… in AppendCallStack()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/applicationtrace/bean/
DAppFuncTest.java108 Integer depth = 0; in getDepth() local