blob: d0a534bd4ec7401e05c4667608248f5a46d0b807 (
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 1"
|