Searched refs:WriteThread (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/src/traced/probes/ps/ |
D | process_stats_data_source.cc | 170 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
|
D | process_stats_data_source.h | 106 void WriteThread(int32_t tid, int32_t tgid, const char* optional_name);
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 921 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()
|