/base/hiviewdfx/faultloggerd/example/ |
D | dump_catcher_demo.cpp | 41 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/ |
D | main.cpp | 55 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/ |
D | dfx_dump_catcher.cpp | 61 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 …]
|
D | dfx_dump_catcher_local_dumper.cpp | 102 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/ |
D | main.cpp | 55 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/ |
D | process_dump_test.cpp | 667 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
|
D | process_dfx_test.cpp | 99 pid_t tid = accountmgrPid; variable 290 pid_t tid = 100; variable
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_thread.cpp | 36 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()
|
D | dfx_process.cpp | 126 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()
|
D | dfx_dump_request.cpp | 66 void ProcessDumpRequest::SetTid(int32_t tid) in SetTid() 76 void ProcessDumpRequest::SetRecycleTid(int32_t tid) in SetRecycleTid()
|
D | dfx_unwind_local.cpp | 134 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()
|
D | dfx_fault_stack.h | 36 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack()
|
D | dfx_logger.cpp | 74 void InitDebugLog(int type, int pid, int tid, unsigned int uid) in InitDebugLog()
|
D | dfx_dump_request.h | 92 int32_t tid; member
|
D | process_dumper.cpp | 284 int tid = request->GetSiginfo().si_value.sival_int; in InitProcessInfo() local
|
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerd_fuzzer/ |
D | faultloggerd_fuzzer.cpp | 41 int tid[1]; in DumpStackTraceTest() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
D | dfx_dump_catcher_local_dumper.h | 43 int32_t tid; member
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | db_helper.cpp | 66 … long tid = std::strtoul(record->GetEventValue(EventStore::EventCol::TID).c_str(), nullptr, 0); in SelectEventFromDB() local
|
D | plugin.cpp | 101 long tid = sysEvent.GetTid(); in MakeWatchPoint() local
|
D | watch_point.cpp | 73 WatchPoint::Builder& WatchPoint::Builder::InitTid(long tid) in InitTid()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
D | dfx_signal_handler.h | 28 int32_t tid; member
|
/base/hiviewdfx/faultloggerd/test/fuzztest/ |
D | faultloggerd_fuzzer_test.cpp | 80 int tid[1]; in DoSomethingInterestingWithMyAPI() local
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
D | log_data.h | 37 uint32_t tid; member
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/include/ |
D | faultloggerd_client.h | 75 int32_t tid; member
|
/base/hiviewdfx/hilog/frameworks/native/include/ |
D | hilog_common.h | 72 uint32_t tid; member 83 uint32_t tid; member
|