Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146012
b: refs/heads/master
c: 17c873e
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Apr 14, 2009
1 parent 9e08f2a commit 9d7d7ea
Show file tree
Hide file tree
Showing 5 changed files with 10 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: a59fd6027218bd7c994e39d14afe0242f895144f
refs/heads/master: 17c873ec280a03894bc718af817f7f24fa787ae1
3 changes: 3 additions & 0 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ int filter_current_check_discard(struct ftrace_event_call *call, void *rec,
{
return filter_check_discard(call, rec, global_trace.buffer, event);
}
EXPORT_SYMBOL_GPL(filter_current_check_discard);

cycle_t ftrace_now(int cpu)
{
Expand Down Expand Up @@ -886,6 +887,7 @@ trace_current_buffer_lock_reserve(unsigned char type, unsigned long len,
return trace_buffer_lock_reserve(&global_trace,
type, len, flags, pc);
}
EXPORT_SYMBOL(trace_current_buffer_lock_reserve);

void trace_current_buffer_unlock_commit(struct ring_buffer_event *event,
unsigned long flags, int pc)
Expand All @@ -903,6 +905,7 @@ void trace_current_buffer_discard_commit(struct ring_buffer_event *event)
{
ring_buffer_discard_commit(global_trace.buffer, event);
}
EXPORT_SYMBOL_GPL(trace_nowake_buffer_unlock_commit);

void
trace_function(struct trace_array *tr,
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/trace/trace_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ int trace_define_field(struct ftrace_event_call *call, char *type,

return -ENOMEM;
}
EXPORT_SYMBOL_GPL(trace_define_field);

static void ftrace_clear_events(void)
{
Expand Down
2 changes: 2 additions & 0 deletions trunk/kernel/trace/trace_events_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ int filter_match_preds(struct ftrace_event_call *call, void *rec)

return 1;
}
EXPORT_SYMBOL_GPL(filter_match_preds);

void filter_print_preds(struct filter_pred **preds, int n_preds,
struct trace_seq *s)
Expand Down Expand Up @@ -220,6 +221,7 @@ int init_preds(struct ftrace_event_call *call)

return -ENOMEM;
}
EXPORT_SYMBOL_GPL(init_preds);

void filter_free_subsystem_preds(struct event_subsystem *system)
{
Expand Down
3 changes: 3 additions & 0 deletions trunk/kernel/trace/trace_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ trace_seq_printf(struct trace_seq *s, const char *fmt, ...)

return len;
}
EXPORT_SYMBOL_GPL(trace_seq_printf);

int trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary)
{
Expand Down Expand Up @@ -538,6 +539,7 @@ int register_ftrace_event(struct trace_event *event)

return ret;
}
EXPORT_SYMBOL_GPL(register_ftrace_event);

/**
* unregister_ftrace_event - remove a no longer used event
Expand All @@ -551,6 +553,7 @@ int unregister_ftrace_event(struct trace_event *event)

return 0;
}
EXPORT_SYMBOL_GPL(unregister_ftrace_event);

/*
* Standard events
Expand Down

0 comments on commit 9d7d7ea

Please sign in to comment.