]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Fri, 26 Jun 2015 08:38:11 +0000 (10:38 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 26 Jun 2015 08:38:11 +0000 (10:38 +0200)
commitbc88fba31b76042eccefe0c0032b7ca86bc061d5
treecdd0474142283a269c2e05e31128d382418fab28
parentf45b127749e346b1da64b8c3922e3d5086090160
parente08b198e12fc59f6df0a2c98dc55b496afc97aed
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent

Pull perf/core improvements and refactorings from Arnaldo Carvalho de Melo:

Infrastructure changes:

  - Reference count the cpu_map and thread_map classes. (Jiri Olsa)

  - Set evsel->{cpus,threads} from the evlist, if not set,
    allowing the generalization of some 'perf stat' functions that
    previously were accessing private static evlist variable. (Jiri Olsa)

  - Delete an unnecessary check before the calling
    free_event_desc() (Markus Elfring)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>