blob: 7f37115131cc79438cbd60a8e70339f96a615044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
title: Signal Counts by Process ID
name: sig_by_pid.stp
version: 1.0
author: IBM
keywords: signals
subsystem: signals
status: experimental
exit: user-controlled
output: sorted-list on-exit
scope: system-wide
description: Print signal counts by process ID in descending order.
test_check: stap -p4 sig_by_pid.stp
test_installcheck: stap sig_by_pid.stp -c "sleep 0.2"
|