1. 28 5月, 2015 2 次提交
    • A
      perf tools: Introduce struct maps · 1eee78ae
      Arnaldo Carvalho de Melo 提交于
      That for now has the maps rbtree and the list for the dead maps, that
      may be still referenced from some hist_entry, etc.
      
      This paves the way for protecting the rbtree with a lock, then refcount
      the maps and finally remove the removed_maps list, as it'll not ne
      anymore needed.
      
      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-fl0fa6142pj8khj97fow3uw0@git.kernel.orgSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      1eee78ae
    • I
      Merge tag 'perf-core-for-mingo' of... · 6632c4b4
      Ingo Molnar 提交于
      Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
      
      Pull perf/core improvements and fixes from  Arnaldo Carvalho de Melo:
      
      New features:
      
        - Add option in 'perf sched' to merge like comms to lat output (Josef Bacik)
      
        - Improve 'perf probe' error messages when not finding a
          suitable vmlinux (Masami Hiramatsu)
      
      Infrastructure changes:
      
        - Use atomic.h for various pre-existing reference counts (Arnaldo Carvalho de Melo)
      
        - Leg work for refcounting 'struct map' (Arnaldo Carvalho de Melo)
      
        - Assign default value for some pointers (Martin Liška)
      
        - Improve setting of gcc debug option (Martin Liška)
      
        - Separate the tests and tools in installation (Nam T. Nguyen)
      
        - Reduce number of arguments of hist_entry_iter__add() (Namhyung Kim)
      
        - DSO data cache fixes (Namhyung Kim)
      Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      6632c4b4
  2. 27 5月, 2015 38 次提交