Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc33 ConfigReader::ConfigReader() in ConfigReader() function in ConfigReader
39 ConfigReader::~ConfigReader() in ~ConfigReader()
43 const char *ConfigReader::getConfigFilePath() in getConfigFilePath()
48 void ConfigReader::setConfigFilePath(const char *path) in setConfigFilePath()
57 void ConfigReader::addDefaultEntries() in addDefaultEntries()
125 void ConfigReader::addUnsignedEntry(const char *key, in addUnsignedEntry()
143 void ConfigReader::addStringEntry(const char *key, const char *default_value) in addStringEntry()
158 unsigned ConfigReader::getUnsignedValue(const char *key) const in getUnsignedValue()
166 std::string ConfigReader::getStringValue(const char *key) const in getStringValue()
174 void ConfigReader::overrideUnsignedEntry(const char *key, unsigned new_value) in overrideUnsignedEntry()
[all …]
Dconfigreader.h30 class ConfigReader {
33 ConfigReader();
34 ~ConfigReader();
Dperfprofdcore.h21 class ConfigReader; variable
72 const ConfigReader &config,
Dperfprofdcore.cc127 ConfigReader::setConfigFilePath(argv[ac+1]); in parse_args()
183 static CKPROFILE_RESULT check_profiling_enabled(ConfigReader &config) in check_profiling_enabled()
414 const ConfigReader &config, in annotate_encoded_perf_profile()
471 const ConfigReader &config, in encode_to_proto()
618 static void cleanup_destination_dir(const ConfigReader &config) in cleanup_destination_dir()
645 static bool post_process(const ConfigReader &config, int current_seq) in post_process()
704 static PROFILE_RESULT collect_profile(const ConfigReader &config, int seq) in collect_profile()
797 static void set_seed(ConfigReader &config) in set_seed()
824 static void init(ConfigReader &config) in init()
864 ConfigReader config; in perfprofd_main()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc510 ConfigReader config; in TEST_F()