Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100593
b: refs/heads/master
c: 63ffa3e
h: refs/heads/master
i:
  100591: 2897d33
v: v3
  • Loading branch information
Pekka Paalanen authored and Thomas Gleixner committed May 24, 2008
1 parent bbae8b8 commit f4d373b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe1ffafa80f6673101c6560c2bacfe3df10372ee
refs/heads/master: 63ffa3e456c1a9884a3ebac997d91e3fdae18d78
6 changes: 5 additions & 1 deletion trunk/include/linux/mmiotrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

#include <asm/types.h>

/*
* If you change anything here, you must bump MMIO_VERSION.
* This is the relay data format for user space.
*/
#define MMIO_VERSION 0x04

/* mm_io_header.type */
Expand All @@ -23,7 +27,7 @@ enum mm_io_opcode { /* payload type: */
};

struct mm_io_header {
__u32 type;
__u32 type; /* see MMIO_* macros above */
__u32 sec; /* timestamp */
__u32 nsec;
__u32 pid; /* PID of the process, or 0 for kernel core */
Expand Down

0 comments on commit f4d373b

Please sign in to comment.