Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316711
b: refs/heads/master
c: bd7bdd4
h: refs/heads/master
i:
  316709: c0e8f27
  316707: 23e45cf
  316703: e573f98
v: v3
  • Loading branch information
Tejun Heo committed Jul 12, 2012
1 parent fcff627 commit b3c9645
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 101 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: 974271c485a4d8bb801decc616748f90aafb07ec
refs/heads/master: bd7bdd43dcb81bb08240b9401b36a104f77dc135
2 changes: 1 addition & 1 deletion trunk/include/trace/events/workqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TRACE_EVENT(workqueue_queue_work,
__entry->function = work->func;
__entry->workqueue = cwq->wq;
__entry->req_cpu = req_cpu;
__entry->cpu = cwq->gcwq->cpu;
__entry->cpu = cwq->pool->gcwq->cpu;
),

TP_printk("work struct=%p function=%pf workqueue=%p req_cpu=%u cpu=%u",
Expand Down
Loading

0 comments on commit b3c9645

Please sign in to comment.