summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/interrupt/interrupts-by-dev.meta
blob: a89038b43fa0d53de906849bb4b49e04189d3d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
title: Record interrupts on a per-device basis.
name: interrupts-by-dev.stp
version: 1.0
author: Prerna Saxena (prerna@linux.vnet.ibm.com)
keywords: interrupt
subsystem: interrupt
status: production
exit: user-controlled
output: timed
scope: system-wide
description: The interrupts-by-dev.stp script profiles interrupts received by each device per 100 ms.
test_support: stap -l 'kernel.trace("irq_handler_entry")'
test_check: stap -p4 interrupts-by-dev.stp
test_installcheck: stap interrupts-by-dev.stp -c "sleep 0.2"