diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-25 14:24:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-25 14:24:37 -0400 |
commit | 9c9376886622b45c32f64c4444f5628dde77dfe6 (patch) | |
tree | fd24a7af7a8b795cd7583ffa9e873e063a0c6ff4 /kernel | |
parent | 87bcfa33669449e517fda718ed3c2e1899e6541b (diff) | |
parent | 4464fcaa9cbfc9c551956b48af203e2f775ca892 (diff) |
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
perf_counter: Fix typo in read() output generation
perf tools: Check perf.data owner
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/perf_counter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c index 36f65e2b8b57..f274e1959885 100644 --- a/kernel/perf_counter.c +++ b/kernel/perf_counter.c | |||
@@ -1791,7 +1791,7 @@ static int perf_counter_read_group(struct perf_counter *counter, | |||
1791 | size += err; | 1791 | size += err; |
1792 | 1792 | ||
1793 | list_for_each_entry(sub, &leader->sibling_list, list_entry) { | 1793 | list_for_each_entry(sub, &leader->sibling_list, list_entry) { |
1794 | err = perf_counter_read_entry(counter, read_format, | 1794 | err = perf_counter_read_entry(sub, read_format, |
1795 | buf + size); | 1795 | buf + size); |
1796 | if (err < 0) | 1796 | if (err < 0) |
1797 | return err; | 1797 | return err; |