Searched refs:ts0 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/Documentation/trace/ |
D | histogram-design.rst | 364 # 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 …]
|
D | histogram.rst | 1702 creates a variable named 'ts0' for a histogram entry with the key 1705 # echo 'hist:keys=next_pid:vals=$ts0:ts0=common_timestamp ... >> \ 1708 The ts0 variable can be accessed by any subsequent event having the 1712 the '$' sign. Thus for example, the ts0 variable above would be 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 ...' >> \ 1747 # echo 'hist:keys=pid:ts0=common_timestamp:b=field1 ...' >> event/trigger 1754 # echo 'hist:keys=pid,prio:ts0=common_timestamp ...' >> event1/trigger [all …]
|
D | boottime-trace.rst | 235 var.ts0 = common_timestamp.usecs 239 var.lat = common_timestamp.usecs - $ts0
|
/Linux-v5.15/lib/math/ |
D | test_div64.c | 222 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-v5.15/tools/testing/ktest/examples/bootconfigs/ |
D | boottrace.bconf | 21 var.ts0 = common_timestamp.usecs 25 var.lat = common_timestamp.usecs - $ts0
|
/Linux-v5.15/kernel/ |
D | smp.c | 324 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-v5.15/drivers/ptp/ |
D | ptp_ocp.c | 157 struct ptp_ocp_ext_src *ts0; member 236 OCP_EXT_RESOURCE(ts0), 484 ext = bp->ts0; in ptp_ocp_enable() 1392 if (bp->ts0) in ptp_ocp_detach() 1393 ptp_ocp_unregister_ext(bp->ts0); in ptp_ocp_detach()
|
/Linux-v5.15/drivers/gpu/drm/i915/ |
D | i915_perf.c | 1637 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()
|