| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /usr/share/systemtap/examples/general/ |
| Current File : //usr/share/systemtap/examples/general/sizeof.meta |
title: Print the Size of a C Type name: sizeof.stp version: 1.0 author: anonymous keywords: statistics memory subsystem: any status: proposed exit: event-ended output: on-exit scope: system-wide description: This script prints the size of a type, based on dwarf debuginfo for any kernel or userspace module, or trial-compilation of a given header file name. test_check: stap -p4 sizeof.stp task_struct 'kernel<include/linux/sched.h>' test_installcheck: stap sizeof.stp FILE '</usr/include/stdio.h>'