Home
last modified time | relevance | path

Searched refs:sched (Results 1 – 25 of 79) sorted by relevance

1234

/titanic_50/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedenable.ksh55 xdt:sched::off-cpu,
56 xdt:sched::on-cpu,
57 xdt:sched::idle-off-cpu,
58 xdt:sched::idle-on-cpu,
59 xdt:sched::block,
60 xdt:sched::sleep,
61 xdt:sched::wake,
62 xdt:sched::yield,
63 xdt:sched::shutdown-poweroff,
64 xdt:sched::shutdown-reboot,
[all …]
H A Dtst.schedargs.ksh44 outf=/tmp/sched.args.$$
49 xdt:sched::off-cpu,
50 xdt:sched::on-cpu,
51 xdt:sched::block,
52 xdt:sched::sleep,
53 xdt:sched::wake,
54 xdt:sched::yield
H A Dtst.basic.ksh48 xdt:sched::on-cpu
54 xdt:sched::off-cpu
60 xdt:sched::off-cpu
/titanic_50/usr/src/uts/common/tnf/
H A Dtrace_funcs.c105 tnf_schedule_t *sched; in tnf_trace_alloc() local
178 sched = &ops->schedule; in tnf_trace_alloc()
184 if ((sched_record_p = sched->record_p) == NULL) in tnf_trace_alloc()
194 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
197 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
204 time_diff = curr_time - sched->time_base; in tnf_trace_alloc()
209 if (sched->cpuid != CPU->cpu_id) in tnf_trace_alloc()
246 sched->cpuid = CPU->cpu_id; in tnf_trace_alloc()
247 sched->time_base = curr_time; in tnf_trace_alloc()
249 if ((sched_record_p = tnf_kernel_schedule(ops, sched)) != NULL) { in tnf_trace_alloc()
[all …]
H A Dtnf_trace.c143 tnf_kernel_schedule(tnf_ops_t *ops, tnf_schedule_t *sched) in tnf_kernel_schedule() argument
155 ALLOC(ops, sizeof (*buffer), buffer, sched->record_p, in tnf_kernel_schedule()
167 ASSIGN(buffer, time_base, sched->time_base); in tnf_kernel_schedule()
168 ASSIGN(buffer, cpuid, sched->cpuid); in tnf_kernel_schedule()
174 sched->record_gen = ((tnf_block_header_t *) in tnf_kernel_schedule()
177 ASSERT(sched->record_gen != TNF_TAG_GENERATION_NUM); in tnf_kernel_schedule()
/titanic_50/usr/src/lib/libtnfprobe/
H A Dtnf_trace.c160 tnf_schedule_write(tnf_ops_t *ops, tnf_schedule_t *sched) in tnf_schedule_write() argument
171 ALLOC(ops, sizeof (*buffer), buffer, sched->record_p, ops->mode); in tnf_schedule_write()
181 ASSIGN2(buffer, tid, sched->tid, uint32); in tnf_schedule_write()
183 ASSIGN(buffer, lwpid, sched->lwpid); in tnf_schedule_write()
185 ASSIGN(buffer, pid, sched->pid); in tnf_schedule_write()
186 ASSIGN(buffer, time_base, sched->time_base); in tnf_schedule_write()
192 sched->record_gen = ((tnf_block_header_t *) in tnf_schedule_write()
195 TNF_ASSERT(sched->record_gen != TNF_TAG_GENERATION_NUM); in tnf_schedule_write()
H A Dtrace_funcs.c111 tnf_schedule_t *sched; in tnf_trace_alloc() local
235 sched = &(ops->schedule); in tnf_trace_alloc()
238 sprintf(tmp_buf, "tnf_trace_alloc, sched=%p\n", sched); in tnf_trace_alloc()
246 if ((sched_record_p = sched->record_p) == NULL || in tnf_trace_alloc()
256 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
264 time_diff = curr_time - sched->time_base; in tnf_trace_alloc()
298 _tnf_sched_init(sched, curr_time); in tnf_trace_alloc()
300 if ((sched_record_p = tnf_schedule_write(ops, sched)) != NULL) { in tnf_trace_alloc()
304 ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
H A Dtrace_init.c238 _tnf_sched_init(tnf_schedule_t *sched, hrtime_t t) in _tnf_sched_init() argument
242 sched->time_base = t; in _tnf_sched_init()
245 sched->tid = tid; in _tnf_sched_init()
246 sched->lwpid = _lwp_self(); in _tnf_sched_init()
247 sched->pid = getpid(); in _tnf_sched_init()
/titanic_50/usr/src/cmd/dtrace/demo/sched/
H A Dwhoqueue.d34 sched:::enqueue
40 sched:::enqueue
50 sched:::enqueue
68 sched:::dequeue
78 sched:::dequeue
85 sched:::dequeue
H A Dwhatfor.d27 sched:::off-cpu
37 sched:::off-cpu
43 sched:::on-cpu
50 sched:::on-cpu
H A Dwhopreempt.d29 sched:::preempt
34 sched:::remain-cpu
40 sched:::off-cpu
H A Dnscd.d27 sched:::sleep
33 sched:::wakeup
41 sched:::wakeup
H A Dfirebird.d29 sched:::sleep
35 sched:::wakeup
43 sched:::wakeup
H A Dtick.d27 sched:::tick,
28 sched:::enqueue
H A Dticktime.d29 sched:::tick
35 sched:::tick
H A Dwhere.d27 sched:::on-cpu
32 sched:::off-cpu
H A Dqlen.d27 sched:::enqueue
33 sched:::dequeue
H A Dxwork.d29 sched:::wakeup
36 sched:::wakeup
H A Dhowlong.d27 sched:::off-cpu
34 sched:::on-cpu
H A Dwhofor.d29 sched:::sleep
35 sched:::wakeup
H A Dqtime.d26 sched:::enqueue
32 sched:::dequeue
/titanic_50/usr/src/cmd/latencytop/common/
H A Dlatencytop.d131 sched::resume:off-cpu
144 sched:::enqueue
156 sched::resume:on-cpu
175 sched::resume:on-cpu
190 sched::resume:on-cpu
214 sched::resume:on-cpu
272 sched:::wakeup
318 sched::resume:off-cpu
331 sched::resume:on-cpu
352 sched::resume:on-cpu
[all …]
/titanic_50/usr/src/cmd/dtrace/test/tst/common/sched/
H A Dtst.enqueue.d32 sched:::enqueue
38 sched:::enqueue
44 sched:::enqueue
H A Dtst.oncpu.d32 sched:::on-cpu
38 sched:::off-cpu
44 sched:::off-cpu
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnbu.c81 boolean_t sched = B_FALSE; in xnbu_to_host() local
96 sched = B_TRUE; in xnbu_to_host()
102 if (sched) in xnbu_to_host()
203 boolean_t sched = B_FALSE; in xnbu_m_send() local
214 sched = xnbup->u_need_sched; in xnbu_m_send()
225 if (sched) in xnbu_m_send()

1234