Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166431
b: refs/heads/master
c: 9961079
h: refs/heads/master
i:
  166429: a2446ea
  166427: 91fdaa7
  166423: 6a89301
  166415: 47e23ca
  166399: 6aa0b1a
v: v3
  • Loading branch information
Anton Blanchard authored and Frederic Weisbecker committed Sep 22, 2009
1 parent 31c210c commit a1c70b3
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: 8cd09a5984c08dafade74c9c1ab4311af2bf2d24
refs/heads/master: 9961079348d43dddb1f21118c17f054f63bbaa05
4 changes: 2 additions & 2 deletions trunk/include/trace/events/workqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TRACE_EVENT(workqueue_insertion,
__entry->func = work->func;
),

TP_printk("thread=%s:%d func=%pF", __entry->thread_comm,
TP_printk("thread=%s:%d func=%pf", __entry->thread_comm,
__entry->thread_pid, __entry->func)
);

Expand All @@ -48,7 +48,7 @@ TRACE_EVENT(workqueue_execution,
__entry->func = work->func;
),

TP_printk("thread=%s:%d func=%pF", __entry->thread_comm,
TP_printk("thread=%s:%d func=%pf", __entry->thread_comm,
__entry->thread_pid, __entry->func)
);

Expand Down

0 comments on commit a1c70b3

Please sign in to comment.