Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140824
b: refs/heads/master
c: 3d7ba93
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt committed Feb 28, 2009
1 parent dae98e7 commit d6e61ea
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0ec2ef1505b3e1f54b07bf64f184c92859c3e13f
refs/heads/master: 3d7ba938da8481b4f7f9ed3d943dbae49389b284
5 changes: 5 additions & 0 deletions trunk/include/trace/sched_event_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# error Unless you know what you are doing.
#endif

#undef TRACE_SYSTEM
#define TRACE_SYSTEM sched

TRACE_FORMAT(sched_kthread_stop,
TPPROTO(struct task_struct *t),
TPARGS(t),
Expand Down Expand Up @@ -70,3 +73,5 @@ TRACE_FORMAT(sched_signal_send,
TPPROTO(int sig, struct task_struct *p),
TPARGS(sig, p),
TPFMT("sig: %d task %s:%d", sig, p->comm, p->pid));

#undef TRACE_SYSTEM

0 comments on commit d6e61ea

Please sign in to comment.