Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 37) sorted by relevance

12

/base/hiviewdfx/faultloggerd/example/
Ddump_catcher_demo.cpp41 static NOINLINE int TestFuncRemote(int32_t pid, int32_t tid) in TestFuncRemote()
64 static bool ParseParameters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParameters()
99 int32_t tid = 0; in main() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/test/
Dmain.cpp55 static bool CatchStack(int32_t pid, int32_t tid) in CatchStack()
85 static bool CatchStackFrame(int32_t pid, int32_t tid) in CatchStackFrame()
117 static bool FunctionThree(int32_t pid, int32_t tid) in FunctionThree()
166 static bool FunctionTwo(int32_t pid, int32_t tid) in FunctionTwo()
173 static bool FunctionOne(int32_t pid, int32_t tid) in FunctionOne()
201 int32_t tid = 0; in main() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp61 static bool IsThreadInCurPid(int32_t tid) in IsThreadInCurPid()
106 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg) in DoDumpLocalTid()
154 pid_t tid = atoi(ent->d_name); in DoDumpLocalPid() local
175 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg) in DoDumpRemoteLocked()
181 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg) in DoDumpLocalLocked()
207 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix()
213 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg) in DumpCatch()
235 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd) in DumpCatchFd()
245 static int SignalTargetProcess(const int type, int pid, int tid) in SignalTargetProcess()
299 bool DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg) in DoDumpCatchRemote()
[all …]
Ddfx_dump_catcher_local_dumper.cpp102 bool DfxDumpCatcherLocalDumper::SendLocalDumpRequest(int32_t tid) in SendLocalDumpRequest()
177 bool DfxDumpCatcherLocalDumper::ExecLocalDump(int pid, int tid, size_t skipFramNum) in ExecLocalDump()
/base/hiviewdfx/faultloggerd/tools/dump_catcher/
Dmain.cpp55 static int ParseParamters(int argc, char *argv[], int &type, int32_t &pid, int32_t &tid) in ParseParamters()
122 int32_t tid = 0; in main() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/
Dprocess_dump_test.cpp667 int32_t pid = 1, tid = 1; variable
684 int32_t pid = 243, tid = 243; variable
701 int32_t pid = 243, tid = 243; variable
716 int32_t pid = 1, tid = 1; variable
732 int32_t pid = 243, tid = 243; variable
749 int32_t pid = 243, tid = 243; variable
766 pid_t tid = pid; variable
787 pid_t tid = pid; variable
Dprocess_dfx_test.cpp99 pid_t tid = accountmgrPid; variable
290 pid_t tid = 100; variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_thread.cpp36 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid, const ucontext_t &context) in DfxThread()
54 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) in DfxThread()
176 void DfxThread::SetThreadId(pid_t tid) in SetThreadId()
Ddfx_process.cpp126 pid_t tid = atoi(ent->d_name); in InitOtherThreads() local
147 void DfxProcess::InsertThreadNode(pid_t tid, pid_t nsTid, bool attach) in InsertThreadNode()
164 int DfxProcess::TidToNstid(const int tid, int& nstid) in TidToNstid()
Ddfx_dump_request.cpp66 void ProcessDumpRequest::SetTid(int32_t tid) in SetTid()
76 void ProcessDumpRequest::SetRecycleTid(int32_t tid) in SetRecycleTid()
Ddfx_unwind_local.cpp134 bool DfxUnwindLocal::SendAndWaitRequest(int32_t tid) in SendAndWaitRequest()
142 bool DfxUnwindLocal::SendLocalDumpRequest(int32_t tid) in SendLocalDumpRequest()
148 std::string DfxUnwindLocal::CollectUnwindResult(int32_t tid) in CollectUnwindResult()
Ddfx_fault_stack.h36 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack()
Ddfx_logger.cpp74 void InitDebugLog(int type, int pid, int tid, unsigned int uid) in InitDebugLog()
Ddfx_dump_request.h92 int32_t tid; member
Dprocess_dumper.cpp284 int tid = request->GetSiginfo().si_value.sival_int; in InitProcessInfo() local
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerd_fuzzer/
Dfaultloggerd_fuzzer.cpp41 int tid[1]; in DumpStackTraceTest() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher_local_dumper.h43 int32_t tid; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
Ddb_helper.cpp66 … long tid = std::strtoul(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in SelectEventFromDB() local
Dplugin.cpp101 long tid = sysEvent.GetTid(); in MakeWatchPoint() local
Dwatch_point.cpp73 WatchPoint::Builder& WatchPoint::Builder::InitTid(long tid) in InitTid()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
Ddfx_signal_handler.h28 int32_t tid; member
/base/hiviewdfx/faultloggerd/test/fuzztest/
Dfaultloggerd_fuzzer_test.cpp80 int tid[1]; in DoSomethingInterestingWithMyAPI() local
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_data.h37 uint32_t tid; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/include/
Dfaultloggerd_client.h75 int32_t tid; member
/base/hiviewdfx/hilog/frameworks/native/include/
Dhilog_common.h72 uint32_t tid; member
83 uint32_t tid; member

12