Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc170 WriteThread(tid, pid, /*optional_name=*/nullptr); in WriteAllProcesses()
233 WriteThread(pid, tgid, thread_name.empty() ? nullptr : thread_name.c_str()); in WriteProcessOrThread()
262 void ProcessStatsDataSource::WriteThread(int32_t tid, in WriteThread() function in perfetto::ProcessStatsDataSource
Dprocess_stats_data_source.h106 void WriteThread(int32_t tid, int32_t tgid, const char* optional_name);
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc921 WriteThread(const Options& options, const CrashedProcess::Thread& thread, in WriteThread() function
1396 WriteThread(options, crashinfo.threads[i], crashinfo.fatal_signal); in main()
1403 WriteThread(options, crashinfo.threads[i], 0); in main()