/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | alarm_timestamps.hpp | 77 auto result = timestamps.emplace(key, timestamp); in add() 91 size_t removed = timestamps.erase(key); in erase() 103 timestamps.erase(entry); in erase() 112 if (!timestamps.empty()) in clear() 114 timestamps.clear(); in clear() 130 auto size = timestamps.size(); in prune() 145 auto it = timestamps.begin(); in prune() 147 while (it != timestamps.end()) in prune() 151 it = timestamps.erase(it); in prune() 159 if (size != timestamps.size()) in prune() [all …]
|
H A D | shutdown_alarm_monitor.cpp | 118 timestamps.prune(alarms); in ShutdownAlarmMonitor() 122 timestamps.clear(); in ShutdownAlarmMonitor() 279 auto previousStartTime = timestamps.get().find(alarmKey); in startTimer() 280 if (previousStartTime != timestamps.get().end()) in startTimer() 329 timestamps.add(alarmKey, now); in startTimer() 357 timestamps.erase(alarmKey); in stopTimer() 401 timestamps.erase(alarmKey); in timerExpired() 413 timestamps.clear(); in powerStateChanged()
|
H A D | shutdown_alarm_monitor.hpp | 206 AlarmTimestamps timestamps; member in sensor::monitor::ShutdownAlarmMonitor
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_trace.c | 111 link->dp_trace.detect_lt_trace.timestamps.start = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_start_timestamp() 113 link->dp_trace.commit_lt_trace.timestamps.start = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_start_timestamp() 120 link->dp_trace.detect_lt_trace.timestamps.end = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_end_timestamp() 122 link->dp_trace.commit_lt_trace.timestamps.end = dm_get_timestamp(link->dc->ctx); in dp_trace_set_lt_end_timestamp() 129 return link->dp_trace.detect_lt_trace.timestamps.end; in dp_trace_get_lt_end_timestamp() 131 return link->dp_trace.commit_lt_trace.timestamps.end; in dp_trace_get_lt_end_timestamp()
|
/openbmc/linux/Documentation/networking/ |
H A D | timestamping.rst | 11 The interfaces for receiving network packages timestamps are: 37 Generates timestamps on reception, transmission or both. Supports 39 timestamps for stream sockets. 55 SO_TIMESTAMP_OLD returns incorrect timestamps after the year 2038 62 Its struct timespec allows for higher resolution (ns) timestamps than the 68 SO_TIMESTAMPNS_OLD returns incorrect timestamps after the year 2038 91 Some bits are requests to the stack to try to generate timestamps. Any 94 is possible to selectively request timestamps for a subset of packets 102 Request rx timestamps generated by the network adapter. 105 Request rx timestamps when data enters the kernel. These timestamps [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | dbus_pcap_loader.js | 35 let timestamps = []; 114 timestamps.push(ts_usec); 148 Timestamps_DBus = timestamps; 157 let preproc = Preprocess_DBusPcap(packets, timestamps); 188 function Preprocess_DBusPcap(data, timestamps) { argument 210 let timestamp = timestamps[i];
|
/openbmc/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.c | 246 list_add_tail(&new_ts->list, &sess->timestamps); in amvdec_add_ts() 258 list_for_each_entry(tmp, &sess->timestamps, list) { in amvdec_remove_ts() 328 struct list_head *timestamps = &sess->timestamps; in amvdec_dst_buf_done() local 335 if (list_empty(timestamps)) { in amvdec_dst_buf_done() 344 tmp = list_first_entry(timestamps, struct amvdec_timestamp, list); in amvdec_dst_buf_done() 372 list_for_each_entry_safe(tmp, n, &sess->timestamps, list) { in amvdec_dst_buf_done_offset()
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | timestamping.rst | 5 The ALSA API can provide two different system timestamps: 23 timestamps allow for applications to keep track of the 'fullness' of 33 When timestamps are enabled, the avail/delay information is reported 111 counter-intuitively not increase the precision of timestamps, e.g. if a 129 timestamps from hardware registers or from IPC takes time, the more 130 timestamps are read the more imprecise the combined measurements 132 timestamp is reported. Applications that need different timestamps 185 error. In example 3 where the timestamps are measured with the link 186 wallclock, the timestamps show a monotonic behavior and a lower
|
/openbmc/telemetry/tests/src/ |
H A D | test_discrete_threshold.cpp | 219 timestamps(sensorMocks.size()); in testBodySensorIsUpdatedMultipleTimes() local 232 InvokeWithoutArgs([idx = index, ×tamps] { in testBodySensorIsUpdatedMultipleTimes() 233 timestamps[idx] = in testBodySensorIsUpdatedMultipleTimes() 250 EXPECT_THAT(timestamps[index] - start, Ge(waitMin)); in testBodySensorIsUpdatedMultipleTimes()
|
H A D | test_numeric_threshold.cpp | 195 timestamps(sensorMocks.size()); in testBodySensorIsUpdatedMultipleTimes() local 207 InvokeWithoutArgs([idx = index, ×tamps] { in testBodySensorIsUpdatedMultipleTimes() 208 timestamps[idx] = in testBodySensorIsUpdatedMultipleTimes() 235 EXPECT_THAT(timestamps[index] - start, Ge(waitMin)); in testBodySensorIsUpdatedMultipleTimes()
|
/openbmc/linux/Documentation/driver-api/hte/ |
H A D | hte.rst | 16 in obtaining timestamps than using software counterparts i.e. ktime and 49 - Converts timestamps in nanoseconds. 77 The dropped timestamps for a given line.
|
H A D | tegra-hte.rst | 17 This GTE instance timestamps GPIO in real time. For that to happen GPIO 37 This GTE instance timestamps LIC IRQ lines in real time. The hte devicetree
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/ |
H A D | go-cross.inc | 39 cp --preserve=mode,timestamps -R ${B}/pkg ${D}${libdir}/go/ 42 [ ! -d $d ] || cp --preserve=mode,timestamps -R ${S}/src/$d ${D}${libdir}/go/src/; \
|
H A D | go-target.inc | 34 cp --preserve=mode,timestamps -R ${B}/pkg/tool/${TARGET_GOTUPLE} ${D}${libdir}/go/pkg/tool/ 36 cp --preserve=mode,timestamps -R ${S}/src/cmd ${D}${libdir}/go/src/
|
H A D | go-runtime.inc | 45 cp --preserve=mode,timestamps -R ${B}/pkg ${D}${libdir}/go/ 56 cp --preserve=mode,timestamps -R $srcdir ${D}${libdir}/go/src/
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-ptp | 111 timestamps. To enable external timestamps, write the 113 To disable external timestamps, write the channel 120 This file provides timestamps on external events, in
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | util.cpp | 299 std::vector<std::pair<std::string, std::variant<uint64_t>>> timestamps; in getBootTimesMonotonic() local 300 reply.read(timestamps); in getBootTimesMonotonic() 305 for (auto& t : timestamps) in getBootTimesMonotonic()
|
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/ |
H A D | 0001-attr-fix-utime-for-symlink.patch | 6 unfs3 has an old defect that it can not change the timestamps of a 11 modify the timestamps of it, when the target file is non-existent.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-inject.txt | 86 Some architectures may capture AUX area data which contains timestamps 87 affected by virtualization. This option will update those timestamps 88 in place, to correlate with host timestamps. The in-place update means
|
/openbmc/qemu/chardev/ |
H A D | chardev-internal.h | 49 int timestamps; member
|
H A D | char-mux.c | 49 if (!d->timestamps) { in mux_chr_write() 185 d->timestamps = !d->timestamps; in mux_proc_byte()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ptp.c | 1107 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb_mc() local 1136 memset(×tamps, 0, sizeof(timestamps)); in efx_ptp_xmit_skb_mc() 1137 timestamps.hwtstamp = ptp_data->nic_to_kernel_time( in efx_ptp_xmit_skb_mc() 1142 skb_tstamp_tx(skb, ×tamps); in efx_ptp_xmit_skb_mc() 1205 struct skb_shared_hwtstamps *timestamps; in efx_ptp_match_rx() local 1208 timestamps = skb_hwtstamps(skb); in efx_ptp_match_rx() 1209 timestamps->hwtstamp = evt->hwtimestamp; in efx_ptp_match_rx() 1997 struct skb_shared_hwtstamps *timestamps; in __efx_siena_rx_skb_attach_timestamp() local 2040 timestamps = skb_hwtstamps(skb); in __efx_siena_rx_skb_attach_timestamp() 2041 timestamps->hwtstamp = in __efx_siena_rx_skb_attach_timestamp()
|
/openbmc/linux/Documentation/kbuild/ |
H A D | reproducible-builds.rst | 19 The kernel embeds timestamps in three places: 24 * File timestamps in the embedded initramfs 26 * If enabled via ``CONFIG_IKHEADERS``, file timestamps of kernel
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-paho-mqtt_2.1.0.bb | 20 cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | 0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch | 23 ohshite(_("error setting timestamps of '%.255s'"), path);
|