summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/profiling
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-04-03 14:41:14 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-04-03 14:41:14 -0400
commita53e0eeb262399f79c0b1b219c7d5f96c2c10fb4 (patch)
tree10f3bcab27a87c41850b3f807696f0977fa11f47 /testsuite/systemtap.examples/profiling
parent0e0b566a5c6de7e824067963f3c516d09d9962d3 (diff)
downloadsystemtap-steved-a53e0eeb262399f79c0b1b219c7d5f96c2c10fb4.tar.gz
systemtap-steved-a53e0eeb262399f79c0b1b219c7d5f96c2c10fb4.tar.xz
systemtap-steved-a53e0eeb262399f79c0b1b219c7d5f96c2c10fb4.zip
Correct column heading from uid to pid.
Diffstat (limited to 'testsuite/systemtap.examples/profiling')
-rwxr-xr-xtestsuite/systemtap.examples/profiling/timeout.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/profiling/timeout.stp b/testsuite/systemtap.examples/profiling/timeout.stp
index 7af4a88f..8054b364 100755
--- a/testsuite/systemtap.examples/profiling/timeout.stp
+++ b/testsuite/systemtap.examples/profiling/timeout.stp
@@ -91,7 +91,7 @@ probe syscall.exit {
probe timer.s(1) {
ansi_clear_screen()
- printf (" uid | poll select epoll itimer futex nanosle signal| process\n")
+ printf (" pid | poll select epoll itimer futex nanosle signal| process\n")
foreach (p in timeout_count- limit 20) {
printf ("%5d |%7d %7d %7d %7d %7d %7d %7d| %-.38s\n", p,
poll_timeout[p], select_timeout[p],