Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146204
b: refs/heads/master
c: ec081dd
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse authored and Steven Rostedt committed Jun 2, 2009
1 parent 2c794e9 commit dde9b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fcb7c472f455d1711eb5a7633204dba8800a6d6
refs/heads/master: ec081ddc3d90aab35bc0de19a358b964978837cf
3 changes: 3 additions & 0 deletions trunk/kernel/trace/trace_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
static DECLARE_RWSEM(trace_event_mutex);

DEFINE_PER_CPU(struct trace_seq, ftrace_event_seq);
EXPORT_PER_CPU_SYMBOL(ftrace_event_seq);

static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly;

Expand Down Expand Up @@ -250,6 +251,7 @@ ftrace_print_flags_seq(struct trace_seq *p, const char *delim,

return p->buffer;
}
EXPORT_SYMBOL(ftrace_print_flags_seq);

const char *
ftrace_print_symbols_seq(struct trace_seq *p, unsigned long val,
Expand All @@ -275,6 +277,7 @@ ftrace_print_symbols_seq(struct trace_seq *p, unsigned long val,

return p->buffer;
}
EXPORT_SYMBOL(ftrace_print_symbols_seq);

#ifdef CONFIG_KRETPROBES
static inline const char *kretprobed(const char *name)
Expand Down

0 comments on commit dde9b42

Please sign in to comment.