summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/process/pf2.meta
blob: 8fa14d04953f633479bfa81253ec712e636da4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
title: Profile kernel functions
name: pf2.stp
version: 1.0
author: anonymous
keywords: profiling
subsystem: kernel
status: production
exit: user-controlled
output: sorted-list
scope: system-wide
description: The pf2.stp script sets up time-based sampling. Every five seconds it prints out a sorted list with the top ten kernel functions with samples.
test_check: stap -p4 pf2.stp
test_installcheck: stap pf2.stp -c "sleep 0.2"