1. 03 Jul, 2019 1 commit
    • Ingo Molnar's avatar
      Merge tag 'perf-core-for-mingo-5.3-20190701' of... · a041ede0
      Ingo Molnar authored
      Merge tag 'perf-core-for-mingo-5.3-20190701' 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:
      
      perf annotate:
      
        Mao Han:
      
        - Add support for the csky processor architecture.
      
      perf stat:
      
        Andi Kleen:
      
        - Fix metrics with --no-merge.
      
        - Don't merge events in the same PMU.
      
        - Fix group lookup for metric group.
      
      Intel PT:
      
        Adrian Hunter:
      
        - Improve CBR (Core to Bus Ratio) packets support.
      
        - Fix thread stack return from kernel for kernel only case.
      
        - Export power and ptwrite events to sqlite and postgresql.
      
      core libraries:
      
        Arnaldo Carvalho de Melo:
      
        - Find routines in tools/perf/util/ that have implementations in the kernel
          libraries (lib/*.c), such as strreplace(), strim(), skip_spaces() and reuse
          them after making a copy into tools/lib and tools/include/.
      
          This continues the effort of having tools/ code looking as much as possible
          like kernel source code, to help encourage people to work on both the kernel
          and in tools hosted in the kernel sources.
      
          That in turn will help moving stuff that uses those routines to
          tools/lib/perf/ where they will be made available for use in other tools.
      
          In the process ditch old cruft, remove unused variables and add missing
          include directives for headers providing things used in places that were
          building by sheer luck.
      
        Kyle Meyer:
      
        - Bump MAX_NR_CPUS and MAX_CACHES to get these tools to work on more machines.
      Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      a041ede0
  2. 02 Jul, 2019 10 commits
  3. 26 Jun, 2019 13 commits
  4. 25 Jun, 2019 16 commits