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()
141 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.h144 uint32_t& filePathId = second; member
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp97 void NativeHookFilter::AppendFilePathMaps(uint32_t ipid, uint32_t filePathId, uint64_t fileIndex) in AppendFilePathMaps()
844 …64_t, uint64_t> NativeHookFilter::GetIpRangeByIpidAndFilePathId(uint32_t ipid, uint32_t filePathId) in GetIpRangeByIpidAndFilePathId()
861 void NativeHookFilter::DeleteFrameInfoWhichNeedsReparse(uint32_t ipid, uint32_t filePathId) in DeleteFrameInfoWhichNeedsReparse()
876 uint32_t filePathId, in ProcSymbolTable()
1212 …er::UpdateFilePathIdAndStValueToSymAddrMap(T *firstSymbolAddr, const int size, uint32_t filePathId) in UpdateFilePathIdAndStValueToSymAddrMap()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Debpf_stdtype.h164 uint64_t filePathId = INVALID_UINT64; member
222 DataIndex filePathId = INVALID_DATAINDEX; member
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp385 uint64_t filePathId = 1; variable
554 uint64_t filePathId = stream_.traceDataCache_->GetDataIndex("filePathId"); variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp1201 void StackPreprocess::SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, T& batchNative… in SetSymbolInfo()