Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/app/
Dbusy_workers.cpp34 static long GetTid() in GetTid() function
83 printf("[%ld] start %d workers...\n", GetTid(), n); in StartWorkers()
111 printf("[%ld] wating %d workers...\n", GetTid(), n); in StopWorkers()
122 printf("[%ld] %s start!\n", GetTid(), name.c_str()); in Work()
127 sched_setaffinity(GetTid(), sizeof(cpuSet), &cpuSet); in Work()
147 printf("[%ld] busy loop count = %" PRIu64 "!\n", GetTid(), count); in Work()
160 printf("[%ld] %s exit!\n", GetTid(), name.c_str()); in Work()
184 printf("[%ld] perform %d times switch...\n", GetTid(), m); in main()
/developtools/hiperf/demo/cpp/
Dhiperf_example_cmd.cpp56 inline int GetTid() in GetTid() function
324 printf("thread %d ++ with %d %d \n", GetTid(), option.second, option.stack); in ExampleThread()
326 printf("thread %d --\n", GetTid()); in ExampleThread()
335 printf("main thread %d\n", GetTid()); in RunSampleThread()
/developtools/profiler/device/base/include/
Dlogging.h59 static inline long GetTid(void) in GetTid() function
89 …unt = fprintf(stderr, "%04x %s %7d %7ld %5s %s ", domain, GetTimeStr().c_str(), getpid(), GetTid(), in HiLogPrintArgs()
/developtools/hiperf/include/
Dreport.h217 static const std::string GetTid(const ReportItem &a, size_t len, const std::string &format) in GetTid() function
424 ReportItem::GetTid,
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp285 HWTEST_F(ReportTest, GetTid, TestSize.Level1)
288 GetNumberTest(a, ReportItem::GetTid, a.tid_, std::to_string(a.tid_).length());
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp145 if (nativeHookCache.GetTid() != itid_) { in operator ==()
146 TS_LOGE("itid_ = %u, nativeHookCache.GetTid() = %u", nativeHookCache.GetTid(), itid_); in operator ==()
200 inline uint32_t GetTid() const in GetTid() function in SysTuning::TraceStreamer::NativeHookCache