Lines Matching full:logging
146 * name of a logging destination or a loggable HW component).
329 * Logging entity types.
331 * This enum defines the different types of entities involved in logging.
334 /** Logging destination (entity where logs can be stored / printed). */
463 /** Configure logging (used to modify configuration passed in boot params). */
465 /** Return current logging configuration. */
984 /* Cmdq group: only used for HWS logging of state changes */
1077 * @brief Structure to set another buffer to be used for scheduling-related logging.
1078 * The size of the logging buffer and the number of entries is defined as part of the
1089 * The host should set engine_idx and vpu_log_buffer_va to 0 to disable logging
1092 * VPU should allow the logging to consume one host_ssid.
1104 * Set to 0 to disable logging for this engine.
1206 * logging configuration to be set.
1208 * - For VPU_JSM_MSG_TRACE_SET_CONFIG_RSP, the payload reports the logging
1214 * - VPU_JSM_MSG_TRACE_GET_CONFIG_RSP, the payload reports the current logging
1219 * Logging level (currently set or to be set); see 'mvLog_t' enum for
1220 * acceptable values. The specified logging level applies to all
1225 * Bitmask of logging destinations (currently enabled or to be enabled);
1241 u32 trace_destination_mask; /**< Bitmask of supported logging destinations. */
1428 * still has to set the logging level to MVLOG_DEBUG, using the
1433 * configured logging destination using MVLOG_INFO logging level.