Home
last modified time | relevance | path

Searched refs:ts0 (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/trace/
A Dhistogram-design.rst379 entry, ts0, corresponding to the ts0 variable in the sched_waking
764 var.name: ts0
842 name: ts0
1145 var.name: ts0
1230 name: ts0
1421 var.name: ts0
1504 name: ts0
1692 var.name: ts0
1802 name: ts0
1932 var.name: ts0
[all …]
A Dhistogram.rst1705 # echo 'hist:keys=next_pid:vals=$ts0:ts0=common_timestamp ... >> \
1713 referenced as '$ts0' in expressions.
1730 result in both ts0 and b being created as variables, with both
1733 # echo 'hist:keys=pid:vals=$ts0,$b:ts0=common_timestamp,b=field1 ...' >> \
1740 # echo 'hist:keys=pid:ts0=common_timestamp,b=field1:vals=$ts0,$b ...' >> \
1758 variable ts0. In the next line, ts0 is subtracted from the second
2128 # echo 'hist:keys=pid:ts0=common_timestamp.usecs \
2133 wakeup_lat=common_timestamp.usecs-$ts0:\
2144 common_timestamp-ts0: 0
2150 common_timestamp-ts0: 0
[all …]
A Dboottime-trace.rst235 var.ts0 = common_timestamp.usecs
239 var.lat = common_timestamp.usecs - $ts0
/linux/lib/math/
A Dtest_div64.c222 struct timespec64 ts, ts0, ts1; in test_div64_init() local
226 ktime_get_ts64(&ts0); in test_div64_init()
233 ts = timespec64_sub(ts1, ts0); in test_div64_init()
/linux/tools/testing/ktest/examples/bootconfigs/
A Dboottrace.bconf21 var.ts0 = common_timestamp.usecs
25 var.lat = common_timestamp.usecs - $ts0
/linux/kernel/
A Dsmp.c324 static bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong() argument
357 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), ts2 - ts0, in csd_lock_wait_toolong()
393 u64 ts0, ts1; in __csd_lock_wait() local
395 ts1 = ts0 = sched_clock(); in __csd_lock_wait()
397 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in __csd_lock_wait()
/linux/drivers/ptp/
A Dptp_ocp.c220 struct ptp_ocp_ext_src *ts0; member
311 OCP_EXT_RESOURCE(ts0),
673 ext = bp->ts0; in ptp_ocp_enable()
2036 if (bp->ts0) { in ptp_ocp_summary_show()
2037 ts_reg = bp->ts0->mem; in ptp_ocp_summary_show()
2417 if (bp->ts0) in ptp_ocp_detach()
2418 ptp_ocp_unregister_ext(bp->ts0); in ptp_ocp_detach()
/linux/drivers/gpu/drm/i915/
A Di915_perf.c1637 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local
1689 ts0 = cs; in alloc_noa_wait()
1746 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()

Completed in 30 milliseconds