Searched refs:ts0 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/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 | 1701 creates a variable named 'ts0' for a histogram entry with the key 1704 # echo 'hist:keys=next_pid:vals=$ts0:ts0=common_timestamp ... >> \ 1707 The ts0 variable can be accessed by any subsequent event having the 1711 the '$' sign. Thus for example, the ts0 variable above would be 1712 referenced as '$ts0' in expressions. 1729 result in both ts0 and b being created as variables, with both 1732 # echo 'hist:keys=pid:vals=$ts0,$b:ts0=common_timestamp,b=field1 ...' >> \ 1739 # echo 'hist:keys=pid:ts0=common_timestamp,b=field1:vals=$ts0,$b ...' >> \ 1746 # echo 'hist:keys=pid:ts0=common_timestamp:b=field1 ...' >> event/trigger 1753 # echo 'hist:keys=pid,prio:ts0=common_timestamp ...' >> event1/trigger [all …]
|
D | boottime-trace.rst | 159 actions = "hist:keys=func:ts0=common_timestamp.usecs" 162 …actions = "hist:keys=func:lat=common_timestamp.usecs-$ts0:onmatch(initcall.initcall_start).initcal…
|
/Linux-v5.10/kernel/ |
D | smp.c | 142 static __always_inline bool csd_lock_wait_toolong(call_single_data_t *csd, u64 ts0, u64 *ts1, int *… in csd_lock_wait_toolong() argument 175 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), ts2 - ts0, in csd_lock_wait_toolong() 209 u64 ts0, ts1; in csd_lock_wait() local 211 ts1 = ts0 = sched_clock(); in csd_lock_wait() 213 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in csd_lock_wait()
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_perf.c | 1639 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local 1684 ts0 = cs; in alloc_noa_wait() 1741 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()
|