Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191332
b: refs/heads/master
c: d118f8b
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 10, 2010
1 parent 184c013 commit 83c13ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: cdd5b75b0cd24c4d6a98b12a219217b1ccfe2586
refs/heads/master: d118f8ba6ac2af2bf11d40cba657c813f0f39ca2
5 changes: 2 additions & 3 deletions trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ void perf_session__update_sample_type(struct perf_session *self)

int perf_session__create_kernel_maps(struct perf_session *self)
{
struct rb_root *machines = &self->machines;
int ret = machines__create_kernel_maps(machines, HOST_KERNEL_ID);
int ret = machine__create_kernel_maps(&self->host_machine);

if (ret >= 0)
ret = machines__create_guest_kernel_maps(machines);
ret = machines__create_guest_kernel_maps(&self->machines);
return ret;
}

Expand Down

0 comments on commit 83c13ce

Please sign in to comment.