Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140847
b: refs/heads/master
c: e3d6bf0
h: refs/heads/master
i:
  140845: 69ac126
  140843: 43d39f9
  140839: 3de68e5
  140831: f8c4606
v: v3
  • Loading branch information
Steven Rostedt committed Mar 4, 2009
1 parent d6d10b8 commit adc9016
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ef7a4a161472b952941bf78855a9cd95703c024e
refs/heads/master: e3d6bf0a0781a269f34250fd41e0d3dbfe540cf1
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void ring_buffer_normalize_time_stamp(int cpu, u64 *ts)
}
EXPORT_SYMBOL_GPL(ring_buffer_normalize_time_stamp);

#define RB_EVNT_HDR_SIZE (sizeof(struct ring_buffer_event))
#define RB_EVNT_HDR_SIZE (offsetof(struct ring_buffer_event, array))
#define RB_ALIGNMENT 4U
#define RB_MAX_SMALL_DATA 28

Expand Down

0 comments on commit adc9016

Please sign in to comment.