Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162960
b: refs/heads/master
c: 16bb8eb
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Sep 13, 2009
1 parent 7dd56ee commit 92b72a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 95b696088c1cf152c3bb62560bbe3a441922d68b
refs/heads/master: 16bb8eb1b73bf940d30ff88cae622bfcd3790f61
4 changes: 2 additions & 2 deletions trunk/include/linux/ftrace_event.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef _LINUX_FTRACE_EVENT_H
#define _LINUX_FTRACE_EVENT_H

#include <linux/trace_seq.h>
#include <linux/ring_buffer.h>
#include <linux/trace_seq.h>
#include <linux/percpu.h>

struct trace_array;
Expand Down Expand Up @@ -135,7 +135,7 @@ struct ftrace_event_call {
};

#define MAX_FILTER_PRED 32
#define MAX_FILTER_STR_VAL 128
#define MAX_FILTER_STR_VAL 256 /* Should handle KSYM_SYMBOL_LEN */

extern void destroy_preds(struct ftrace_event_call *call);
extern int filter_match_preds(struct ftrace_event_call *call, void *rec);
Expand Down

0 comments on commit 92b72a2

Please sign in to comment.