Searched refs:Stat (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | CallChainJoiner_test.cpp | 38 ASSERT_EQ(cache.Stat().max_node_count, 2u); in TEST() 44 ASSERT_EQ(cache.Stat().used_node_count, 2u); in TEST() 45 ASSERT_EQ(cache.Stat().recycled_node_count, 0u); in TEST() 52 ASSERT_EQ(cache.Stat().used_node_count, 2u); in TEST() 53 ASSERT_EQ(cache.Stat().recycled_node_count, 1u); in TEST() 61 ASSERT_EQ(cache.Stat().used_node_count, 2u); in TEST() 62 ASSERT_EQ(cache.Stat().recycled_node_count, 2u); in TEST() 75 ASSERT_EQ(cache1.Stat().used_node_count, 3u); in TEST() 83 ASSERT_EQ(cache2.Stat().used_node_count, 3u); in TEST() 93 ASSERT_EQ(cache3.Stat().used_node_count, 4u); in TEST() [all …]
|
D | CallChainJoiner.h | 75 const LRUCacheStat& Stat() { return cache_stat_; } in Stat() function 160 struct Stat { struct 167 const Stat& GetStat() { return stat_; } in GetStat() argument 176 Stat stat_;
|
D | CallChainJoiner.cpp | 377 cache_stat_ = cache.Stat(); in JoinCallChains()
|
/system/core/libstats/pull_rust/ |
D | stats_pull.rs | 18 use statslog_rust_header::{Atoms, Stat, StatsError}; 26 pub type StatsPullResult = Vec<Box<dyn Stat>>;
|
/system/iorap/src/inode2filename/ |
D | search_directories.cc | 711 static iorap::expected<struct stat, StatError> Stat(const std::string& path_name, in Stat() function 820 StatResult maybe_stat = Stat(dir_entry.filename, system_call); in SearchDirectoriesForMatchingInodes() 1107 StatResult maybe_stat = Stat(filename, system_call); in FilterFilenamesForSpecificInodes() 1228 StatResult maybe_stat = Stat(filename, system_call); in FilterFilenamesForSpecificInodes() 1289 StatResult maybe_stat = Stat(filename, system_call); in EmitAllFilenames() 1327 StatResult maybe_stat = Stat(filename, system_call); in EmitAllFilenames()
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 126 # Stat using default events (cpu-cycles,instructions,...), and monitor process 7394 for 10 seconds. 145 # Stat event cpu-cycles. 148 # Stat event cache-references and cache-misses. 159 # Stat using event cache-references, cache-references:u,.... 180 # Stat using event cache-references, cache-references:u,.... 204 # Stat process 11904 and 11905. 207 # Stat thread 11904 and 11905. 213 # Stat the process of an Android application. This only works for debuggable apps on non-rooted 217 # Stat system wide using -a. 228 # Stat process 11904 for 10 seconds. [all …]
|