Home
last modified time | relevance | path

Searched defs:perfCallChainRow (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp407 … auto perfCallChainRow = std::distance(perfCallChain_.CallChainIds().begin(), perfCallChainItor); in ExportPerfCallChaninText() local
412 auto perfCallChainRow = callChainStackRows.top(); in ExportPerfCallChaninText() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp733 … PerfCallChainRow perfCallChainRow = {callChainId, depth++, frame->pc, frame->funcOffset, in UpdateCallChainUnCompressed() local
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp870 PerfCallChainRow perfCallChainRow = {callChainId, depth, vaddrInFile, ip, fileId, symbolId}; variable