/developtools/profiler/device/plugins/xpower_plugin/test/ |
H A D | xpower_main.cpp | 27 int ParseArgs(int argc, char** argv, UsageHandle usage)
in ParseArgs() argument 34 if (usage) usage();
in ParseArgs() 55 printf("usage: xpowerdecoder [-f filepath] \n");
in Usage()
|
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | smaps_stats.h | 75 StatsInfo(uint64_t swapablePss, const MemUsageInfo& usage) in StatsInfo() argument 76 : pss_(usage.pss), in StatsInfo() 78 rss_(usage.rss), in StatsInfo() 79 privateDirty_(usage.privateDirty), in StatsInfo() 80 sharedDirty_(usage.sharedDirty), in StatsInfo() 81 privateClean_(usage.privateClean), in StatsInfo() 82 sharedClean_(usage.sharedClean), in StatsInfo() 83 swappedOut_(usage.swap), in StatsInfo() 84 swappedOutPss_(usage.swapPss) in StatsInfo() 392 void SetVmemAreasData(int index, uint64_t swapablePss, const MemUsageInfo& usage); [all...] |
/developtools/hdc/hdc_rust/src/host/ |
H A D | translate.rs | 15 pub fn usage() -> String { in usage() functions
|
H A D | main.rs | 105 println!("{}", translate::usage()); in main()
|
/developtools/profiler/device/plugins/process_plugin/src/ |
H A D | process_data_plugin.cpp | 362 double usage = 0.0; in WriteCpuUsageData() local 378 usage = static_cast<double>(cpuTime) / (bootTime); in WriteCpuUsageData() 380 usage = static_cast<double>(cpuTime - prevCpuTime) / (bootTime - prevBootTime); in WriteCpuUsageData() 383 if (usage > 0) { in WriteCpuUsageData() 384 cpuInfo.set_cpu_usage(usage * PERCENT); in WriteCpuUsageData()
|
/developtools/hdc/src/daemon/ |
H A D | main.cpp | 297 string usage = DaemonUsage(); in main() local 298 fprintf(stderr, "%s", usage.c_str()); in main()
|
/developtools/hdc/src/host/ |
H A D | main.cpp | 292 string usage = Hdc::TranslateCommand::Usage(); in GetCommandlineOptions() local 294 usage = Hdc::TranslateCommand::Verbose(); in GetCommandlineOptions() 296 fprintf(stderr, "%s", usage.c_str()); in GetCommandlineOptions()
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.cpp | 191 for (const auto[id, usage] : threadMap) { in FfiHidebugGetAppThreadCpuUsage() 192 arr.head[idx] = CThreadCpuUsage{ .threadId = id, .cpuUsage = usage }; in FfiHidebugGetAppThreadCpuUsage()
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | smaps_stats.cpp | 284 void SmapsStats::SetVmemAreasData(int index, uint64_t swapablePss, const MemUsageInfo& usage) in SetVmemAreasData() argument 286 StatsInfo oobj(swapablePss, usage); in SetVmemAreasData()
|
/developtools/profiler/tools/smaps_show/src/ |
H A D | main.rs | 299 print!("{}", opts.usage(&brief)); in print_usage()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 943 refcount_t usage; member 2502 atomic_t usage; member 2574 refcount_t usage; member 2919 atomic_long_t usage; member 4408 refcount_t usage; member 4467 atomic_t usage; member 7606 refcount_t usage; member 17913 struct mem_section_usage *usage; member 23293 long long unsigned int usage; member 26464 int usage; member 26560 atomic_long_t usage; global() member 27405 char *usage; global() member 36300 struct kref usage; global() member 36319 struct kref usage; global() member 52161 refcount_t usage; global() member 58649 refcount_t usage; global() member 58659 refcount_t usage; global() member 58678 refcount_t usage; global() member 104015 u64 usage; global() member 136202 unsigned int usage; global() member [all...] |