| /linux-6.15/Documentation/trace/ |
| H A D | histogram-design.rst | 379 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 …]
|
| H A D | histogram.rst | 1714 # echo 'hist:keys=next_pid:vals=$ts0:ts0=common_timestamp ... >> \ 1722 referenced as '$ts0' in expressions. 1739 result in both ts0 and b being created as variables, with both 1742 # echo 'hist:keys=pid:vals=$ts0,$b:ts0=common_timestamp,b=field1 ...' >> \ 1749 # echo 'hist:keys=pid:ts0=common_timestamp,b=field1:vals=$ts0,$b ...' >> \ 1767 variable ts0. In the next line, ts0 is subtracted from the second 2290 # echo 'hist:keys=pid:ts0=common_timestamp.usecs \ 2295 wakeup_lat=common_timestamp.usecs-$ts0:\ 2306 common_timestamp-ts0: 0 2312 common_timestamp-ts0: 0 [all …]
|
| H A D | boottime-trace.rst | 233 var.ts0 = common_timestamp.usecs 237 var.lat = common_timestamp.usecs - $ts0
|
| /linux-6.15/lib/math/ |
| H A D | test_div64.c | 303 struct timespec64 ts, ts0, ts1; in test_div64_init() local 307 ktime_get_ts64(&ts0); in test_div64_init() 314 ts = timespec64_sub(ts1, ts0); in test_div64_init()
|
| /linux-6.15/tools/testing/ktest/examples/bootconfigs/ |
| H A D | boottrace.bconf | 21 var.ts0 = common_timestamp.usecs 25 var.lat = common_timestamp.usecs - $ts0
|
| /linux-6.15/kernel/ |
| H A D | smp.c | 229 static bool csd_lock_wait_toolong(call_single_data_t *csd, u64 ts0, u64 *ts1, int *bug_id, unsigned… in csd_lock_wait_toolong() argument 257 if (ts0 > ts2) { in csd_lock_wait_toolong() 259 ts_delta = ts0 - ts2; in csd_lock_wait_toolong() 275 ts_delta = ts2 - ts0; in csd_lock_wait_toolong() 322 u64 ts0, ts1; in __csd_lock_wait() local 324 ts1 = ts0 = ktime_get_mono_fast_ns(); in __csd_lock_wait() 326 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id, &nmessages)) in __csd_lock_wait()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_ocp.c | 350 struct ptp_ocp_ext_src *ts0; member 512 OCP_EXT_RESOURCE(ts0), 765 OCP_EXT_RESOURCE(ts0), 880 OCP_EXT_RESOURCE(ts0), 1387 ext = bp->ts0; in ptp_ocp_enable() 4134 if (bp->ts0) { in ptp_ocp_summary_show() 4135 ts_reg = bp->ts0->mem; in ptp_ocp_summary_show() 4562 if (bp->ts0) in ptp_ocp_detach() 4563 ptp_ocp_unregister_ext(bp->ts0); in ptp_ocp_detach()
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | x1e80100-lenovo-yoga-slim7x.dts | 925 ts0_default: ts0-default-state {
|
| H A D | x1e78100-lenovo-thinkpad-t14s.dts | 930 ts0_default: ts0-default-state {
|
| H A D | sc8280xp-crd.dts | 1104 ts0_default: ts0-default-state {
|
| H A D | x1e80100-dell-xps13-9345.dts | 1066 ts0_default: ts0-default-state {
|
| H A D | x1e80100-crd.dts | 1152 ts0_default: ts0-default-state {
|
| H A D | sc8280xp-huawei-gaokun3.dts | 1408 ts0_default: ts0-default-state {
|
| H A D | x1e80100-hp-omnibook-x14.dts | 1529 ts0_default: ts0-default-state {
|
| H A D | sc8280xp-lenovo-thinkpad-x13s.dts | 1747 ts0_default: ts0-default-state {
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 1946 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local 2016 ts0 = cs; in alloc_noa_wait() 2076 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()
|