Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc424 static ProtoUniquePtr encode_to_proto(const std::string &data_file_path, in encode_to_proto() argument
432 android::perfprofd::RawPerfDataToAndroidPerfProfile(data_file_path, in encode_to_proto()
446 PROFILE_RESULT encode_to_proto(const std::string &data_file_path, in encode_to_proto() argument
452 ProtoUniquePtr encodedProfile = encode_to_proto(data_file_path, in encode_to_proto()
510 std::string data_file_path(destdir); in collect_profile() local
511 data_file_path += "/"; in collect_profile()
512 data_file_path += PERF_OUTPUT; in collect_profile()
521 if (stat(data_file_path.c_str(), &statb) == 0) { // if file exists... in collect_profile()
522 if (unlink(data_file_path.c_str())) { // then try to remove in collect_profile()
546 [&data_file_path]() { unlink(data_file_path.c_str()); }); in collect_profile()
[all …]
Dperfprofd_cmdline.cc240 std::string data_file_path(handler_config->destination_directory); in perfprofd_main() local
241 data_file_path += "/"; in perfprofd_main()
242 data_file_path += PERF_OUTPUT; in perfprofd_main()
243 std::string path = android::base::StringPrintf("%s.encoded.%d", data_file_path.c_str(), seq); in perfprofd_main()
Dperfprofd_threaded_handler.h162 std::string data_file_path(config->destination_directory); in ResultHandler()
163 data_file_path += "/perf.data"; in ResultHandler()
164 std::string path = android::base::StringPrintf("%s.encoded.%d", data_file_path.c_str(), seq_); in ResultHandler()
Dperfprofd_perf.h46 const std::string &data_file_path,
Dperfprofdcore.h67 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,
Dperfprofd_perf.cc61 const std::string &data_file_path, in InvokePerf() argument
79 add(data_file_path); in InvokePerf()