Searched refs:timestamp (Results 1 - 25 of 47) sorted by relevance

12

/barrelfish-2018-10-04/include/arch/arm/barrelfish_kpi/
H A Dunknown_arch.h40 uint64_t timestamp; local
44 err = sys_debug_hardware_global_timer_read(&timestamp);
46 return timestamp;
/barrelfish-2018-10-04/usr/bench/
H A Dtsc_bench.c4 * of reading from the timestamp counter.
20 struct timestamp { struct
31 struct timestamp *timestamp = malloc(sizeof(struct timestamp) * MAX_COUNT); local
32 assert(timestamp);
34 timestamp[0].time0 = bench_tsc();
36 timestamp[i].time1 = timestamp[i + 1].time0 = bench_tsc();
38 timestamp[MAX_COUN
[all...]
/barrelfish-2018-10-04/usr/boot_perfmon/
H A Dtests.c17 struct timestamp *timestamp; variable in typeref:struct:timestamp
36 timestamp[id].time[counter] = bench_tsc() - time - bench_tscoverhead();
83 timestamp = malloc(sizeof(struct timestamp) * coreset_count(set));
84 if (!timestamp) {
H A Dinternal.h27 struct timestamp { struct
38 extern struct timestamp *timestamp;
H A Dmain.c51 bench_avg(timestamp[i].time, MAX_COUNT),
52 bench_variance(timestamp[i].time, MAX_COUNT));
/barrelfish-2018-10-04/lib/debug_log/
H A Ddebug_log.c11 static unsigned long int timestamp[LOG_SIZE]; variable
16 timestamp[log_size & (LOG_SIZE - 1)] = systime_now();
59 timestamp[log_size & (LOG_SIZE - 1)] = systime_now();
120 systime_to_ns(timestamp[i]), systime_to_ns(timestamp[i] - lastts), log[i]);
122 lastts = timestamp[i];
147 systime_to_ns(timestamp[i]), systime_to_ns(timestamp[i] - lastts), log[i]);
149 lastts = timestamp[i];
/barrelfish-2018-10-04/usr/bench/scheduling/
H A Dphases.c51 static cycles_t timestamp[ITERATIONS]; local
94 timestamp[i] = end - start;
101 printf("duration %d: %" PRIuCYCLES "\n", i, timestamp[i]);
H A Dclockdrift.c38 static uint32_t timestamp[MAX_CPUS][ITERATIONS]; variable
62 errval_t err = sys_debug_get_apic_timer(&timestamp[mycore][iteration]);
140 printf("%" PRIu32 " ", timestamp[n][i]);
/barrelfish-2018-10-04/usr/monitor/
H A Dtiming.c100 static cycles_t timestamp[ITERATIONS]; local
107 timestamp[i] = end - start;
111 printf("duration %d: %" PRIuCYCLES "\n", i, timestamp[i]);
H A Dresource_ctrl.c314 uint64_t timestamp)
324 p->period, p->release + timestamp, p->weight);
337 uintptr_t phase, uint64_t timestamp)
339 errval_t err = b->tx_vtbl.rsrc_phase(b, NOP_CONT, id, phase, timestamp);
349 me->args.timestamp = timestamp;
369 rsrc_phase_cont(b, st->args.id, st->args.phase, st->args.timestamp);
373 errval_t rsrc_set_phase_inter(rsrcid_t id, uintptr_t phase, uint64_t timestamp) argument
381 activate_phase(id, d, phase, timestamp);
394 rsrc_phase_cont(b, id, phase, timestamp);
313 activate_phase(rsrcid_t id, struct rsrc_domain *d, uintptr_t phase, uint64_t timestamp) argument
336 rsrc_phase_cont(struct intermon_binding *b, rsrcid_t id, uintptr_t phase, uint64_t timestamp) argument
[all...]
/barrelfish-2018-10-04/include/trace/
H A Dtrace.h142 #warning You need to supply CAS and a timestamp function for this architecture.
149 uint64_t timestamp; member in struct:trace_event
345 master->t0 = ev->timestamp;
347 master->stop_time = ev->timestamp + master->duration;
358 (ev->timestamp>>63 == 0 && // Not a DCB event
359 ev->timestamp > master->stop_time)) {
463 master->t0 = ev->timestamp;
480 ev->timestamp > master->stop_time) {
511 ev.timestamp = TRACE_TIMESTAMP();
561 ev.timestamp
[all...]
/barrelfish-2018-10-04/usr/bench/channel_cost/
H A Dchannel_cost.c31 struct timestamp { struct
35 static struct timestamp timestamp[MAX_COUNT]; variable in typeref:struct:timestamp
69 timestamp[idx].time1 = bench_tsc();
106 timestamp[idx].time0 = bench_tsc();
121 printf("%d %"PRIuCYCLES"\n", idx, timestamp[idx].time1 -
122 timestamp[idx].time0 - bench_tscoverhead());
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dsvc_auth_des.c38 * (1) The timestamp microseconds do not exceed 1 million.
39 * (2) The timestamp plus the window is less than the current time.
40 * (3) The timestamp is not less than the one previously
125 struct timeval timestamp; local
205 * Decrypt the timestamp
225 * XDR the decrypted timestamp
228 timestamp.tv_sec = IXDR_GET_LONG(ixdr);
229 timestamp.tv_usec = IXDR_GET_LONG(ixdr);
250 &timestamp);
261 if ((u_long)timestamp
410 cache_spot(des_block *key, char *name, struct timeval *timestamp) argument
[all...]
/barrelfish-2018-10-04/usr/bench/bulk_bench/
H A Dbulkbench.c76 static uint64_t timestamp[MAXROUND]; local
86 timestamp[iter] = bench_tsc();
94 uint64_t diff = timestamp[i] - timestamp[i - 1];
/barrelfish-2018-10-04/usr/bench/flounder_stubs/
H A Dbuffer.c31 struct timestamp { struct
35 static struct timestamp timestamps[MAX_COUNT];
H A Dempty.c30 struct timestamp { struct
34 static struct timestamp timestamps[MAX_COUNT];
H A Dpayload.c30 struct timestamp { struct
34 static struct timestamp timestamps[MAX_COUNT];
H A Dpayload32.c30 struct timestamp { struct
34 static struct timestamp timestamps[MAX_COUNT];
/barrelfish-2018-10-04/usr/bench/shared_mem_clock/
H A Dbench.c33 struct timestamp { struct
38 static struct timestamp timestamps[MAX_COUNT];
/barrelfish-2018-10-04/usr/tests/octopus/
H A Dd2bench2.c29 struct timestamp { struct
35 struct timestamp timestamps[MAX_ITERATIONS] = {{ 0, 0, 0, 0 }};
/barrelfish-2018-10-04/lib/net/
H A Dnetworking_internal.h109 cycles_t timestamp; member in struct:net_buf_p
/barrelfish-2018-10-04/include/netinet/
H A Dtcp_lro.h69 uint16_t timestamp; /* flag, not a TCP hdr field. */ member in struct:lro_entry
/barrelfish-2018-10-04/lib/lwip2/src/apps/rtp/
H A Drtp.c107 PACK_STRUCT_FIELD(u32_t timestamp);
135 rtphdr->timestamp = lwip_htonl(lwip_ntohl(rtphdr->timestamp) + RTP_TIMESTAMP_INCREMENT);
/barrelfish-2018-10-04/lib/trace/
H A Dcontrol.c204 // Determine the minimum timestamp for which an event has been recorded.
234 uint64_t timestamp = tbuf->events[idx].timestamp; local
235 if (timestamp <= min_timestamp) {
236 min_timestamp = timestamp;
305 core, tbuf->events[tbuf->tail_index].timestamp,
306 //core, tbuf->events[tbuf->tail_index].timestamp - t0,
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dtiming.c169 uint64_t timestamp = rdtsc(); local
183 uint64_t sfreq = rdtsc() - timestamp;

Completed in 158 milliseconds

12