Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp638 std::string ebpfFilePath("[unknown]"); in ExportEbpfCallChaninText() local
643 ebpfFilePath = GetDataFromDict(ebpfCallStackData_.FilePathIds()[ebpfCallChainRow]); in ExportEbpfCallChaninText()
647 bufferLine.append(" (").append(ebpfFilePath).append(")\r\n"); in ExportEbpfCallChaninText()