Current File : //proc/self/root/kunden/proc/thread-self/root/usr/share/systemtap/examples/process/ltrace.meta
title: uprobes-based ltrace
name: ltrace.stp
keywords: process 
description: The ltrace.stp script lists calls that the designated process makes through PLTs (procedure linkage tables), generally into shared libraries.
test_check: stap -p4 ltrace.stp -c ls
test_installcheck: stap ltrace.stp -c ls || echo PR14738