1. 24 Mar, 2015 15 commits
  2. 23 Mar, 2015 7 commits
  3. 22 Mar, 2015 2 commits
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo-2' of... · 963a70b8
      Ingo Molnar authored
      Merge tag 'perf-core-for-mingo-2' 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:
      
        - Handle legacy syscalls tracepoints (David Ahern, Arnaldo Carvalho de Melo)
      
        - Indicate which callchain entries are annotated in the
          TUI hists browser (report/top) (Arnaldo Carvalho de Melo)
      
        - Fix failure to add multiple probes without debuginfo (He Kuang)
      
        - Fix 'trace' summary_only option (David Ahern)
      
        - Fix race in build_id_cache__add_s() in 'buildid-cache' (Milos Vyletel)
      
        - Don't allow empty argument for field-separator, fixing segfault (Wang Nan)
      
      Infrastructure:
      
        - Add destructor for format_field in libtraceevent (David Ahern)
      
        - Prep work for support lzma compressed kernel modules (Jiri Olsa)
      
        - Update .gitignore with recently added/renamed feature detection files (Yunlong Song)
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      963a70b8
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo' of... · 08b3f913
      Ingo Molnar authored
      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:
      
        - Bash completion for subcommands (Yunlong Song)
      
        - Allow annotating entries in callchains in the hists browser (top/report).
          TODO: give some visual cue to what entries in callchains have samples and thus
          can be annotated and/or allow showing the source code for functions without
          samples (Arnaldo Carvalho de Melo)
      
        - Don't allow empty argument for '-t' in perf report, fixing segfault (Wang Nan)
      
      Infrastructure:
      
        - Prep work for moving the perf feature tests build system to tools/build (Jiri Olsa)
      
        - Fix perf-read-vdsox32 not building and lib64 install dir (H.J. Lu)
      
        - ARM64: fix building error and eh/debug frame offset cache fixes (Wang Nan)
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      08b3f913
  4. 21 Mar, 2015 15 commits
  5. 20 Mar, 2015 1 commit
    • Yunlong Song's avatar
      perf build: Add config/feature-checks/*.output to the .gitignore file · 1c30f546
      Yunlong Song authored
      They are all auto-generated files during the perf building.
      
      Before this patch:
      
       $ git status
       Untracked files:
         (use "git add <file>..." to include in what will be committed)
      
      	config/feature-checks/test-all.make.output
      	config/feature-checks/test-backtrace.make.output
      	config/feature-checks/test-bionic.make.output
      	config/feature-checks/test-dwarf.make.output
      	config/feature-checks/test-fortify-source.make.output
      	config/feature-checks/test-glibc.make.output
      	config/feature-checks/test-gtk2-infobar.make.output
      	config/feature-checks/test-gtk2.make.output
      	config/feature-checks/test-libaudit.make.output
      	config/feature-checks/test-libbabeltrace.make.output
      	config/feature-checks/test-libbfd.make.output
      	config/feature-checks/test-libdw-dwarf-unwind.make.output
      	config/feature-checks/test-libelf-getphdrnum.make.output
      	config/feature-checks/test-libelf-mmap.make.output
      	config/feature-checks/test-libelf.make.output
      	config/feature-checks/test-libnuma.make.output
      	config/feature-checks/test-libperl.make.output
      	config/feature-checks/test-libpython-version.make.output
      	config/feature-checks/test-libpython.make.output
      	config/feature-checks/test-libslang.make.output
      	config/feature-checks/test-libunwind.make.output
      	config/feature-checks/test-pthread-attr-setaffinity-np.make.output
      	config/feature-checks/test-stackprotector-all.make.output
      	config/feature-checks/test-sync-compare-and-swap.make.output
      	config/feature-checks/test-timerfd.make.output
      	config/feature-checks/test-zlib.make.output
      
      After this patch:
      
       $ git status
       nothing to commit, working directory clean
      Signed-off-by: default avatarYunlong Song <yunlong.song@huawei.com>
      Tested-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Acked-by: default avatarJiri Olsa <jolsa@kernel.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Wang Nan <wangnan0@huawei.com>
      Link: http://lkml.kernel.org/r/1426821638-11227-3-git-send-email-yunlong.song@huawei.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      1c30f546