Home
last modified time | relevance | path

Searched defs:allocEvent (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp257 AllocEvent* allocEvent = hookData->mutable_alloc_event(); in SetHookData() local
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp401 AllocEvent* allocEvent = new AllocEvent(); variable
728 AllocEvent* allocEvent = new AllocEvent(); variable
827 AllocEvent* allocEvent = new AllocEvent(); variable
1817 AllocEvent* allocEvent = new AllocEvent(); variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_native_hook_parser.cpp94 auto allocEvent = nativeHookData->alloc_event(); in ParseAllocEvent() local