|
@@ -2118,6 +2118,7 @@ static int show_timer(struct seq_file *m, void *v)
|
|
nstr[notify & ~SIGEV_THREAD_ID],
|
|
nstr[notify & ~SIGEV_THREAD_ID],
|
|
(notify & SIGEV_THREAD_ID) ? "tid" : "pid",
|
|
(notify & SIGEV_THREAD_ID) ? "tid" : "pid",
|
|
pid_nr_ns(timer->it_pid, tp->ns));
|
|
pid_nr_ns(timer->it_pid, tp->ns));
|
|
|
|
+ seq_printf(m, "ClockID: %d\n", timer->it_clock);
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|