| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 139 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/ |
| D | HeapDumpThirdInfo.java | 54 protected Integer depth; field in HeapDumpThirdInfo 96 public void setDepth(Integer depth) { in setDepth()
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | hook_test.c | 45 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()
|
| D | hook_test.cpp | 71 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/ |
| D | TableRowObject.ts | 24 public depth: number = -1 property in TableRowObject
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/ |
| D | htrace_native_hook_parser.cpp | 79 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/ |
| D | FuncStruct.ts | 25 depth: number | undefined // 0 property in FuncStruct
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | ProcedureWorkerFunc.ts | 38 depth: number | undefined // 0 property in FuncStruct
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/ |
| D | AsyncEvent.java | 47 private Integer depth; field in AsyncEvent 65 public void setDepth(Integer depth) { in setDepth()
|
| D | FunctionBean.java | 60 private Integer depth; field in FunctionBean
|
| /developtools/profiler/protos/types/plugins/ftrace_data/ |
| D | ftrace.proto | 50 int32 depth = 2; field 59 int32 depth = 5; field
|
| D | ext4.proto | 360 int32 depth = 5; field 369 int32 depth = 5; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | ftrace.proto | 50 int32 depth = 2; field 59 int32 depth = 5; field
|
| D | ext4.proto | 360 int32 depth = 5; field 369 int32 depth = 5; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | slice_filter.cpp | 129 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/ |
| D | slice_filter.cpp | 129 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/ |
| D | Func.java | 59 private Integer depth = 0; field in Func 237 public void setDepth(final Integer depth) { in setDepth()
|
| D | AppFunc.java | 47 protected Integer depth = 0; field in AppFunc
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/bean/ |
| D | DistributedFuncBean.java | 59 private Integer depth = 0; field in DistributedFuncBean 292 public void setDepth(Integer depth) { in setDepth()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 94 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/ |
| D | DistributedFuncBeanTest.java | 251 Integer depth = 1; in getDepth() local 258 Integer depth = 1; in setDepth() local
|
| /developtools/profiler/trace_analyzer/src/trace_data/ |
| D | trace_stdtype.cpp | 94 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/ |
| D | AppFuncTest.java | 108 Integer depth = 0; in getDepth() local
|