summaryrefslogtreecommitdiffstats
path: root/include/trace/events/mlxsw.h
Commit message (Collapse)AuthorAgeFilesLines
* mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko2019-03-311-1/+1
| | | | | | | | | The name of the trace is no longer correct, since there is no disable of rehash done. So name it "rehash_rollback_failed". Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko2019-02-251-0/+20
| | | | | | | | Hit the new tracepoint once the vregion migration ends. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* mlxsw: spectrum_acl: Add couple of vregion rehash tracepointsJiri Pirko2019-02-091-0/+61
| | | | | | | | | As vregion rehash is happening in delayed work, add some visibility to the process using a few tracepoints. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* mlxsw: spectrum_acl: Add C-TCAM spill tracepointJiri Pirko2019-01-301-0/+38
Add some visibility to the rule addition process and trace whenever rule spilled into C-TCAM. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>