Home
last modified time | relevance | path

Searched full:recorder (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/pldm/common/
H A Dflight_recorder.hpp27 * The class for implementing the PLDM flight recorder logic. This class
28 * handles the insertion of the data into the recorder and also provides
29 * API's to dump the flight recorder into a file.
72 // if the flight recorder policy is enabled, then only insert the in saveRecord()
73 // messages into the flight recorder, if not this function will be just in saveRecord()
85 /** @brief play flight recorder
95 info("Dumping the flight recorder into : {DUMP_PATH}", "DUMP_PATH", in playRecorder()
120 error("Fight recorder policy is disabled"); in playRecorder()
/openbmc/qemu/scripts/kvm/
H A Dkvm_flightrecorder3 # KVM Flight Recorder - ring buffer tracing script
10 # to be used as a flight recorder that is always running. To start in-memory
18 # To stop the flight recorder:
22 # To dump the contents of the flight recorder (this can be done when the
23 # recorder is stopped or while it is running):
31 # Note that the flight recorder may impact overall system performance by
81 print('Control the KVM flight recorder tracing.')
114 print('KVM flight recorder enabled')
117 print('KVM flight recorder disabled')
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dpldmflightrecorder4 # @brief: Get the pldm flight recorder
9 desc="pldm flight recorder"
22 log_warning "skipping pldm flight recorder: pldmd is not enabled"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0002-Drop-using-_LARGEFILE64_SOURCE.patch13 lib/trace-cmd/trace-recorder.c | 1 -
47 diff --git a/lib/trace-cmd/trace-recorder.c b/lib/trace-cmd/trace-recorder.c
49 --- a/lib/trace-cmd/trace-recorder.c
50 +++ b/lib/trace-cmd/trace-recorder.c
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch24 lib/trace-cmd/trace-recorder.c | 8 +-
952 diff --git a/lib/trace-cmd/trace-recorder.c b/lib/trace-cmd/trace-recorder.c
954 --- a/lib/trace-cmd/trace-recorder.c
955 +++ b/lib/trace-cmd/trace-recorder.c
965 @@ -82,10 +82,10 @@ void tracecmd_free_recorder(struct tracecmd_recorder *recorder)
966 recorder->fd2, recorder->fd1);
969 - lseek64(recorder->fd1, 0, SEEK_END);
970 + lseek(recorder->fd1, 0, SEEK_END);
973 - lseek64(recorder->fd1, 0, SEEK_SET);
974 + lseek(recorder->fd1, 0, SEEK_SET);
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/
H A D0001-Drop-ptests-fixtures-and-recorde_modes.patch199 - recorder = Betamax(self.session)
202 - with recorder.use_cassette(cassette_name, **opts) as betamax:
266 - betamax.recorder, 'Betamax', return_value=self.mocked_betamax)
301 - betamax.recorder, 'Betamax', return_value=self.mocked_betamax)
335 - recorder = mock.Mock()
336 - self.fixture.recorder = recorder
340 - recorder.stop.assert_called_once_with()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dflight_recorder.hpp59 * @brief Logs an entry to the recorder.
67 * @brief Writes the flight recorder contents to JSON.
71 * @param[out] data - Filled in with the flight recorder data
/openbmc/linux/drivers/staging/iio/accel/
H A DKconfig20 tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
26 impact Sensor and recorder.
H A Dadis16240.c3 * ADIS16240 Programmable Impact Sensor and Recorder driver
440 MODULE_DESCRIPTION("Analog Devices Programmable Impact Sensor and Recorder");
/openbmc/linux/Documentation/devicetree/bindings/iio/accel/
H A Dadi,adis16240.yaml7 title: ADIS16240 Programmable Impact Sensor and Recorder driver
13 ADIS16240 Programmable Impact Sensor and Recorder driver that supports
/openbmc/phosphor-fan-presence/docs/control/
H A Ddebug.md12 ## Flight Recorder
14 The flight recorder contains interesting events such as each time the zone
/openbmc/phosphor-fan-presence/docs/control/fanctl/
H A DREADME.md53 - Tell fan control to dump its caches and flight recorder.
136 - Print the flight recorder after running 'fanctl dump':
/openbmc/pldm/
H A Dmeson.options56 # Flight Recorder for PLDM Daemon
64 recorder, this feature will be disabled if it is set to 0''',
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dmpd_0.23.16.bb44 upnp openal opus oss recorder \
71 PACKAGECONFIG[recorder] = "-Drecorder=true,-Drecorder=false"
/openbmc/linux/drivers/media/pci/cx18/
H A DKconfig19 PCI combo video recorder devices.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/
H A Dtvheadend_git.bb1 SUMMARY = "Tvheadend: TV streaming server and recorder"
/openbmc/linux/drivers/media/usb/pvrusb2/
H A DKconfig15 usb2 personal video recorder devices.
/openbmc/linux/drivers/misc/
H A Dds1682.c3 * Dallas Semiconductor DS1682 Elapsed Time Recorder device driver
11 * The DS1682 elapsed timer recorder is a simple device that implements
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in257 # An example of a recorder output:
260 # type "recorder"
261 # name "My recorder"
263 # path "/var/lib/mpd/recorder/mpd.ogg"
/openbmc/linux/drivers/media/pci/ivtv/
H A DKconfig24 PCI personal video recorder devices.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dtuner.rst46 set or video recorder. Each modulator is associated with one or more
/openbmc/linux/Documentation/admin-guide/media/
H A Dbttv-cardlist.rst34 - Intel Create and Share PCI/ Smart Video Recorder III
146 - Intel Create and Share PCI/ Smart Video Recorder III
/openbmc/pldm/pldmd/
H A Dpldmd.cpp85 // obtain the flight recorder instance and dump the recorder in interruptFlightRecorderCallBack()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-daemon.txt37 flight recorder sessions in above example or session that is configured
/openbmc/phosphor-fan-presence/control/
H A Dmain.cpp108 // Enable SIGUSR1 handling to dump the flight recorder in main()

123