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.cpp627 std::string ebpfFilePath("[unknown]"); in ExportEbpfCallChaninText() local
632 ebpfFilePath = GetDataFromDict(ebpfCallStackData_.FilePathIds()[ebpfCallChainRow]); in ExportEbpfCallChaninText()
636 bufferLine.append(" (").append(ebpfFilePath).append(")\r\n"); in ExportEbpfCallChaninText()