Home
last modified time | relevance | path

Searched defs:filePathId (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp84 uint64_t& filePathId, in FileWriteOperation()
144 uint64_t filePathId = INVALID_UINT64; in ParseFileSystemEvent() local
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_thread.h46 MemMaps(uint32_t filePathId) : filePathId_(filePathId) {} in MemMaps()
Dvirtual_runtime.h136 uint32_t& filePathId = second; member
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Debpf_stdtype.cpp189 uint64_t filePathId, in AppendNewData()
260 DataIndex filePathId, in AppendNewData()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp95 void NativeHookFilter::AppendFilePathMaps(uint32_t ipid, uint32_t filePathId, uint64_t fileIndex) in AppendFilePathMaps()
739 uint32_t filePathId, in ProcSymbolTable()
1048 bool NativeHookFilter::GetIpsWitchNeedResymbolization(uint64_t ipid, DataIndex filePathId, std::set… in GetIpsWitchNeedResymbolization()
1066 …er::UpdateFilePathIdAndStValueToSymAddrMap(T* firstSymbolAddr, const int size, uint32_t filePathId) in UpdateFilePathIdAndStValueToSymAddrMap()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp379 uint64_t filePathId = 1; variable
545 uint64_t filePathId = stream_.traceDataCache_->GetDataIndex("filePathId"); variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp901 void StackPreprocess::SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, in SetSymbolInfo()