Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191244
b: refs/heads/master
c: 587570d
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed Apr 24, 2010
1 parent 01b2cef commit eafef75
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: a64eae703b390185abe1d15fa932b48f04fa7fbb
refs/heads/master: 587570d4cc3cac80da7d569bee9cea3ca104d60e
6 changes: 3 additions & 3 deletions trunk/tools/perf/builtin-kmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,9 @@ static int process_sample_event(event_t *event, struct perf_session *session)
}

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

static double fragmentation(unsigned long n_req, unsigned long n_alloc)
Expand Down Expand Up @@ -730,7 +731,6 @@ static const char *record_args[] = {
"record",
"-a",
"-R",
"-M",
"-f",
"-c", "1",
"-e", "kmem:kmalloc",
Expand Down

0 comments on commit eafef75

Please sign in to comment.