Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dalarm_timestamps.hpp77 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 Dshutdown_alarm_monitor.cpp118 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 Dshutdown_alarm_monitor.hpp206 AlarmTimestamps timestamps; member in sensor::monitor::ShutdownAlarmMonitor
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c111 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 Dtimestamping.rst11 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 Ddbus_pcap_loader.js35 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 Dvdec_helpers.c246 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 Dtimestamping.rst5 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 Dtest_discrete_threshold.cpp219 timestamps(sensorMocks.size()); in testBodySensorIsUpdatedMultipleTimes() local
232 InvokeWithoutArgs([idx = index, &timestamps] { in testBodySensorIsUpdatedMultipleTimes()
233 timestamps[idx] = in testBodySensorIsUpdatedMultipleTimes()
250 EXPECT_THAT(timestamps[index] - start, Ge(waitMin)); in testBodySensorIsUpdatedMultipleTimes()
H A Dtest_numeric_threshold.cpp195 timestamps(sensorMocks.size()); in testBodySensorIsUpdatedMultipleTimes() local
207 InvokeWithoutArgs([idx = index, &timestamps] { 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 Dhte.rst16 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 Dtegra-hte.rst17 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 Dgo-cross.inc39 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 Dgo-target.inc34 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 Dgo-runtime.inc45 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 Dsysfs-ptp111 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 Dutil.cpp299 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 D0001-attr-fix-utime-for-symlink.patch6 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 Dperf-inject.txt86 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 Dchardev-internal.h49 int timestamps; member
H A Dchar-mux.c49 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 Dptp.c1107 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb_mc() local
1136 memset(&timestamps, 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, &timestamps); 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 Dreproducible-builds.rst19 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 Dpython3-paho-mqtt_2.1.0.bb20 cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch23 ohshite(_("error setting timestamps of '%.255s'"), path);

123456