Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147177
b: refs/heads/master
c: 8fe91e6
h: refs/heads/master
i:
  147175: d2631f2
v: v3
  • Loading branch information
Ingo Molnar committed Dec 23, 2008
1 parent 8cd8549 commit 8cd288d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 0dff86aa7b9ec65a6d07167b7afb050b5fc98ddc
refs/heads/master: 8fe91e61cdc407c7556d3cd71cf20141a25bbcea
1 change: 0 additions & 1 deletion trunk/include/linux/perf_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ struct perf_counter {
struct task_struct *task;
struct file *filp;

unsigned int nr_inherited;
struct perf_counter *parent;
/*
* Protect attach/detach:
Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,6 @@ inherit_counter(struct perf_counter *parent_counter,
child_ctx->nr_counters++;

child_counter->parent = parent_counter;
parent_counter->nr_inherited++;
/*
* inherit into child's child as well:
*/
Expand Down

0 comments on commit 8cd288d

Please sign in to comment.