1. 17 2月, 2016 26 次提交
  2. 16 2月, 2016 2 次提交
    • I
      Merge tag 'perf-core-for-mingo' of... · fe7a2eaa
      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:
      
      User visible changes:
      
        - Do not print trailing spaces in the hists browser (top, report) to
          avoid line wrapping issues when long C++ demangled functions are
          sampled (Arnaldo Carvalho de Melo)
      
        - Allow 'perf config' to show --system or --user settings (Taeung Song)
      
        - Add better warning about the need to install the audit-lib-python
          package when using perf python scripts (Taeung Song)
      
        - Fix symbol resolution when kernel modules files are only in the
          build id cache (~/.debug) (Wang Nan)
      
      Build fixes:
      
        - Fix 'perf test' build on older systems where 'signal' is reserved (Arnaldo Carvalho de Melo)
      
      Infrastructure changes:
      
        - Free the terms list_head in parse_events__free_terms(), also unlink the entries
          when deleting them (Wang Nan)
      
        - Fix releasing event_class in 'perf data' fixing integration with
          libbabeltrace (Wang Nan)
      
        - Add EXTRA_LDFLAGS option to Makefile (Zubair Lutfullah Kakakhel)
      Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      fe7a2eaa
    • A
      perf tests: Fix build on older systems where 'signal' is reserved · 1ad826ba
      Arnaldo Carvalho de Melo 提交于
      fixing the following problems, for instance, on RHEL6.7:
      
          CC       /tmp/build/perf/tests/bp_signal.o
        cc1: warnings being treated as errors
        tests/bp_signal.c: In function ‘__event’:
        tests/bp_signal.c:106: error: declaration of ‘signal’ shadows a global declaration
        /usr/include/signal.h:101: error: shadowed declaration is here
        tests/bp_signal.c: In function ‘bp_event’:
        tests/bp_signal.c:144: error: declaration of ‘signal’ shadows a global declaration
        /usr/include/signal.h:101: error: shadowed declaration is here
        tests/bp_signal.c: In function ‘wp_event’:
        tests/bp_signal.c:149: error: declaration of ‘signal’ shadows a global declaration
        /usr/include/signal.h:101: error: shadowed declaration is here
        mv: cannot stat `/tmp/build/perf/tests/.bp_signal.o.tmp': No such file or directory
        make[3]: *** [/tmp/build/perf/tests/bp_signal.o] Error 1
        make[2]: *** [tests] Error 2
        make[1]: *** [/tmp/build/perf/perf-in.o] Error 2
        make[1]: *** Waiting for unfinished jobs....
      Reported-by: NVinson Lee <vlee@freedesktop.org>
      Cc: Alexei Starovoitov <ast@kernel.org>
      Cc: Brendan Gregg <brendan.d.gregg@gmail.com>
      Cc: Daniel Borkmann <daniel@iogearbox.net>
      Cc: He Kuang <hekuang@huawei.com>
      Cc: Li Zefan <lizefan@huawei.com>
      Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
      Cc: Namhyung Kim <namhyung@kernel.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Wang Nan <wangnan0@huawei.com>
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: pi3orama@163.com
      Fixes: 8fd34e1c ("perf test: Improve bp_signal")
      Link: http://lkml.kernel.org/n/tip-wlpx6tik1b0jirlkw64bv400@git.kernel.orgSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      1ad826ba
  3. 13 2月, 2016 6 次提交
  4. 12 2月, 2016 6 次提交