]> 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)
commitf1a98546bb695bf21c1e7b13f6f571a7819e6b2b
treecdd0474142283a269c2e05e31128d382418fab28
parent6f86ccafa0218ac38d67272a8c8ebad8431e10b2
parent930738c537a99b4e2f817a7bdc313e4f7dc445e7
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>