Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/openbmc/linux/tools/perf/scripts/python/
H A Dstat-cpi.py10 def get_key(time, event, cpu, thread): argument
13 def store_key(time, cpu, thread): argument
23 def store(time, event, cpu, thread, val, ena, run): argument
31 def get(time, event, cpu, thread): argument
35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
47 def stat__cycles(cpu, thread, time, val, ena, run): argument
50 def stat__instructions(cpu, thread, time, val, ena, run): argument
[all …]
/openbmc/linux/lib/
H A Dfind_bit_benchmark.c39 ktime_t time; in test_find_first_bit() local
56 ktime_t time; in test_find_first_and_bit() local
74 ktime_t time; in test_find_next_bit() local
88 ktime_t time; in test_find_next_zero_bit() local
102 ktime_t time; in test_find_last_bit() local
121 ktime_t time; in test_find_nth_bit() local
138 ktime_t time; in test_find_next_and_bit() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dextended_user_header_test.cpp82 BCDTime time{0x20, 0x25, 0x10, 0x20, 0x30, 0x40, 0x50, 0x60}; in TEST() local
118 BCDTime time{0x20, 0x25, 0x10, 0x20, 0x30, 0x40, 0x50, 0x60}; in TEST() local
172 BCDTime time; in TEST() local
212 BCDTime time; in TEST() local
246 BCDTime time; in TEST() local
287 BCDTime time; in TEST() local
/openbmc/sdbusplus/test/
H A Dtimer.cpp90 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
115 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
146 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
178 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
214 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
240 auto time = duration_cast<microseconds>(seconds(2)); in TEST_F() local
/openbmc/openbmc/poky/meta/lib/
H A Dbuildstats.py81 def _reduce_meminfo(self, time, data, filename): argument
102 def _reduce_diskstats(self, time, data, filename): argument
131 def _reduce_nop(self, time, data, filename): argument
134 def _reduce_stat(self, time, data, filename): argument
153 def _reduce_pressure(self, time, data, filename): argument
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py18 def __init__(self, time): argument
25 def __init__(self, time, user, sys, io = 0.0, swap = 0.0): argument
41 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
49 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
57 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
68 def __init__(self, time): argument
98 def __init__(self, time): argument
109 def __init__(self, time, state, cpu_sample): argument
195 def __init__(self, time, read, write, util): argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dbcd_time.cpp40 BCDTime getBCDTime(std::chrono::time_point<std::chrono::system_clock>& time) in getBCDTime()
68 std::chrono::time_point<std::chrono::system_clock> time{ms}; in getBCDTime() local
96 Stream& operator>>(Stream& s, BCDTime& time) in operator >>()
103 Stream& operator<<(Stream& s, const BCDTime& time) in operator <<()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c58 s64 time; in nvkm_subdev_fini() local
83 s64 time; in nvkm_subdev_preinit() local
104 s64 time; in nvkm_subdev_oneinit_() local
127 s64 time; in nvkm_subdev_init_() local
219 s64 time; in nvkm_subdev_del() local
/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c62 static bool sugov_should_update_freq(struct sugov_policy *sg_policy, u64 time) in sugov_should_update_freq()
95 static bool sugov_update_next_freq(struct sugov_policy *sg_policy, u64 time, in sugov_update_next_freq()
177 static bool sugov_iowait_reset(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_reset()
206 static void sugov_iowait_boost(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_boost()
254 static void sugov_iowait_apply(struct sugov_cpu *sg_cpu, u64 time, in sugov_iowait_apply()
314 u64 time, unsigned long max_cap, in sugov_update_single_common()
331 static void sugov_update_single_freq(struct update_util_data *hook, u64 time, in sugov_update_single_freq()
378 static void sugov_update_single_perf(struct update_util_data *hook, u64 time, in sugov_update_single_perf()
416 static unsigned int sugov_next_freq_shared(struct sugov_cpu *sg_cpu, u64 time) in sugov_next_freq_shared()
438 sugov_update_shared(struct update_util_data *hook, u64 time, unsigned int flags) in sugov_update_shared()
/openbmc/phosphor-time-manager/
H A Dbmc_epoch.cpp24 namespace time namespace
97 auto time = microseconds(value); in elapsed() local
107 std::array<char, 64> time{}; in onTimeChange() local
/openbmc/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c86 static int sandbox_i2c_rtc_get(struct udevice *dev, struct rtc_time *time) in sandbox_i2c_rtc_get()
104 static int sandbox_i2c_rtc_set(struct udevice *dev, const struct rtc_time *time) in sandbox_i2c_rtc_set()
125 struct rtc_time time; in sandbox_i2c_rtc_prepare_read() local
146 struct rtc_time time; in sandbox_i2c_rtc_complete_write() local
H A Dmvrtc.c23 u32 time; in __mv_rtc_get() local
70 u32 time = 0; /* sets hour format bit to zero, 24hr format. */ in __mv_rtc_set() local
109 u32 time; in __mv_rtc_reset() local
H A Dmc13xxx-rtc.c14 u32 day1, day2, time; in rtc_get() local
48 u32 time, day; in rtc_set() local
H A Dmxsrtc.c39 int rtc_get(struct rtc_time *time) in rtc_get()
50 int rtc_set(struct rtc_time *time) in rtc_set()
H A Dsandbox_rtc.c15 static int sandbox_rtc_get(struct udevice *dev, struct rtc_time *time) in sandbox_rtc_get()
43 static int sandbox_rtc_set(struct udevice *dev, const struct rtc_time *time) in sandbox_rtc_set()
H A Dmx27rtc.c18 int rtc_get(struct rtc_time *time) in rtc_get()
37 int rtc_set(struct rtc_time *time) in rtc_set()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtimer.hpp69 event_t::time_resolution time; member
111 event_t::time_resolution time; member
117 auto sleep_for(context& ctx, std::chrono::duration<Rep, Period> time) in sleep_for()
/openbmc/u-boot/test/dm/
H A Drtc.c29 static void show_time(const char *msg, struct rtc_time *time) in show_time()
36 static int cmp_times(struct rtc_time *expect, struct rtc_time *time, bool show) in cmp_times()
57 struct rtc_time now, time, cmp; in dm_test_rtc_set_get() local
/openbmc/linux/drivers/rtc/
H A Drtc-meson-vrtc.c23 struct timespec64 time; in meson_vrtc_read_time() local
33 unsigned long time) in meson_vrtc_set_wakeup_time()
97 struct timespec64 time; in meson_vrtc_suspend() local
H A Drtc-nxp-bbnsm.c46 u32 time; in bbnsm_read_counter() local
65 unsigned long time; in bbnsm_rtc_read_time() local
81 unsigned long time = rtc_tm_to_time64(tm); in bbnsm_rtc_set_time() local
125 unsigned long time = rtc_tm_to_time64(&alrm->time); in bbnsm_rtc_set_alarm() local
H A Drtc-mc146818-lib.c101 struct rtc_time *time; member
154 int mc146818_get_time(struct rtc_time *time, int timeout) in mc146818_get_time()
212 int mc146818_set_time(struct rtc_time *time) in mc146818_set_time()
H A Drtc-mpfs.c89 u64 time; in mpfs_rtc_readtime() local
102 u64 time; in mpfs_rtc_settime() local
130 u64 time; in mpfs_rtc_readalarm() local
145 u64 time; in mpfs_rtc_setalarm() local
/openbmc/sdeventplus/example/
H A Dheartbeat.cpp38 auto hbFunc = [interval](Time& source, Time::TimePoint time) { in main()
47 Time time(event, Clock(event).now(), std::chrono::seconds{1}, in main() local
/openbmc/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js19 $scope.time = {mode: '', owner: ''}; class in $scope
185 function setBMCTime(time) { argument
191 function setHostTime(time) { argument
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp246 std::array<char, 64> time{}; in onTimeChange() local
269 bool ScheduledHostTransition::deserializeScheduledValues(uint64_t& time, in deserializeScheduledValues()
295 uint64_t time; in restoreScheduledValues() local

12345678910>>...27