Searched refs:Stat (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | CallChainJoiner_test.cpp | 39 ASSERT_EQ(cache.Stat().max_node_count, 2u); in TEST() 45 ASSERT_EQ(cache.Stat().used_node_count, 2u); in TEST() 46 ASSERT_EQ(cache.Stat().recycled_node_count, 0u); in TEST() 53 ASSERT_EQ(cache.Stat().used_node_count, 2u); in TEST() 54 ASSERT_EQ(cache.Stat().recycled_node_count, 1u); in TEST() 62 ASSERT_EQ(cache.Stat().used_node_count, 2u); in TEST() 63 ASSERT_EQ(cache.Stat().recycled_node_count, 2u); in TEST() 76 ASSERT_EQ(cache1.Stat().used_node_count, 3u); in TEST() 84 ASSERT_EQ(cache2.Stat().used_node_count, 3u); in TEST() 94 ASSERT_EQ(cache3.Stat().used_node_count, 4u); in TEST() [all …]
|
D | CallChainJoiner.h | 75 const LRUCacheStat& Stat() { in Stat() function 164 struct Stat { struct 171 const Stat& GetStat() { in GetStat() argument 185 Stat stat_;
|
D | cmd_debug_unwind.cpp | 113 struct Stat { struct in DebugUnwindCommand 131 Stat stat_;
|
D | CallChainJoiner.cpp | 380 cache_stat_ = cache.Stat(); in JoinCallChains()
|
/system/iorap/src/inode2filename/ |
D | search_directories.cc | 649 static iorap::expected<struct stat, StatError> Stat(const std::string& path_name, in Stat() function 751 StatResult maybe_stat = Stat(dir_entry.filename, system_call); in SearchDirectoriesForMatchingInodes()
|
/system/extras/simpleperf/doc/ |
D | README.md | 541 # Stat using default events (cpu-cycles,instructions,...), and monitor process 7394 for 10 seconds. 560 # Stat event cpu-cycles. 563 # Stat event cache-references and cache-misses. 574 # Stat using event cache-references, cache-references:u,.... 595 # Stat using event cache-references, cache-references:u,.... 619 # Stat process 11904 and 11905. 622 # Stat thread 11904 and 11905. 628 # Stat the process of an Android application. This only works for debuggable apps on non-rooted 632 # Stat system wide using -a. 643 # Stat process 11904 for 10 seconds. [all …]
|
/system/core/adb/ |
D | SYNC.TXT | 30 STAT - Stat a file
|