Home
last modified time | relevance | path

Searched refs:vregion (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Dmlxsw.h38 const struct mlxsw_sp_acl_tcam_vregion *vregion),
40 TP_ARGS(mlxsw_sp, vregion),
44 __field(const void *, vregion)
49 __entry->vregion = vregion;
53 __entry->mlxsw_sp, __entry->vregion)
58 const struct mlxsw_sp_acl_tcam_vregion *vregion),
60 TP_ARGS(mlxsw_sp, vregion),
64 __field(const void *, vregion)
69 __entry->vregion = vregion;
73 __entry->mlxsw_sp, __entry->vregion)
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.h78 struct mlxsw_sp_acl_tcam_vregion *vregion; member
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1259 def __init__(self, data, index, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1267 self.vregion = vregion
1280 def AddPoint(self, x, y, altx=None, alty=None, hregion=None, vregion=None): argument
1286 self.points.append(GraphDataPoint(self, index, x, y, altx, alty, hregion, vregion))