Adding upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3b95ae912c
commit
ac60c09ef6
457 changed files with 159628 additions and 0 deletions
23
plugins/intel/intel-nvme.h
Normal file
23
plugins/intel/intel-nvme.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
#undef CMD_INC_FILE
|
||||
#define CMD_INC_FILE plugins/intel/intel-nvme
|
||||
|
||||
#if !defined(INTEL_NVME) || defined(CMD_HEADER_MULTI_READ)
|
||||
#define INTEL_NVME
|
||||
|
||||
#include "cmd.h"
|
||||
|
||||
PLUGIN(NAME("intel", "Intel vendor specific extensions"),
|
||||
COMMAND_LIST(
|
||||
ENTRY("id-ctrl", "Send NVMe Identify Controller", id_ctrl)
|
||||
ENTRY("internal-log", "Retrieve Intel internal firmware log, save it", get_internal_log)
|
||||
ENTRY("lat-stats", "Retrieve Intel IO Latency Statistics log, show it", get_lat_stats_log)
|
||||
ENTRY("lat-stats-tracking", "Enable and disable Latency Statistics logging.", enable_lat_stats_tracking)
|
||||
ENTRY("market-name", "Retrieve Intel Marketing Name log, show it", get_market_log)
|
||||
ENTRY("smart-log-add", "Retrieve Intel SMART Log, show it", get_additional_smart_log)
|
||||
ENTRY("temp-stats", "Retrieve Intel Temperature Statistics log, show it", get_temp_stats_log)
|
||||
)
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
#include "define_cmd.h"
|
Loading…
Add table
Add a link
Reference in a new issue