Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc34 ConfigReader::ConfigReader() in ConfigReader() function in ConfigReader
40 ConfigReader::~ConfigReader() in ~ConfigReader()
44 const char *ConfigReader::getConfigFilePath() in getConfigFilePath()
49 void ConfigReader::setConfigFilePath(const char *path) in setConfigFilePath()
58 void ConfigReader::addDefaultEntries() in addDefaultEntries()
126 void ConfigReader::addUnsignedEntry(const char *key, in addUnsignedEntry()
144 void ConfigReader::addStringEntry(const char *key, const char *default_value) in addStringEntry()
159 unsigned ConfigReader::getUnsignedValue(const char *key) const in getUnsignedValue()
167 std::string ConfigReader::getStringValue(const char *key) const in getStringValue()
175 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.cc135 ConfigReader::setConfigFilePath(argv[ac+1]); in parse_args()
198 static CKPROFILE_RESULT check_profiling_enabled(ConfigReader &config) in check_profiling_enabled()
429 const ConfigReader &config, in annotate_encoded_perf_profile()
486 const ConfigReader &config, in encode_to_proto()
636 static void cleanup_destination_dir(const ConfigReader &config) in cleanup_destination_dir()
663 static bool post_process(const ConfigReader &config, int current_seq) in post_process()
722 static PROFILE_RESULT collect_profile(const ConfigReader &config, int seq) in collect_profile()
815 static void set_seed(ConfigReader &config) in set_seed()
842 static void init(ConfigReader &config) in init()
882 ConfigReader config; in perfprofd_main()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc552 ConfigReader config; in TEST_F()
624 ConfigReader config; in TEST_F()