Searched refs:GetTid (Results 1 – 6 of 6) sorted by relevance
/developtools/profiler/device/plugins/ftrace_plugin/test/app/ |
D | busy_workers.cpp | 34 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/ |
D | hiperf_example_cmd.cpp | 56 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/ |
D | logging.h | 59 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/ |
D | report.h | 217 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/ |
D | report_test.cpp | 285 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/ |
D | native_hook_parser_test.cpp | 145 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
|