Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155187
b: refs/heads/master
c: 88a69df
h: refs/heads/master
i:
  155185: 6054923
  155183: 65b2b53
v: v3
  • Loading branch information
Ingo Molnar committed Jul 1, 2009
1 parent 76986cc commit 573fc77
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 61c45981ddbd718136d49464f00d2f11938aaa6e
refs/heads/master: 88a69dfbc6ab1e3b51bba8c9103055e21089ebb9
6 changes: 3 additions & 3 deletions trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,9 @@ resolve_callchain(struct thread *thread, struct map *map,
}

switch (context) {
case PERF_CONTEXT_HV:
dso = hypervisor_dso;
break;
case PERF_CONTEXT_KERNEL:
dso = kernel_dso;
break;
Expand Down Expand Up @@ -1012,9 +1015,6 @@ hist_entry__add(struct thread *thread, struct map *map, struct dso *dso,
};
int cmp;

case PERF_CONTEXT_HV:
dso = hypervisor_dso;
break;
if ((sort__has_parent || callchain) && chain)
syms = resolve_callchain(thread, map, chain, &entry);

Expand Down

0 comments on commit 573fc77

Please sign in to comment.