Re: [PATCH] perf kvm record: Change the default value of perf_guestto 0.

From: David Ahern
Date: Thu Nov 14 2013 - 15:39:10 EST


On 11/14/13, 2:51 PM, Dongsheng Yang wrote:
Currently, we can not record the event counters of host to perf.data.host.
Example:
perf kvm --host record -a sleep 1
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.625 MB perf.data.guest (~27290 samples) ]

perf kvm by definition wants --guest enabled. Host profiling is done with just 'perf record'; no need for the kvm layer at all. If you really want to go through perf-kvm to record host events disable guest actions:

$ perf kvm --host --no-guest record -a sleep 1
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.029 MB perf.data.host (~1255 samples) ]


David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/