Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164317
b: refs/heads/master
c: 05bafda
h: refs/heads/master
i:
  164315: 87ea5ec
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Sep 20, 2009
1 parent 05d162c commit 05b4d28
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2df28818047f7cbd8ece9c965a0e8a423c80d511
refs/heads/master: 05bafda856092de0705de239c846777bddb94974
5 changes: 4 additions & 1 deletion trunk/kernel/trace/trace_event_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
typedef struct {char buf[FTRACE_MAX_PROFILE_SIZE];} profile_buf_t;

char *trace_profile_buf;
char *trace_profile_buf_nmi;
EXPORT_SYMBOL_GPL(trace_profile_buf);

char *trace_profile_buf_nmi;
EXPORT_SYMBOL_GPL(trace_profile_buf_nmi);

/* Count the events in use (per event id, not per instance) */
static int total_profile_count;
Expand Down

0 comments on commit 05b4d28

Please sign in to comment.