]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - tools/perf/util/machine.c
perf machine: Adopt findnew_kernel method
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 28 May 2015 15:40:55 +0000 (12:40 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 May 2015 15:43:43 +0000 (12:43 -0300)
commit459ce518d9b563a99faa73aa340b764e0b3fb143
treeb88eec8104fc7e100d85adcdc20c492e4172a8fd
parentcec83938707a7055c1f9decd81f2741420518e64
perf machine: Adopt findnew_kernel method

It never was a 'struct dso' method, so fix that by rename
dso__kernel_findnew() to machine__findnew_kernel().

At some point I'll move it all to the machine.[ch] files, for now
lets ease patch review by not moving too much stuff.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-zrxmblgsg5vx0iv4rhvq2f6l@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dso.c
tools/perf/util/dso.h
tools/perf/util/machine.c