Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp626 std::string ebpfSymName("unknown"); in ExportEbpfCallChaninText() local
629 ebpfSymName = GetDataFromDict(ebpfCallStackData_.SymbolIds()[ebpfCallChainRow]); in ExportEbpfCallChaninText()
635 bufferLine.append(" [").append(ebpfSymName).append("]"); in ExportEbpfCallChaninText()