Home
last modified time | relevance | path

Searched refs:timestamp_sec (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/iptables/include/linux/netfilter_ipv4/
Dipt_ULOG.h37 long timestamp_sec; member
Dip_queue.h24 long timestamp_sec; /* Packet arrival time (seconds) */ member
/external/perf_data_converter/src/testdata/
Dperf-overlapping-kernel-mapping.pb_proto124 timestamp_sec: 0
/external/libpcap/
Drpcap-protocol.h330 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ member
/external/perf_data_converter/src/quipper/testdata/
Dperf.data.singleprocess-3.8.serialized.out.pb_text381 timestamp_sec: 0
Dperf.data.remmap-3.2.serialized.out.pb_text3248 timestamp_sec: 0
Dperf.data.singleprocess-3.8.parse.remap2.out.pb_text2440 timestamp_sec: 0
Dperf.data.singleprocess-3.4.parse.remap2.out.pb_text2614 timestamp_sec: 0
Dperf.data.singleprocess-3.4.serialized.out.pb_text2746 timestamp_sec: 0
Dperf.data.singleprocess-3.8.io.out.pb_text2559 timestamp_sec: 0
Dperf.data.singleprocess-3.4.parse.remap.out.pb_text2746 timestamp_sec: 0
Dperf.data.singleprocess-3.8.parse.out.pb_text2559 timestamp_sec: 0
Dperf.data.singleprocess-3.4.io.out.pb_text2746 timestamp_sec: 0
Dperf.data.singleprocess-3.4.pr.out.pb_text2746 timestamp_sec: 0
Dperf.data.singleprocess-3.4.pb_text2746 timestamp_sec: 0
Dperf.data.singleprocess-3.4.parse.out.pb_text2746 timestamp_sec: 0
Dperf.data.singleprocess-3.8.ser.comm.out.pb_text2559 timestamp_sec: 0
Dperf.data.singleprocess-3.4.ser.comm.out.pb_text2746 timestamp_sec: 0
Dperf.data.singleprocess-3.8.pr.out.pb_text2559 timestamp_sec: 0
Dperf.data.singleprocess-3.8.pb_text2559 timestamp_sec: 0
Dperf.data.singleprocess-3.8.parse.remap.out.pb_text2559 timestamp_sec: 0
/external/perf_data_converter/src/quipper/
Dperf_serializer_test.cc157 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()
Dperf_reader.cc200 struct timeval timestamp_sec; in Serialize() local
201 if (!gettimeofday(&timestamp_sec, NULL)) in Serialize()
202 perf_data_proto->set_timestamp_sec(timestamp_sec.tv_sec); in Serialize()
Dperf_data.proto642 optional uint64 timestamp_sec = 3; field
/external/libpcap/rpcapd/
Ddaemon.c2341 net_pkt_header->timestamp_sec = htonl(pkt_header->ts.tv_sec); in daemon_thrdatamain()

12345678910