#undef TRACE_SYSTEM #define TRACE_SYSTEM hda_controller #define TRACE_INCLUDE_FILE hda_controller_trace #if !defined(_TRACE_HDA_CONTROLLER_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HDA_CONTROLLER_H #include struct azx; struct azx_dev; TRACE_EVENT(azx_pcm_trigger, TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd), TP_ARGS(chip, dev, cmd), TP_STRUCT__entry( __field( int, card ) __field( int, idx ) __field( int, cmd ) ), TP_fast_assign( __entry->card = (chip)->card->number; __entry->idx = (dev)->core.index; __entry->cmd = cmd; ), TP_printk("[%d:%d] cmd=%d", __entry->card, __entry->idx, __entry->cmd) ); TRACE_EVENT(azx_get_position, TP_PROTO(struct azx *chip, struct azx_dev *dev, unsigned int pos, unsigned int delay), TP_ARGS(chip, dev, pos, delay), TP_STRUCT__entry( __field( int, card ) __field( int, idx ) __field( unsigned int, pos ) __field( unsigned int, delay ) ), TP_fast_assign( __entry->card = (chip)->card->number; __entry->idx = (dev)->core.index; __entry->pos = pos; __entry->delay = delay; ), TP_printk("[%d:%d] pos=%u, delay=%u", __entry->card, __entry->idx, __entry->pos, __entry->delay) ); DECLARE_EVENT_CLASS(azx_pcm, TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), TP_ARGS(chip, azx_dev), TP_STRUCT__entry( __field( unsigned char, stream_tag ) ), TP_fast_assign( __entry->stream_tag = (azx_dev)->core.stream_tag; ), TP_printk("stream_tag: %d", __entry->stream_tag) ); DEFINE_EVENT(azx_pcm, azx_pcm_open, TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), TP_ARGS(chip, azx_dev) ); DEFINE_EVENT(azx_pcm, azx_pcm_close, TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), TP_ARGS(chip, azx_dev) ); DEFINE_EVENT(azx_pcm, azx_pcm_hw_params, TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), TP_ARGS(chip, azx_dev) ); DEFINE_EVENT(azx_pcm, azx_pcm_prepare, TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), TP_ARGS(chip, azx_dev) ); #endif /* _TRACE_HDA_CONTROLLER_H */ /* This part must be outside protection */ #undef TRACE_INCLUDE_PATH #define TRACE_INCLUDE_PATH . #include alue='65dc2f1a44df01eab3c93b7ecdd3fb393f9e81a2'/>
AgeCommit message (Expand)Author
2020-02-24mlxsw: spectrum_trap: Add ACL devlink-trap supportJiri Pirko
2020-02-24mlxsw: spectrum_trap: Introduce dummy group with thin policerJiri Pirko
2020-02-24mlxsw: core: Extend MLXSW_RXL_DIS to register disabled trap groupJiri Pirko
2020-02-24mlxsw: core: Allow to enable/disable rx_listener for trapJiri Pirko
2020-02-24mlxsw: acl_flex_actions: Trap all ACL dropped packets to DISCARD_*_ACL trapsJiri Pirko
2020-02-24mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko
2020-02-24mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko
2020-02-24mlxsw: spectrum_acl: Track ingress and egress block bindingsJiri Pirko
2020-02-24mlxsw: spectrum_trap: Prepare mlxsw_core_trap_action_set() to handle not only...Jiri Pirko
2020-02-24mlxsw: spectrum_trap: Use listener->en/dis_action instead of hard-coded valuesJiri Pirko
2020-02-24mlxsw: core: Allow to register disabled traps using MLXSW_RXL_DISJiri Pirko
2020-02-24mlxsw: spectrum_trap: Set unreg_action to be SET_FW_DEFAULTJiri Pirko
2020-02-24net/mlxfw: fix spelling mistake: "progamming" -> "programming"Colin Ian King
2020-02-23mlxsw: pci: Remove unused valuesIdo Schimmel
2020-02-23mlxsw: core: Remove priv from listener equality comparisonJiri Pirko
2020-02-23mlxsw: spectrum_acl: Make block arg const where appropriateJiri Pirko
2020-02-23mlxsw: spectrum_trap: Make global arrays const as they should beJiri Pirko
2020-02-23mlxsw: core: Remove initialization to false of mlxsw_listener structJiri Pirko
2020-02-23mlxsw: core: Convert is_event and is_ctrl bools to be single bitsJiri Pirko
2020-02-23mlxsw: core: Remove dummy union name from struct mlxsw_listenerJiri Pirko
2020-02-23mlxsw: core: Remove unused action field from mlxsw_rx_listener structJiri Pirko
2020-02-23mlxsw: spectrum_trap: Move policer initialization to mlxsw_sp_trap_init()Jiri Pirko
2020-02-23mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap ActionJiri Pirko
2020-02-23mlxsw: spectrum_trap: Move functions to avoid their forward declarationsJiri Pirko
2020-02-23mlxsw: spectrum_trap: Use err variable instead of directly checking func retu...Jiri Pirko
2020-02-22mlxsw: spectrum: Remove RTNL where possibleIdo Schimmel
2020-02-22mlxsw: spectrum_router: Take router lock from exported helpersIdo Schimmel
2020-02-22mlxsw: spectrum_router: Take router lock from inetaddr listenersIdo Schimmel
2020-02-22mlxsw: spectrum_router: Take router lock from netdev listenerIdo Schimmel
2020-02-22mlxsw: spectrum_dpipe: Take router lock from dpipe codeIdo Schimmel
2020-02-22mlxsw: spectrum_router: Take router lock from inside routing codeIdo Schimmel
2020-02-22mlxsw: spectrum_router: Introduce router lockIdo Schimmel
2020-02-22mlxsw: spectrum_router: Store NVE decapsulation configuration in routerIdo Schimmel
2020-02-22mlxsw: spectrum_router: Expose router struct to internal usersIdo Schimmel
2020-02-22mlxsw: spectrum_mr: Protect multicast route list with a lockIdo Schimmel
2020-02-22mlxsw: spectrum_mr: Protect multicast table list with a lockIdo Schimmel
2020-02-22mlxsw: spectrum_mr: Publish multicast route after writing it to the deviceIdo Schimmel
2020-02-21net/mlx5: Add fsm_reactivate callback supportEran Ben Elisha
2020-02-21net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha
2020-02-21net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed
2020-02-21net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed
2020-02-21net/mlxfw: More error messages coverageSaeed Mahameed
2020-02-21net/mlxfw: Improve FSM err message reporting and return codesSaeed Mahameed
2020-02-21net/mlxfw: Generic mlx FW flash status notifySaeed Mahameed