Commit a3ed9db8 authored by Pavel Emelyanov's avatar Pavel Emelyanov

show: Fix timers names

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 488790b6
...@@ -235,8 +235,8 @@ static void show_itimers(int fd) ...@@ -235,8 +235,8 @@ static void show_itimers(int fd)
goto out; goto out;
show_itimer("real", &ie[0]); show_itimer("real", &ie[0]);
show_itimer("real", &ie[1]); show_itimer("virt", &ie[1]);
show_itimer("real", &ie[2]); show_itimer("prof", &ie[2]);
out: out:
pr_img_tail(CR_FD_ITIMERS); pr_img_tail(CR_FD_ITIMERS);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment