| Current Path : /usr/share/systemtap/tapset/ |
| Current File : //usr/share/systemtap/tapset/sizeof.stpm |
// note, plain '@sizeof` may become a builtin syntax, PR18191
@define cast_sizeof(type) %(
( & @cast(0, @type) [1] )
%)
@define cast_module_sizeof(module, type) %(
( & @cast(0, @type, @module) [1] )
%)