|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/share/systemtap/examples/general/ |
Upload File : |
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>'