Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dhrtimer.c71 .clock_base =
138 .clock_base = { {
145 #define migration_base migration_cpu_base.clock_base[0]
235 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
496 return &cpu_base->clock_base[idx]; in __next_base()
629 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
634 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
636 base->clock_base[HRTIMER_BASE_TAI_SOFT].offset = *offs_tai; in hrtimer_update_base()
1573 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
2242 migrate_hrtimer_list(&old_base->clock_base[i], in hrtimers_dead_cpu()
[all …]
A Dtimer_list.c123 print_base(m, cpu_base->clock_base + i, now); in print_cpu()
/linux/tools/perf/util/
A Ds390-cpumsf.c337 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show()
353 trailer_timestamp(te, te->clock_base), in s390_cpumsf_trailer_show()
354 te->clock_base, te->progusage2); in s390_cpumsf_trailer_show()
550 bool clock_base; in get_trailer_time() local
556 clock_base = be64toh(te->progusage[0]) >> 63 & 0x1; in get_trailer_time()
559 clock_base = te->clock_base; in get_trailer_time()
562 if (!clock_base) /* TOD_CLOCK_BASE value missing */ in get_trailer_time()
569 aux_time = trailer_timestamp(te, clock_base) - progusage2; in get_trailer_time()
A Ds390-cpumcf-kernel.h27 unsigned int clock_base:1; /* TOD clock base */ member
A Ds390-cpumsf-kernel.h63 unsigned long long clock_base:1; /* in progusage2 */ member
A Ds390-sample-raw.c103 offset, te.clock_base ? 'T' : ' ', in s390_cpumcfdg_dumptrail()
/linux/arch/s390/include/asm/
A Dcpu_mf.h149 unsigned int clock_base:1; /* in progusage2 */ member
/linux/include/linux/
A Dhrtimer.h237 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; member
/linux/Documentation/dev-tools/
A Dgdb-kernel-debugging.rst133 (gdb) set $next = $lx_per_cpu("hrtimer_bases").clock_base[0].active.next
/linux/arch/s390/kernel/
A Dperf_cpum_cf.c65 unsigned int clock_base:1; /* TOD clock base set */ member
110 te->clock_base = 1; /* Save clock base */ in cfdiag_trailer()
A Dperf_cpum_sf.c1684 te->clock_base = 1; in aux_sdb_init()

Completed in 31 milliseconds