Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc484 PROFILE_RESULT encode_to_proto(const std::string &data_file_path, in encode_to_proto() argument
493 wireless_android_logging_awp::RawPerfDataToAndroidPerfProfile(data_file_path); in encode_to_proto()
545 const std::string &data_file_path, in invoke_perf() argument
575 argv[slot++] = data_file_path.c_str(); in invoke_perf()
736 std::string data_file_path(destdir); in collect_profile() local
737 data_file_path += "/"; in collect_profile()
738 data_file_path += PERF_OUTPUT; in collect_profile()
747 if (stat(data_file_path.c_str(), &statb) == 0) { // if file exists... in collect_profile()
748 if (unlink(data_file_path.c_str())) { // then try to remove in collect_profile()
783 data_file_path, in collect_profile()
[all …]
Dperfprofdcore.h70 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,