Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutil.h30 std::string get_timestamp();
Dutil.cpp63 std::string get_timestamp() { in get_timestamp() function
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp49 _LOG(log, logtype::BACKTRACE, "\n\n----- pid %d at %s -----\n", pid, get_timestamp().c_str()); in dump_process_header()
Dtombstone_proto.cpp627 result.set_timestamp(get_timestamp()); in engrave_tombstone_proto()
/system/extras/profcollectd/libprofcollectd/
Dreport.rs104 .get_timestamp() in get_report_ts()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp108 buffer << "\n----- Waiting Channels: pid " << pid << " at " << get_timestamp() << " -----\n" in get_wchan_data()