Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210883
b: refs/heads/master
c: 068e35e
h: refs/heads/master
i:
  210881: e32475c
  210879: b04e361
v: v3
  • Loading branch information
Matt Helsley authored and Frederic Weisbecker committed Sep 17, 2010
1 parent a7b6555 commit 39316fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 89e45aac42d40426c97e6901811309bf49c4993f
refs/heads/master: 068e35eee9ef98eb4cab55181977e24995d273be
3 changes: 2 additions & 1 deletion trunk/kernel/hw_breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ register_user_hw_breakpoint(struct perf_event_attr *attr,
perf_overflow_handler_t triggered,
struct task_struct *tsk)
{
return perf_event_create_kernel_counter(attr, -1, tsk->pid, triggered);
return perf_event_create_kernel_counter(attr, -1, task_pid_vnr(tsk),
triggered);
}
EXPORT_SYMBOL_GPL(register_user_hw_breakpoint);

Expand Down

0 comments on commit 39316fb

Please sign in to comment.