Home
last modified time | relevance | path

Searched refs:NativeHookFrameCache (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
Dnative_hook_parser_test.cpp487 class NativeHookFrameCache { class
489 NativeHookFrameCache(const uint64_t callChainId, in NativeHookFrameCache() function in SysTuning::TraceStreamer::NativeHookFrameCache
506 NativeHookFrameCache(const NativeHookFrame &nativeHookFrame, const uint64_t index) in NativeHookFrameCache() function in SysTuning::TraceStreamer::NativeHookFrameCache
522 ~NativeHookFrameCache() = default;
523 NativeHookFrameCache(const NativeHookFrameCache &) = delete;
524 NativeHookFrameCache &operator=(const NativeHookFrameCache &) = delete;
525 bool operator==(const NativeHookFrameCache &frameCache) const in operator ==()
638NativeHookFrameCache expectFrameCache(1, 0, IP_01, expectSymbolData, expectFilePathData, OFFSET_01,
640 NativeHookFrameCache resultFrameCache(nativeHookFrame, 0);
675NativeHookFrameCache firstMallocExpectFirstFrame(1, 0, IP_02, firstExpectSymbol, firstExpectFilePa…
[all …]