Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299721
b: refs/heads/master
c: 724b6da
h: refs/heads/master
i:
  299719: f7a8538
v: v3
  • Loading branch information
Michael Ellerman authored and Ingo Molnar committed Apr 26, 2012
1 parent 4f38500 commit 53e8c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c716ef56f1319e8a515cb1947a3ec59b06e94a5e
refs/heads/master: 724b6daa13e100067c30cfc4d1ad06629609dc4e
2 changes: 1 addition & 1 deletion trunk/kernel/events/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@ static void perf_event_for_each(struct perf_event *event,
perf_event_for_each_child(event, func);
func(event);
list_for_each_entry(sibling, &event->sibling_list, group_entry)
perf_event_for_each_child(event, func);
perf_event_for_each_child(sibling, func);
mutex_unlock(&ctx->mutex);
}

Expand Down

0 comments on commit 53e8c6c

Please sign in to comment.