Lines Matching full:logging
101 * name of a logging destination or a loggable HW component).
166 * Logging entity types.
168 * This enum defines the different types of entities involved in logging.
171 /** Logging destination (entity where logs can be stored / printed). */
236 /** Configure logging (used to modify configuration passed in boot params). */
238 /** Return current logging configuration. */
824 * @brief Structure to set another buffer to be used for scheduling-related logging.
825 * The size of the logging buffer and the number of entries is defined as part of the
836 * The host should set engine_idx and vpu_log_buffer_va to 0 to disable logging
839 * VPU should allow the logging to consume one host_ssid.
851 * Set to 0 to disable logging for this engine.
947 * logging configuration to be set.
949 * - For VPU_JSM_MSG_TRACE_SET_CONFIG_RSP, the payload reports the logging
955 * - VPU_JSM_MSG_TRACE_GET_CONFIG_RSP, the payload reports the current logging
960 * Logging level (currently set or to be set); see 'mvLog_t' enum for
961 * acceptable values. The specified logging level applies to all
966 * Bitmask of logging destinations (currently enabled or to be enabled);
982 u32 trace_destination_mask; /**< Bitmask of supported logging destinations. */
1169 * still has to set the logging level to MVLOG_DEBUG, using the
1174 * configured logging destination using MVLOG_INFO logging level.