Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223850
b: refs/heads/master
c: 28990f7
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Arnaldo Carvalho de Melo committed Nov 30, 2010
1 parent 985dbbd commit 47cdf46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: a1225decc43849a73f7e4c333c3fdbbb8a9c1e65
refs/heads/master: 28990f75e66b36faf6ce56747890009d4e250243
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ static event__swap_op event__swap_ops[] = {

struct sample_queue {
u64 timestamp;
struct sample_event *event;
event_t *event;
struct list_head list;
};

Expand All @@ -406,7 +406,7 @@ static void flush_sample_queue(struct perf_session *s,
if (iter->timestamp > limit)
break;

ops->sample((event_t *)iter->event, s);
ops->sample(iter->event, s);

os->last_flush = iter->timestamp;
list_del(&iter->list);
Expand Down

0 comments on commit 47cdf46

Please sign in to comment.