Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191249
b: refs/heads/master
c: 0ab061c
h: refs/heads/master
i:
  191247: 079136a
v: v3
  • Loading branch information
Masami Hiramatsu authored and Arnaldo Carvalho de Melo committed Apr 26, 2010
1 parent d946137 commit b953eb3
Show file tree
Hide file tree
Showing 11 changed files with 364 additions and 584 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: cfadf9d4ac4be940595ab73d3def24c23c8b875f
refs/heads/master: 0ab061cd523a7f2dbf1b59aab0542cb0ab2e4633
9 changes: 4 additions & 5 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 performance profile.
Collect host side perforamnce profile.
--guest=::
Collect guest side performance profile.
Collect guest side perforamnce 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,5 +64,4 @@ OPTIONS

SEE ALSO
--------
linkperf:perf-top[1], linkperf:perf-record[1], linkperf:perf-report[1],
linkperf:perf-diff[1], linkperf:perf-buildid-list[1]
linkperf:perf-top[1] perf-record[1] perf-report[1] perf-diff[1] 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,9 +335,8 @@ 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,
.ordered_samples = true,
.sample = process_sample_event,
.comm = event__process_comm,
};

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

0 comments on commit b953eb3

Please sign in to comment.