/openbmc/linux/tools/perf/scripts/python/ |
H A D | stat-cpi.py | 10 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 D | find_bit_benchmark.c | 39 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 D | extended_user_header_test.cpp | 82 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 D | timer.cpp | 90 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 D | buildstats.py | 81 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 D | samples.py | 18 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 D | bcd_time.cpp | 40 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 D | subdev.c | 58 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 D | cpufreq_schedutil.c | 62 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 D | bmc_epoch.cpp | 24 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 D | i2c_rtc_emul.c | 86 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 D | mvrtc.c | 23 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 D | mc13xxx-rtc.c | 14 u32 day1, day2, time; in rtc_get() local 48 u32 time, day; in rtc_set() local
|
H A D | mxsrtc.c | 39 int rtc_get(struct rtc_time *time) in rtc_get() 50 int rtc_set(struct rtc_time *time) in rtc_set()
|
H A D | sandbox_rtc.c | 15 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 D | mx27rtc.c | 18 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 D | timer.hpp | 69 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 D | rtc.c | 29 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 D | rtc-meson-vrtc.c | 23 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 D | rtc-nxp-bbnsm.c | 46 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 D | rtc-mc146818-lib.c | 101 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 D | rtc-mpfs.c | 89 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 D | heartbeat.cpp | 38 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 D | date-time-controller.js | 19 $scope.time = {mode: '', owner: ''}; class in $scope 185 function setBMCTime(time) { argument 191 function setHostTime(time) { argument
|
/openbmc/linux/arch/um/kernel/ |
H A D | time.c | 109 static u64 time_travel_ext_req(u32 op, u64 time) in time_travel_ext_req() 169 static void time_travel_ext_update_request(unsigned long long time) in time_travel_ext_update_request() 205 static bool time_travel_ext_request(unsigned long long time) in time_travel_ext_request() 269 unsigned long long time) in __time_travel_add_event() 308 unsigned long long time) in time_travel_add_event() 615 #define time_travel_add_event(e, time) do { } while (0) argument
|