projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vmallocinfo: add caller information
[linux-2.6]
/
include
/
linux
/
cn_proc.h
diff --git
a/include/linux/cn_proc.h
b/include/linux/cn_proc.h
index
dbb7769
..
1c86d65
100644
(file)
--- a/
include/linux/cn_proc.h
+++ b/
include/linux/cn_proc.h
@@
-57,7
+57,8
@@
struct proc_event {
PROC_EVENT_EXIT = 0x80000000
} what;
__u32 cpu;
- struct timespec timestamp;
+ __u64 __attribute__((aligned(8))) timestamp_ns;
+ /* Number of nano seconds since system boot */
union { /* must be last field of proc_event struct */
struct {
__u32 err;