aboutsummaryrefslogtreecommitdiff
path: root/include/linux/marker.h
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>2011-03-16 19:05:23 -0400
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>2011-03-16 19:05:23 -0400
commit46230bada00ad9e7f4c65a4a6f8c2c56fd352ff5 (patch)
tree01e06d2cc6963a9f7110de7868c90ba7a178046a /include/linux/marker.h
parent55d9a8c497bb13e98d15dd0b5aa9c2085934fda9 (diff)
finish-ascii-kernel-support
LTTng text output module, basic features working Here is the ltt-ascii module working, with still a few TODO left. Therefore, still considered experimental. See Documentation/lttng.txt. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> CC: Lai Jiangshan <laijs@cn.fujitsu.com>
Diffstat (limited to 'include/linux/marker.h')
-rw-r--r--include/linux/marker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/marker.h b/include/linux/marker.h
index d1852351499..debfe9a3437 100644
--- a/include/linux/marker.h
+++ b/include/linux/marker.h
@@ -237,8 +237,8 @@ extern int marker_probe_unregister_private_data(marker_probe_func *probe,
extern void *marker_get_private_data(const char *channel, const char *name,
marker_probe_func *probe, int num);
-const char *marker_get_name_form_id(u16 channel_id, u16 event_id);
-const char *marker_get_fmt_form_id(u16 channel_id, u16 event_id);
+const char *marker_get_name_from_id(u16 channel_id, u16 event_id);
+const char *marker_get_fmt_from_id(u16 channel_id, u16 event_id);
/*
* marker_synchronize_unregister must be called between the last marker probe