Searched refs:ktime (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.py | 297 data.dmesg['kernel']['start'] = data.start = ktime = 0.0 330 ktime = float(m.group('ktime')) 331 if(ktime > 120): 335 if(ktime == 0.0 and re.match(r'^Linux version .*', msg)): 342 bt = bt - timedelta(seconds=int(ktime)) 350 devtemp[func] = (ktime, pid) 355 data.end = ktime 359 data.newAction(phase, f, pid, start, ktime, int(r), int(t)) 363 data.tUserMode = ktime 364 data.dmesg['kernel']['end'] = ktime [all …]
|
| H A D | sleepgraph.py | 547 ktime = '0' 553 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line) 555 ktime = m.group('ktime') 557 self.dmesgstart = float(ktime) 567 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line) 570 ktime = float(m.group('ktime')) 571 if ktime > self.dmesgstart: 1592 m = re.match(r'[ \t]*(\[ *)(?P<ktime>[ 1884 setPhase(self, phase, ktime, isbegin, order=-1) global() argument [all...] |
| /linux/drivers/net/can/softing/ |
| H A D | softing_main.c | 133 ktime_t ktime) in softing_netdev_rx() argument 142 skb->tstamp = ktime; in softing_netdev_rx() 154 ktime_t ktime; in softing_handle_1() local 243 ktime = softing_raw2ktime(card, tmp_u32); in softing_handle_1() 258 softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1() 276 ktime = softing_raw2ktime(card, tmp_u32); in softing_handle_1() 285 skb->tstamp = ktime; in softing_handle_1() 300 ret = softing_netdev_rx(netdev, &msg, ktime); in softing_handle_1()
|
| H A D | softing.h | 102 ktime_t ktime);
|
| /linux/rust/kernel/ |
| H A D | time.rs | 230 pub(crate) unsafe fn from_ktime(ktime: bindings::ktime_t) -> Self { in from_ktime() 231 debug_assert!(ktime >= 0); in from_ktime() 236 inner: ktime, in from_ktime()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_log.c | 219 snapshot->ktime = ktime_get_boottime_ns(); in xe_guc_log_snapshot_capture() 247 drm_printf(p, "Kernel timestamp: 0x%08llX [%llu]\n", snapshot->ktime, snapshot->ktime); in xe_guc_log_snapshot_print()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | strobemeta.h | 195 uint64_t ktime; member 613 sample->ktime = ktime_ns; in on_event()
|
| /linux/Documentation/driver-api/hte/ |
| H A D | hte.rst | 16 in obtaining timestamps than using software counterparts i.e. ktime and
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 1 ktime accessors
|
| /linux/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 1769 ktime_t ktime; in gmac_irq() local 1771 ktime = ktime_set(0, port->rx_coalesce_nsecs); in gmac_irq() 1772 hrtimer_start(&port->rx_coalesce_timer, ktime, in gmac_irq()
|
| /linux/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 148 that the kernel native struct ktime has a signed integer for both seconds
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | botching-up-ioctls.rst | 167 sono scartateli. Fate attenzione perché la struttura dati ``struct ktime``
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | botching-up-ioctls.rst | 169 caso contrário. Note que a struct nativa do kernel, ktime, possui um inteiro
|