Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dhrtimer.c72 .clock_base =
139 .clock_base = { {
146 #define migration_base migration_cpu_base.clock_base[0]
237 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
499 return &cpu_base->clock_base[idx]; in __next_base()
630 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
631 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
632 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
637 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
638 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
[all …]
Dtimer_list.c123 print_base(m, cpu_base->clock_base + i, now); in print_cpu()
/linux-6.12.1/tools/perf/util/
Ds390-cpumsf.c338 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show()
354 trailer_timestamp(te, te->clock_base), in s390_cpumsf_trailer_show()
355 te->clock_base, te->progusage2); in s390_cpumsf_trailer_show()
551 bool clock_base; in get_trailer_time() local
557 clock_base = be64toh(te->progusage[0]) >> 63 & 0x1; in get_trailer_time()
560 clock_base = te->clock_base; in get_trailer_time()
563 if (!clock_base) /* TOD_CLOCK_BASE value missing */ in get_trailer_time()
570 aux_time = trailer_timestamp(te, clock_base) - progusage2; in get_trailer_time()
Ds390-cpumcf-kernel.h29 unsigned int clock_base:1; /* TOD clock base */ member
Ds390-cpumsf-kernel.h63 unsigned long long clock_base:1; /* in progusage2 */ member
Ds390-sample-raw.c102 offset, te.clock_base ? 'T' : ' ', in s390_cpumcfdg_dumptrail()
/linux-6.12.1/include/linux/
Dhrtimer_defs.h127 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; member
/linux-6.12.1/arch/s390/include/asm/
Dcpu_mf.h154 unsigned int clock_base:1; /* in progusage2 */ member
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dgdb-kernel-debugging.rst130 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/
Dgdb-kernel-debugging.rst126 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
/linux-6.12.1/Documentation/dev-tools/
Dgdb-kernel-debugging.rst137 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
/linux-6.12.1/arch/s390/kernel/
Dperf_cpum_cf.c361 unsigned int clock_base:1; /* TOD clock base set */ member
405 te->clock_base = 1; /* Save clock base */ in cfdiag_trailer()
Dperf_cpum_sf.c1599 te->clock_base = 1; in aux_sdb_init()