Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191254
b: refs/heads/master
c: 462b04e
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Apr 27, 2010
1 parent ea8279d commit 4f7a3ba
Show file tree
Hide file tree
Showing 10 changed files with 584 additions and 363 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: f93830fbb06b67848c762f2177c06cc3cbb97deb
refs/heads/master: 462b04e28a7ec1339c892117c3f20a40e55d0e83
9 changes: 5 additions & 4 deletions trunk/tools/perf/Documentation/perf-kvm.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
perf-kvm(1)
==============
===========

NAME
----
Expand Down Expand Up @@ -41,9 +41,9 @@ There are a couple of variants of perf kvm:
OPTIONS
-------
--host=::
Collect host side perforamnce profile.
Collect host side performance profile.
--guest=::
Collect guest side perforamnce profile.
Collect guest side performance profile.
--guestmount=<path>::
Guest os root file system mount directory. Users mounts guest os
root directories under <path> by a specific filesystem access method,
Expand All @@ -64,4 +64,5 @@ OPTIONS

SEE ALSO
--------
linkperf:perf-top[1] perf-record[1] perf-report[1] perf-diff[1] perf-buildid-list[1]
linkperf:perf-top[1], linkperf:perf-record[1], linkperf:perf-report[1],
linkperf:perf-diff[1], linkperf:perf-buildid-list[1]
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
Loading

0 comments on commit 4f7a3ba

Please sign in to comment.