Searched refs:timestamp_sec (Results 1 – 25 of 227) sorted by relevance
12345678910
37 long timestamp_sec; member
24 long timestamp_sec; /* Packet arrival time (seconds) */ member
124 timestamp_sec: 0
330 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ member
381 timestamp_sec: 0
3248 timestamp_sec: 0
2440 timestamp_sec: 0
2614 timestamp_sec: 0
2746 timestamp_sec: 0
2559 timestamp_sec: 0
157 EXPECT_GE(input_perf_data_proto.timestamp_sec(), pre_serialize_time.tv_sec); in SerializeToFileAndBack()158 EXPECT_LE(input_perf_data_proto.timestamp_sec(), post_serialize_time.tv_sec); in SerializeToFileAndBack()
200 struct timeval timestamp_sec; in Serialize() local201 if (!gettimeofday(×tamp_sec, NULL)) in Serialize()202 perf_data_proto->set_timestamp_sec(timestamp_sec.tv_sec); in Serialize()
642 optional uint64 timestamp_sec = 3; field
2341 net_pkt_header->timestamp_sec = htonl(pkt_header->ts.tv_sec); in daemon_thrdatamain()