Home
last modified time | relevance | path

Searched refs:nsec (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
H A Dhilog_plugin_unittest.cpp289 uint64_t nsec = 149566200; in HWTEST_F() local
294 EXPECT_EQ(info.mutable_detail()->tv_nsec(), nsec); in HWTEST_F()
314 uint64_t nsec = 149566200; in HWTEST_F() local
320 EXPECT_EQ(info.mutable_detail()->tv_nsec(), nsec); in HWTEST_F()
340 uint64_t nsec = 149566200; in HWTEST_F() local
346 EXPECT_EQ(info.mutable_detail()->tv_nsec(), nsec); in HWTEST_F()
366 uint64_t nsec = 149566200; in HWTEST_F() local
372 EXPECT_EQ(info.mutable_detail()->tv_nsec(), nsec); in HWTEST_F()
392 uint64_t nsec = 522; in HWTEST_F() local
398 EXPECT_EQ(info.mutable_detail()->tv_nsec(), nsec); in HWTEST_F()
418 uint64_t nsec = 522; HWTEST_F() local
444 uint64_t nsec = 522; HWTEST_F() local
470 uint64_t nsec = 522; HWTEST_F() local
496 uint64_t nsec = 522; HWTEST_F() local
522 uint64_t nsec = 149566200; HWTEST_F() local
549 uint64_t nsec = 149566200; HWTEST_F() local
[all...]
/developtools/smartperf_host/trace_streamer/src/parser/ptreader_parser/hilog_parser/
H A Dptreader_hilog_parser.cpp32 uint64_t nsec; in HilogTimeStrToTimestamp() local
38 sscanf_s(timeStr.c_str(), "%" PRIu64 ".%" PRIu64 "", &sec, &nsec); in HilogTimeStrToTimestamp()
64 nsec = base::StrToInt<uint64_t>(usecStr).value(); in HilogTimeStrToTimestamp()
70 nsec *= MS_TO_NS; in HilogTimeStrToTimestamp()
72 nsec *= US_TO_NS; in HilogTimeStrToTimestamp()
75 timeStamp = nsec + sec * SEC_TO_NS; in HilogTimeStrToTimestamp()
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_plugin.cpp194 fullCmd_.emplace_back("nsec"); in InitHilogCmd()
416 uint32_t nsec = 0; in TimeStringToNS() local
436 nsec = static_cast<uint32_t>(strtoul(pTmp, &end, DEC_BASE)); in TimeStringToNS()
437 CHECK_TRUE(nsec > 0, false, "%s:strtoull nsec failed", __func__); in TimeStringToNS()
441 tsTime->tv_nsec = nsec; in TimeStringToNS()
444 if (snprintf_s(buff, sizeof(buff), sizeof(buff) - 1, "%ld.%09u\n", timetTime, nsec) < 0) { in TimeStringToNS()
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Dio_stats.cpp57 uint64_t nsec, ncent; in GetSystime() local
59 nsec = fields_[0]; in GetSystime()
61 systime = nsec * NUM_ONEHUNDRED + ncent; in GetSystime()
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
H A Dnative_hook_parser_test.cpp93 uint64_t nsec; member
196 nativeHookData->set_tv_nsec(dataStruct.nsec); in SetOfflineAllocEvent()
229 nativeHookData->set_tv_nsec(dataStruct.nsec); in SetAllocEvent()
263 nativeHookData->set_tv_nsec(dataStruct.nsec); in SetFreeEvent()
298 nativeHookData->set_tv_nsec(dataStruct.nsec); in SetMmapEvent()
323 nativeHookData->set_tv_nsec(dataStruct.nsec); in SetMunmapEvent()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h14782 u64 nsec; member
14827 u64 nsec; member
20280 u64 nsec; member
20608 u32 nsec; member
56165 struct netif_security_struct nsec; global() member
56184 struct netnode_security_struct nsec; global() member
128834 __u32 nsec; global() member
135347 __s32 nsec; global() member
135353 __s32 nsec; global() member
[all...]

Completed in 501 milliseconds