Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 18 of 18) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dkmem.proto24 uint64 ptr = 2; field
30 uint64 ptr = 2; field
39 uint64 ptr = 2; field
49 uint64 ptr = 2; field
58 uint64 ptr = 2; field
68 uint64 ptr = 2; field
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_socket_client_test.cpp54 auto ptr = reinterpret_cast<const int8_t*>(&config); variable
71 auto ptr = reinterpret_cast<const int8_t*>(&config); variable
97 auto ptr = reinterpret_cast<const int8_t*>(&config); variable
115 auto ptr = reinterpret_cast<const int8_t*>(&config); variable
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dkmem.proto24 uint64 ptr = 2; field
30 uint64 ptr = 2; field
39 uint64 ptr = 2; field
49 uint64 ptr = 2; field
58 uint64 ptr = 2; field
68 uint64 ptr = 2; field
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_block.cpp65 auto ptr = mmap(nullptr, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in CreateBlockWithFd() local
102 auto ptr = mmap(nullptr, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in CreateBlock() local
337 auto ptr = GetDataPoint(); in TakeData() local
/developtools/profiler/host/smartperf/trace_streamer/src/ext/
Dsqlite_ext_funcs.cpp29 StdevCtx* ptr = static_cast<StdevCtx*>(sqlite3_aggregate_context(context, 0)); in sqliteExtStdevFinalize() local
45 StdevCtx* ptr = static_cast<StdevCtx*>(sqlite3_aggregate_context(context, sizeof(StdevCtx))); in sqliteExtStdevNextStep() local
358 [](void* ptr) { delete static_cast<JsonBuild*>(ptr); }); in ts_create_extend_function()
/developtools/profiler/device/plugins/api/src/
Dplugin_watcher.cpp107 char* ptr = nullptr; in MonitorIsSet() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp41 #define CHECK_POINTER_NOTNULL(ptr, errorMessage) \ argument
374 auto ptr = it->second; in GetSessionContext() local
385 auto ptr = it->second; in RemoveSessionContext() local
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp93 struct dirent *ptr = readdir(dir); in ForDirFiles() local
/developtools/profiler/device/plugins/native_hook/src/
Druntime_stack_range.cpp161 static bool IfContained(const char* start, const char* end, const char* ptr) in IfContained()
Dhook_client.cpp383 void* hook_realloc(void* (*fn)(void*, size_t), void* ptr, size_t size) in hook_realloc() argument
475 size_t hook_malloc_usable_size(size_t (*fn)(void*), void* ptr) in hook_malloc_usable_size() argument
763 void* ohos_malloc_hook_realloc(void* ptr, size_t size) in ohos_malloc_hook_realloc()
/developtools/profiler/hidebug/frameworks/native/
Dhidebug_base.c141 const char *ptr = param; in GetMallocHookStartupValue() local
/developtools/profiler/device/base/src/
Dcommon.cpp96 struct dirent* ptr; in IsProcessExist() local
/developtools/profiler/device/base/include/
Dlogging.h195 #define CHECK_NOTNULL(ptr, retval, fmt, ...) … argument
/developtools/hdc/src/common/
Dauth.cpp410 void *ptr = nullptr; in AuthVerify() local
/developtools/hiperf/demo/cpp/
Dhiperf_example_cmd.cpp129 int *ptr = arr; in LoopMmap() local
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp254 uint8_t *ptr = nullptr; variable
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp282 uint8_t *ptr = nullptr; variable
/developtools/hdc/src/host/
Dserver.cpp430 void *ptr = nullptr; in HandServerAuth() local