Searched hist:9986 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/kvm/
H A Dperfevent.hh9986:7cab06691984 Tue Oct 15 04:09:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Set the perf exclude_host attribute if available

The performance counting framework in Linux 3.2 and onwards supports
an attribute to exclude events generated by the host when running
KVM. Setting this attribute allows us to get more reliable
measurements of the guest machine. For example, on a highly loaded
system, the instruction counts from the guest can be severely
distorted by the host kernel (e.g., by page fault handlers).

This changeset introduces a check for the attribute and enables it in
the KVM CPU if present.
H A Dbase.cc9986:7cab06691984 Tue Oct 15 04:09:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Set the perf exclude_host attribute if available

The performance counting framework in Linux 3.2 and onwards supports
an attribute to exclude events generated by the host when running
KVM. Setting this attribute allows us to get more reliable
measurements of the guest machine. For example, on a highly loaded
system, the instruction counts from the guest can be severely
distorted by the host kernel (e.g., by page fault handlers).

This changeset introduces a check for the attribute and enables it in
the KVM CPU if present.
/gem5/
H A DSConstruct9986:7cab06691984 Tue Oct 15 04:09:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Set the perf exclude_host attribute if available

The performance counting framework in Linux 3.2 and onwards supports
an attribute to exclude events generated by the host when running
KVM. Setting this attribute allows us to get more reliable
measurements of the guest machine. For example, on a highly loaded
system, the instruction counts from the guest can be severely
distorted by the host kernel (e.g., by page fault handlers).

This changeset introduces a check for the attribute and enables it in
the KVM CPU if present.

Completed in 73 milliseconds