return syscalls when possible, otherwise print 'interrupted'
[lttngtop.git] / src / lttngtoptypes.h
index 15b861446cfd44e1cf22ba6015911ea1257984c9..59fb772b2e3b0c34b4a453db28dd36de7da6b1a2 100644 (file)
@@ -156,6 +156,7 @@ struct vmas {
 struct syscall {
        char *name;
        unsigned long ts_start;
+       uint64_t cpu_id;
 };
 
 struct syscalls {
This page took 0.022115 seconds and 4 git commands to generate.