Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/trace/
Dhistogram-design.rst364 # echo 'hist:keys=pid:ts0=common_timestamp.usecs' >>
367 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0' >>
379 entry, ts0, corresponding to the ts0 variable in the sched_waking
400 | var = ts0 | |
445 struct, and a new entry added to hist_data.fields representing the ts0 | | |
450 As you can see, the ts0 entry's .var.idx member contains the index | | |
507 . | ts0 |<--+ | |
551 +---------------->| ts0 |<--+ | |
585 same way as the sched_waking ts0 variable, but in addition there's an | |
600 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp.usecs-$ts0' >> | |
[all …]
Dhistogram.rst1711 creates a variable named 'ts0' for a histogram entry with the key
1714 # echo 'hist:keys=next_pid:vals=$ts0:ts0=common_timestamp ... >> \
1717 The ts0 variable can be accessed by any subsequent event having the
1721 the '$' sign. Thus for example, the ts0 variable above would be
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 ...' >> \
1756 # echo 'hist:keys=pid:ts0=common_timestamp:b=field1 ...' >> event/trigger
1763 # echo 'hist:keys=pid,prio:ts0=common_timestamp ...' >> event1/trigger
[all …]
Dboottime-trace.rst233 var.ts0 = common_timestamp.usecs
237 var.lat = common_timestamp.usecs - $ts0
/linux-6.12.1/lib/math/
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-6.12.1/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf21 var.ts0 = common_timestamp.usecs
25 var.lat = common_timestamp.usecs - $ts0
/linux-6.12.1/kernel/
Dsmp.c229 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 = sched_clock(); in __csd_lock_wait()
326 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id, &nmessages)) in __csd_lock_wait()
/linux-6.12.1/drivers/ptp/
Dptp_ocp.c348 struct ptp_ocp_ext_src *ts0; member
508 OCP_EXT_RESOURCE(ts0),
761 OCP_EXT_RESOURCE(ts0),
876 OCP_EXT_RESOURCE(ts0),
1383 ext = bp->ts0; in ptp_ocp_enable()
4074 if (bp->ts0) { in ptp_ocp_summary_show()
4075 ts_reg = bp->ts0->mem; in ptp_ocp_summary_show()
4502 if (bp->ts0) in ptp_ocp_detach()
4503 ptp_ocp_unregister_ext(bp->ts0); in ptp_ocp_detach()
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dx1e78100-lenovo-thinkpad-t14s.dts658 ts0_default: ts0-default-state {
Dsc8280xp-crd.dts970 ts0_default: ts0-default-state {
Dx1e80100-lenovo-yoga-slim7x.dts871 ts0_default: ts0-default-state {
Dx1e80100-crd.dts1104 ts0_default: ts0-default-state {
Dsc8280xp-lenovo-thinkpad-x13s.dts1680 ts0_default: ts0-default-state {
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_perf.c1943 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local
2013 ts0 = cs; in alloc_noa_wait()
2073 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()