[libvirt] [PATCH 3/8] perf: implement a set of util functions for perf event

Daniel P. Berrange berrange at redhat.com
Thu Jan 28 15:14:15 UTC 2016


On Thu, Dec 10, 2015 at 08:34:33PM +0800, Qiaowei Ren wrote:
> This patch implement a set of interfaces for perf event. Based on
> these interfaces, we can implement internal driver API for perf,
> and get the results of perf conuter you care about.
> 
> Signed-off-by: Qiaowei Ren <qiaowei.ren at intel.com>
> ---
>  include/libvirt/virterror.h |   1 +
>  src/Makefile.am             |   1 +
>  src/libvirt_private.syms    |  12 ++
>  src/util/virerror.c         |   1 +
>  src/util/virperf.c          | 303 ++++++++++++++++++++++++++++++++++++++++++++
>  src/util/virperf.h          |  63 +++++++++
>  6 files changed, 381 insertions(+)
>  create mode 100644 src/util/virperf.c
>  create mode 100644 src/util/virperf.h

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list