Searched refs:clock_base (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/util/
H A Ds390-cpumcf-kernel.h29 unsigned int clock_base:1; /* TOD clock base */ member in struct:cf_trailer_entry::__anon327::__anon328
H A Ds390-cpumsf-kernel.h63 unsigned long long clock_base:1; /* in progusage2 */ member in struct:hws_trailer_entry::__anon15276::__anon15277
H A Ds390-cpumsf.c338 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1;
354 trailer_timestamp(te, te->clock_base),
355 te->clock_base, te->progusage2);
551 bool clock_base; local
557 clock_base = be64toh(te->progusage[0]) >> 63 & 0x1;
560 clock_base = te->clock_base;
563 if (!clock_base) /* TOD_CLOCK_BASE value missing */
570 aux_time = trailer_timestamp(te, clock_base) - progusage2;
H A Ds390-sample-raw.c102 offset, te.clock_base ? 'T' : ' ',
/linux-master/include/linux/
H A Dhrtimer_defs.h97 * @clock_base: array of clock bases for this cpu
127 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; member in struct:hrtimer_cpu_base
/linux-master/kernel/time/
H A 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];
499 return &cpu_base->clock_base[idx];
630 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset;
631 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset;
632 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset;
637 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real;
638 base->clock_base[HRTIMER_BASE_BOOTTIME_SOF
[all...]
H A Dtimer_list.c123 print_base(m, cpu_base->clock_base + i, now);
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h153 unsigned int clock_base:1; /* in progusage2 */ member in struct:hws_trailer_entry::__anon73::__anon74
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c357 unsigned int clock_base:1; /* TOD clock base set */ member in struct:cf_trailer_entry::__anon64::__anon65
401 te->clock_base = 1; /* Save clock base */
H A Dperf_cpum_sf.c1733 te->clock_base = 1;

Completed in 461 milliseconds