Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.h62 } PROFILE_RESULT; typedef
70 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,
Dperfprofdcore.cc160 const char *profile_result_to_string(PROFILE_RESULT result) in profile_result_to_string()
469 PROFILE_RESULT encode_to_proto(const std::string &data_file_path, in encode_to_proto()
526 static PROFILE_RESULT invoke_perf(const std::string &perf_path, in invoke_perf()
704 static PROFILE_RESULT collect_profile(const ConfigReader &config, int seq) in collect_profile()
761 PROFILE_RESULT ret = invoke_perf(perf_path.c_str(), in collect_profile()
903 PROFILE_RESULT result = collect_profile(config, seq); in perfprofd_main()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc516 PROFILE_RESULT result = in TEST_F()