| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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…
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | smp.c | 144 static __always_inline bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1… in csd_lock_wait_toolong() argument 177 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), ts2 - ts0, in csd_lock_wait_toolong() 211 u64 ts0, ts1; in csd_lock_wait() local 213 ts1 = ts0 = sched_clock(); in csd_lock_wait() 215 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in csd_lock_wait()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_debug.c | 592 static uint64 ts0 = 0; in dhd_dbg_verboselog_printf() local 599 if (!ts0) in dhd_dbg_verboselog_printf() 600 ts0 = OSL_SYSUPTIME_US(); in dhd_dbg_verboselog_printf() 604 if (((ts1 - ts0) <= LOG_PRINT_THRESH) && (log_print_count >= MAX_LOG_PRINT_COUNT)) { in dhd_dbg_verboselog_printf() 606 ts0 = 0; in dhd_dbg_verboselog_printf() 610 } else if ((ts1 - ts0) > LOG_PRINT_THRESH) { in dhd_dbg_verboselog_printf() 612 ts0 = 0; in dhd_dbg_verboselog_printf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_debug.c | 592 static uint64 ts0 = 0; in dhd_dbg_verboselog_printf() local 599 if (!ts0) in dhd_dbg_verboselog_printf() 600 ts0 = OSL_SYSUPTIME_US(); in dhd_dbg_verboselog_printf() 604 if (((ts1 - ts0) <= LOG_PRINT_THRESH) && (log_print_count >= MAX_LOG_PRINT_COUNT)) { in dhd_dbg_verboselog_printf() 606 ts0 = 0; in dhd_dbg_verboselog_printf() 610 } else if ((ts1 - ts0) > LOG_PRINT_THRESH) { in dhd_dbg_verboselog_printf() 612 ts0 = 0; in dhd_dbg_verboselog_printf()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_debug.c | 592 static uint64 ts0 = 0; in dhd_dbg_verboselog_printf() local 599 if (!ts0) in dhd_dbg_verboselog_printf() 600 ts0 = OSL_SYSUPTIME_US(); in dhd_dbg_verboselog_printf() 604 if (((ts1 - ts0) <= LOG_PRINT_THRESH) && (log_print_count >= MAX_LOG_PRINT_COUNT)) { in dhd_dbg_verboselog_printf() 606 ts0 = 0; in dhd_dbg_verboselog_printf() 610 } else if ((ts1 - ts0) > LOG_PRINT_THRESH) { in dhd_dbg_verboselog_printf() 612 ts0 = 0; in dhd_dbg_verboselog_printf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_debug.c | 635 static uint64 ts0 = 0; in dhd_dbg_verboselog_printf() local 642 if (!ts0) in dhd_dbg_verboselog_printf() 643 ts0 = OSL_SYSUPTIME_US(); in dhd_dbg_verboselog_printf() 647 if (((ts1 - ts0) <= LOG_PRINT_THRESH) && (log_print_count >= MAX_LOG_PRINT_COUNT)) { in dhd_dbg_verboselog_printf() 649 ts0 = 0; in dhd_dbg_verboselog_printf() 653 } else if ((ts1 - ts0) > LOG_PRINT_THRESH) { in dhd_dbg_verboselog_printf() 655 ts0 = 0; in dhd_dbg_verboselog_printf()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_debug.c | 635 static uint64 ts0 = 0; in dhd_dbg_verboselog_printf() local 642 if (!ts0) in dhd_dbg_verboselog_printf() 643 ts0 = OSL_SYSUPTIME_US(); in dhd_dbg_verboselog_printf() 647 if (((ts1 - ts0) <= LOG_PRINT_THRESH) && (log_print_count >= MAX_LOG_PRINT_COUNT)) { in dhd_dbg_verboselog_printf() 649 ts0 = 0; in dhd_dbg_verboselog_printf() 653 } else if ((ts1 - ts0) > LOG_PRINT_THRESH) { in dhd_dbg_verboselog_printf() 655 ts0 = 0; in dhd_dbg_verboselog_printf()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 1636 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local 1681 ts0 = cs; in alloc_noa_wait() 1738 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 11206 wl_proxd_time_slot_t ts0[1]; member 11208 #define WL_PROXD_AVAIL24_TIMESLOT(_avail24, _i) (&(_avail24)->ts0[(_i)]) 11209 #define WL_PROXD_AVAIL24_TIMESLOT_OFFSET(_avail24) OFFSETOF(wl_proxd_avail24_t, ts0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 14395 wl_proxd_time_slot_t ts0[1]; member 14397 #define WL_PROXD_AVAIL24_TIMESLOT(_avail24, _i) (&(_avail24)->ts0[(_i)]) 14398 #define WL_PROXD_AVAIL24_TIMESLOT_OFFSET(_avail24) OFFSETOF(wl_proxd_avail24_t, ts0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 14395 wl_proxd_time_slot_t ts0[1]; member 14397 #define WL_PROXD_AVAIL24_TIMESLOT(_avail24, _i) (&(_avail24)->ts0[(_i)]) 14398 #define WL_PROXD_AVAIL24_TIMESLOT_OFFSET(_avail24) OFFSETOF(wl_proxd_avail24_t, ts0)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 14406 wl_proxd_time_slot_t ts0[1]; member 14408 #define WL_PROXD_AVAIL24_TIMESLOT(_avail24, _i) (&(_avail24)->ts0[(_i)]) 14409 #define WL_PROXD_AVAIL24_TIMESLOT_OFFSET(_avail24) OFFSETOF(wl_proxd_avail24_t, ts0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 17687 wl_proxd_time_slot_t ts0[1]; member 17689 #define WL_PROXD_AVAIL24_TIMESLOT(_avail24, _i) (&(_avail24)->ts0[(_i)]) 17690 #define WL_PROXD_AVAIL24_TIMESLOT_OFFSET(_avail24) OFFSETOF(wl_proxd_avail24_t, ts0)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 17705 wl_proxd_time_slot_t ts0[1]; member 17707 #define WL_PROXD_AVAIL24_TIMESLOT(_avail24, _i) (&(_avail24)->ts0[(_i)]) 17708 #define WL_PROXD_AVAIL24_TIMESLOT_OFFSET(_avail24) OFFSETOF(wl_proxd_avail24_t, ts0)
|