Home
last modified time | relevance | path

Searched refs:quantize (Results 1 – 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.negquant.d31 @["j-church"] = quantize(1, 100);
32 @["j-church"] = quantize(1, -99);
33 @["j-church"] = quantize(1, -1);
39 @["k-ingleside"] = quantize(1, -val);
44 @["l-taraval"] = quantize(0, -val);
45 @["l-taraval"] = quantize(-1, -val);
46 @["l-taraval"] = quantize(1, val);
47 @["l-taraval"] = quantize(1, val);
52 @["m-oceanview"] = quantize(1, (1 << 63) - 1);
53 @["m-oceanview"] = quantize(1);
[all …]
H A Dtst.aggpack.d22 @x = quantize(1 << 32);
23 @y[1] = quantize(1);
24 @z["mumble"] = quantize(1);
25 @xx["foo", (char)1, (short)2, (long)3] = quantize(1);
36 @a[i] = quantize(0, i);
37 @a[i] = quantize(1, 100 - i);
H A Dtst.allquant.d33 @ = quantize(1LL << i);
34 @ = quantize((1LL << i) + 1);
35 @ = quantize(-(1LL << i));
36 @ = quantize(-(1LL << i) - 1);
H A Dtst.quantround.d42 @ = quantize(2);
48 @ = quantize(1);
54 @ = quantize(0);
H A Dtst.multiaggs1.d52 @e[pid] = quantize(new_time);
55 @h[timestamp] = quantize(new_time);
H A Derr.D_PROTO_LEN.quantizenoarg.d37 @a[1] = quantize();
H A Derr.D_PROTO_LEN.quantizetoomany.d37 @a[1] = quantize(1, 2, 3);
H A Derr.D_AGG_SCALAR.quantizetoofew.d37 @a[pid] = quantize(probefunc);
H A Dtst.quantize.d47 @a[i] = quantize(i);
H A Dtst.quantmany.d52 @[shift] = quantize(val, val);
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dio.d48 @histograms["read"] = quantize(0);
49 @histograms["write"] = quantize(0);
50 @histograms["zfs_read"] = quantize(0);
51 @histograms["zfs_write"] = quantize(0);
52 @histograms["zfs_write_sync"] = quantize(0);
53 @histograms["zfs_write_async"] = quantize(0);
102 @histograms[this->name] = quantize(this->elapsed);
113 @histograms[probefunc] = quantize(this->elapsed);
131 @histograms[this->name] = quantize(this->elapsed);
H A Dzil.d32 @h["zil_commit"] = quantize(0);
36 @h["zil_commit_writer"] = quantize(0);
54 @h[probefunc] = quantize(timestamp - self->zc_elapsed);
69 @h[probefunc] = quantize(timestamp - self->zcw_elapsed);
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dwhatfor.d46 @["preempted"] = quantize(timestamp - self->bedtime);
60 quantize(timestamp - self->bedtime);
H A Dwhere.d35 @[cpu] = quantize(timestamp - self->ts);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c121 static size_t quantize(size_t);
181 size_t new_size = quantize(size); in __memget_record()
364 size_t new_size = quantize(size); in __memput_record()
553 quantize(size_t size) { in quantize() function
/illumos-gate/usr/src/cmd/dtrace/demo/proc/
H A Dprogtime.d35 @[execname] = quantize(timestamp - self->start);
H A Dlwptime.d36 @[execname] = quantize(timestamp - self->start);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d32 @bop[345] = quantize(0, 0);
H A Dtst.zero.d32 @bop[345] = quantize(0);
H A Dtst.zero2.d31 @bop[345] = quantize(0, 0);
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dwritetimeq.d35 @time[execname] = quantize(timestamp - self->ts);
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Ddelay.d37 @snoozers[stack()] = quantize(timestamp - self->in);
/illumos-gate/usr/src/cmd/dtrace/demo/sdt/
H A Dintr.d37 this->devi->devi_instance] = quantize(vtimestamp - self->ts);
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpconnlat.d35 quantize(timestamp - start[args[1]->cs_cid]);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d52 @Qauntus[execname] = quantize(timestamp - self->ts);

12