Home
last modified time | relevance | path

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

12

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp142 void DepthFree(int depth, void *p) in DepthFree()
153 char *DepthMalloc(int depth) in DepthMalloc()
163 void ApplyForMalloc(int depth) in ApplyForMalloc()
176 void StartMallocProcess(int depth, int& pid) in StartMallocProcess()
189 char *DepthCalloc(int depth, int callocSize) in DepthCalloc()
199 void ApplyForCalloc(int depth) in ApplyForCalloc()
213 void StartCallocProcess(int depth, int& pid) in StartCallocProcess()
229 char *DepthRealloc(int depth, void *p, int reallocSize) in DepthRealloc()
239 void ApplyForRealloc(int depth) in ApplyForRealloc()
262 void StartReallocProcess(int depth, int& pid) in StartReallocProcess()
[all …]
/developtools/profiler/device/plugins/native_hook/test/
Dhook_so.cpp27 char *DepthMallocSo(int depth, int mallocSize) in DepthMallocSo()
40 void DepthFreeSo(int depth, char *p) in DepthFreeSo()
Dhook_test.c60 char* DepthMalloc(int depth, int mallocSize) in DepthMalloc()
73 char* DepthCalloc(int depth, int callocSize) in DepthCalloc()
83 char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc()
93 void DepthFree(int depth, void* p) in DepthFree()
Dhook_test.cpp75 char *DepthMalloc(int depth, int mallocSize) in DepthMalloc()
88 void DepthFree(int depth, char *p) in DepthFree()
Dmalloc_test.cpp59 static char* DepthMalloc(int depth, int mallocSize) in DepthMalloc()
72 static char* DepthCalloc(int depth, int callocSize) in DepthCalloc()
82 static char* DepthRealloc(int depth, void* p, int reallocSize) in DepthRealloc()
92 static void DepthFree(int depth, void* 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/ide/src/trace/bean/
DHeapBean.ts26 depth: number = 0 property in HeapBean
DHeapTreeDataBean.ts24 depth: number = 0 property in HeapTreeDataBean
DSearchFuncBean.ts17 depth: number | undefined // 0 property in SearchFuncBean
DFuncStruct.ts25 depth: number | undefined property in FuncStruct
DPerfProfile.ts58 depth: number = 0; property in PerfCall
82 depth: number = 0; property in PerfCallChain
185 depth: number = 0; property in PerfSample
DFrameChartStruct.ts28 depth: number = 0; property in ChartStruct
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneNMCallInfo.test.ts209 depth: 0, variable
297 depth: 0, variable
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dftrace.proto50 int32 depth = 2; field
59 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
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerFunc.ts49 depth: number | undefined // 0 property in FuncStruct
DTraceWorkerPerfDataQuery.ts531 depth: number = 0; property in PerfCallChain
645 depth: number = 0; property in ChartStruct
732 depth: number = 0; property in PerfSample
753 depth: number = 0; property in PerfCall
DProcedureWorkerCommon.ts323 depth: number = 0; property in ChartStruct
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerFunc.ts127 depth: number | undefined // 0 property in FuncStruct
/developtools/profiler/host/smartperf/ide/test/base-ui/table/
DLitTable.test.ts64 depth: 1, constant
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_native_hook_parser.h43 …NativeHookFrameTemp(uint64_t fileId, uint64_t symbolId, uint32_t depth, uint64_t offset, uint64_t … in NativeHookFrameTemp()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dslice_filter.cpp126 uint32_t depth, in RememberSliceData()
162 uint8_t SliceFilter::UpdateDepth(bool increase, InternalTid internalTid, int32_t depth) in UpdateDepth()
270 uint32_t depth = stack.size(); in StartSlice() local
405 uint8_t depth = 0; in StartAsyncSlice() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h57 CallStackTemp(uint32_t depth, uint64_t vaddr, uint64_t fileId, uint64_t symbolId) in CallStackTemp()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp44 uint64_t depth = 0; in ParseCallStackData() local
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts596 depth: number = 0; property in FileCallChain
657 depth: number = 0; property in FileSysEvent

12