/openbmc/pldm/common/ |
H A D | flight_recorder.hpp | 27 * 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 D | kvm_flightrecorder | 3 # 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 D | pldmflightrecorder | 4 # @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 D | 0002-Drop-using-_LARGEFILE64_SOURCE.patch | 13 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 D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 24 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 D | 0001-Drop-ptests-fixtures-and-recorde_modes.patch | 199 - 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 D | flight_recorder.hpp | 59 * @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 D | Kconfig | 20 tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder" 26 impact Sensor and recorder.
|
H A D | adis16240.c | 3 * 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 D | adi,adis16240.yaml | 7 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 D | debug.md | 12 ## Flight Recorder 14 The flight recorder contains interesting events such as each time the zone
|
/openbmc/phosphor-fan-presence/docs/control/fanctl/ |
H A D | README.md | 53 - Tell fan control to dump its caches and flight recorder. 136 - Print the flight recorder after running 'fanctl dump':
|
/openbmc/pldm/ |
H A D | meson.options | 56 # 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 D | mpd_0.23.16.bb | 44 upnp openal opus oss recorder \ 71 PACKAGECONFIG[recorder] = "-Drecorder=true,-Drecorder=false"
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | Kconfig | 19 PCI combo video recorder devices.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/ |
H A D | tvheadend_git.bb | 1 SUMMARY = "Tvheadend: TV streaming server and recorder"
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | Kconfig | 15 usb2 personal video recorder devices.
|
/openbmc/linux/drivers/misc/ |
H A D | ds1682.c | 3 * 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 D | mpd.conf.in | 257 # 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 D | Kconfig | 24 PCI personal video recorder devices.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | tuner.rst | 46 set or video recorder. Each modulator is associated with one or more
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv-cardlist.rst | 34 - Intel Create and Share PCI/ Smart Video Recorder III 146 - Intel Create and Share PCI/ Smart Video Recorder III
|
/openbmc/pldm/pldmd/ |
H A D | pldmd.cpp | 85 // obtain the flight recorder instance and dump the recorder in interruptFlightRecorderCallBack()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-daemon.txt | 37 flight recorder sessions in above example or session that is configured
|
/openbmc/phosphor-fan-presence/control/ |
H A D | main.cpp | 108 // Enable SIGUSR1 handling to dump the flight recorder in main()
|