Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc86 const std::string& hint_name, uint64_t hint_duration) { in execConfig() argument
94 if (!hint_name.empty() && hint_name != hint) continue; in execConfig()
113 std::string hint_name; in main() local
142 hint_name = optarg; in main()
166 execConfig(config_path, hint_name, hint_duration); in main()