Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191243
b: refs/heads/master
c: a64eae7
h: refs/heads/master
i:
  191241: fbe9425
  191239: ea5af31
v: v3
  • Loading branch information
Frederic Weisbecker committed Apr 24, 2010
1 parent b1e07c6 commit 01b2cef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: c61e52ee705f938596d307625dce00cc4345aaf0
refs/heads/master: a64eae703b390185abe1d15fa932b48f04fa7fbb
8 changes: 4 additions & 4 deletions trunk/tools/perf/builtin-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1651,9 +1651,10 @@ static int process_lost_event(event_t *event __used,
}

static struct perf_event_ops event_ops = {
.sample = process_sample_event,
.comm = event__process_comm,
.lost = process_lost_event,
.sample = process_sample_event,
.comm = event__process_comm,
.lost = process_lost_event,
.ordered_samples = true,
};

static int read_events(void)
Expand Down Expand Up @@ -1850,7 +1851,6 @@ static const char *record_args[] = {
"record",
"-a",
"-R",
"-M",
"-f",
"-m", "1024",
"-c", "1",
Expand Down

0 comments on commit 01b2cef

Please sign in to comment.