Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmap.h19 enum mapping_type { enum
35 enum mapping_type mapping_type:8; in DECLARE_RC_STRUCT()
121 if ((RC_CHK_ACCESS(map)->mapping_type) == MAPPING_TYPE__DSO) in map__map_ip()
129 if ((RC_CHK_ACCESS(map)->mapping_type) == MAPPING_TYPE__DSO) in map__unmap_ip()
311 static inline void map__set_mapping_type(struct map *map, enum mapping_type type) in map__set_mapping_type()
313 RC_CHK_ACCESS(map)->mapping_type = type; in map__set_mapping_type()
316 static inline enum mapping_type map__mapping_type(struct map *map) in map__mapping_type()
318 return RC_CHK_ACCESS(map)->mapping_type; in map__mapping_type()
H A Dmap.c178 map->mapping_type = MAPPING_TYPE__IDENTITY; in map__new()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c26 .mapping_type = DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX,