Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | logger_entry |
Macros | |
#define | LOGGER_LOG_RADIO "log_radio" /* radio-related messages */ |
#define | LOGGER_LOG_EVENTS "log_events" /* system/hardware events */ |
#define | LOGGER_LOG_SYSTEM "log_system" /* system/framework messages */ |
#define | LOGGER_LOG_MAIN "log_main" /* everything else */ |
#define | LOGGER_ENTRY_MAX_LEN (4*1024) |
#define | LOGGER_ENTRY_MAX_PAYLOAD (LOGGER_ENTRY_MAX_LEN - sizeof(struct logger_entry)) |
#define | __LOGGERIO 0xAE |
#define | LOGGER_GET_LOG_BUF_SIZE _IO(__LOGGERIO, 1) /* size of log */ |
#define | LOGGER_GET_LOG_LEN _IO(__LOGGERIO, 2) /* used log len */ |
#define | LOGGER_GET_NEXT_ENTRY_LEN _IO(__LOGGERIO, 3) /* next entry len */ |
#define | LOGGER_FLUSH_LOG _IO(__LOGGERIO, 4) /* flush log */ |
#define LOGGER_ENTRY_MAX_PAYLOAD (LOGGER_ENTRY_MAX_LEN - sizeof(struct logger_entry)) |
#define LOGGER_FLUSH_LOG _IO(__LOGGERIO, 4) /* flush log */ |
#define LOGGER_GET_LOG_BUF_SIZE _IO(__LOGGERIO, 1) /* size of log */ |
#define LOGGER_GET_LOG_LEN _IO(__LOGGERIO, 2) /* used log len */ |
#define LOGGER_GET_NEXT_ENTRY_LEN _IO(__LOGGERIO, 3) /* next entry len */ |
#define LOGGER_LOG_RADIO "log_radio" /* radio-related messages */ |