diff options
author | Pavel Emelyanov <xemul@parallels.com> | 2013-03-11 13:13:08 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2013-04-17 20:51:01 +0200 |
commit | 57b8015e07a70301e9ec9f324db1a8b73b5a1e2b (patch) | |
tree | fb2b5bae45c3c9f437b57379a8fa1279e220d6d0 /fs/cifs | |
parent | 48f6a7a511ef8823fdff39afee0320092d43a8a0 (diff) | |
download | linux-3.10-57b8015e07a70301e9ec9f324db1a8b73b5a1e2b.tar.gz linux-3.10-57b8015e07a70301e9ec9f324db1a8b73b5a1e2b.tar.bz2 linux-3.10-57b8015e07a70301e9ec9f324db1a8b73b5a1e2b.zip |
posix-timers: Show sigevent info in proc file
Previous patch added proc file to list posix timers created by task.
Expand the information provided in this file by adding info about
notification method, with which timers were created. I.e. after
the "ID:" line there go
1. "signal:" line, that shows signal number and sigval bits;
2. "notify:" line, that shows the timer notification method.
Thus the timer entry would looke like this:
ID: 123
signal: 14/0000000000b005d0
notify: signal/pid.732
This information is enough to understand how timer_create() was called
for each particular timer.
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Matthew Helsley <matt.helsley@gmail.com>
Link: http://lkml.kernel.org/r/513DA024.80404@parallels.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs/cifs')
0 files changed, 0 insertions, 0 deletions