Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils_test.cpp46 thread_tree.AddDsoInfo(file); in SetUp()
57 thread_tree.AddDsoInfo(file); in SetUp()
68 thread_tree.AddDsoInfo(file); in SetUp()
79 thread_tree.AddDsoInfo(file); in SetUp()
Dthread_tree.h134 void AddDsoInfo(FileFeature& file);
Dthread_tree.cpp350 void ThreadTree::AddDsoInfo(FileFeature& file) { in AddDsoInfo() function in simpleperf::ThreadTree
Drecord_file_reader.cpp603 thread_tree.AddDsoInfo(file_feature); in LoadBuildIdAndFileFeatures()