Merge tag 'perf-core-for-mingo-2.1' of git://git.kernel.org/pub/scm/linux/kernel...
authorIngo Molnar <mingo@kernel.org>
Fri, 18 Dec 2015 08:37:51 +0000 (09:37 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 18 Dec 2015 08:37:51 +0000 (09:37 +0100)
commitb21daaede100d102b1687a403df74be0a02031af
treecdc7fe583ee8d4837a1bc2246d861a69828edbce
parent0d76ded582c178d3cca55c9112eceb5b0f12f558
parent1843b4e057b7717db21a3ad96fa16d6b4ee8f6c4
Merge tag 'perf-core-for-mingo-2.1' of git://git./linux/kernel/git/acme/linux into perf/core

Pull perf/core improvements from Arnaldo Carvalho de Melo:

User visible changes:

  - Add record.build-id config option to 'perf record', to allow configuring
    in the ~/.perfconfig file if and how build-ids should be processed, allowing
    a permanent setting for options such as -B and -N: (Namhyung Kim)

    $ perf record -h -B -N

     Usage: perf record [<options>] [<command>]
        or: perf record [<options>] -- <command> [<options>]

        -B, --no-buildid       do not collect buildids in perf.data
        -N, --no-buildid-cache do not update the buildid cache

    $

Infrastructure changes:

  - Move code for options parsing and subcommand handling from tools/perf/
    to tools/lib/subcmd/, so that it can be used by other tools/ living
    utilities (Josh Poimboeuf)

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This page took 0.024976 seconds and 5 git commands to generate.