Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140789
b: refs/heads/master
c: 7c37730
h: refs/heads/master
i:
  140787: 9eaf18e
v: v3
  • Loading branch information
Steven Rostedt committed Feb 25, 2009
1 parent d2c2f28 commit 9002eec
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 886b5b73d71e4027d7dc6c14f5f7ab102201ea6b
refs/heads/master: 7c37730cd31ddb2d3a1da142af9b18c29b8c433b
3 changes: 3 additions & 0 deletions trunk/include/linux/tracepoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,7 @@ static inline void tracepoint_synchronize_unregister(void)
synchronize_sched();
}

#define DEFINE_TRACE_FMT(name, proto, args, fmt) \
DECLARE_TRACE(name, TPPROTO(proto), TPARGS(args))

#endif
5 changes: 5 additions & 0 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2938,6 +2938,11 @@ static __init int tracer_init_debugfs(void)
if (!entry)
pr_warning("Could not create debugfs 'tracing_cpumask' entry\n");

entry = debugfs_create_file("latency_trace", 0444, d_tracer,
&global_trace, &tracing_lt_fops);
if (!entry)
pr_warning("Could not create debugfs 'latency_trace' entry\n");

entry = debugfs_create_file("trace", 0444, d_tracer,
&global_trace, &tracing_fops);
if (!entry)
Expand Down

0 comments on commit 9002eec

Please sign in to comment.