aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_mac80211.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-12-18 11:54:28 -0500
committerSteven Rostedt <rostedt@goodmis.org>2009-12-18 11:54:28 -0500
commit91dc34ce6bb3cc86d1e522c61bffaee6bc6bf23d (patch)
treec7d78e7e7cd375f0a2b5244c7441eeae60c1ff49 /plugin_mac80211.c
parent5448653643d38dabdada497721d3c41bf32a621b (diff)
trace-cmd/pevent: Remove passing of cpu to pevent prasing functions
Now that the struct record holds the cpu information, there's no need to pass the cpu number to the pevent parsing routines. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'plugin_mac80211.c')
-rw-r--r--plugin_mac80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_mac80211.c b/plugin_mac80211.c
index dd76d7c..497d564 100644
--- a/plugin_mac80211.c
+++ b/plugin_mac80211.c
@@ -146,7 +146,7 @@ static void _print_flag(struct trace_seq *s, struct event_format *event,
146#define SP() trace_seq_putc(s, ' ') 146#define SP() trace_seq_putc(s, ' ')
147 147
148static int drv_bss_info_changed(struct trace_seq *s, struct record *record, 148static int drv_bss_info_changed(struct trace_seq *s, struct record *record,
149 struct event_format *event, int cpu) 149 struct event_format *event)
150{ 150{
151 void *data = record->data; 151 void *data = record->data;
152 152
@@ -174,7 +174,7 @@ static int drv_bss_info_changed(struct trace_seq *s, struct record *record,
174} 174}
175 175
176static int drv_config(struct trace_seq *s, struct record *record, 176static int drv_config(struct trace_seq *s, struct record *record,
177 struct event_format *event, int cpu) 177 struct event_format *event)
178{ 178{
179 void *data = record->data; 179 void *data = record->data;
180 180