- Use WARN_ONCE in patch 06/16 'perf tools: Prevent calling machine__delete() 
on
   non-allocated machine' and add machine__exit() back.

 - Introduce perf_evsel__is_bpf_output() in 15/16 and use it in 16/16.

 - Resend PowerPC building breakage fix.

He Kuang (1):
  perf tools: Support perf event alias name

Naveen N. Rao (1):
  perf: bpf: Fix build breakage due to libbpf

Wang Nan (14):
  perf tools: Fix PowerPC native building
  tools: Move Makefile.arch from perf/config to tools/scripts
  perf test: Fix false TEST_OK result for 'perf test hist'
  perf test: Reset err after using it hold errcode in hist testcases
  perf tools: Prevent calling machine__delete() on non-allocated machine
  perf test: Check environment before start real BPF test
  perf tools: Add API to config maps in bpf object
  perf tools: Enable BPF object configure syntax
  perf record: Apply config to BPF objects before recording
  perf tools: Enable passing event to BPF object
  perf tools: Support setting different slots in a BPF map separately
  perf tools: Enable indices setting syntax for BPF maps
  perf tools: Introduce bpf-output event
  perf data: Support converting data from bpf_perf_event_output()

 tools/build/feature/test-bpf.c               |  20 +-
 tools/lib/bpf/Makefile                       |   9 +-
 tools/lib/bpf/bpf.c                          |   4 +-
 tools/perf/builtin-record.c                  |  11 +
 tools/perf/config/Makefile                   |   2 +-
 tools/perf/tests/bpf.c                       |  37 ++
 tools/perf/tests/hists_common.c              |   5 -
 tools/perf/tests/hists_cumulate.c            |   1 +
 tools/perf/tests/hists_filter.c              |   1 +
 tools/perf/tests/hists_link.c                |   1 +
 tools/perf/tests/hists_output.c              |   1 +
 tools/perf/tests/make                        |   2 +-
 tools/perf/tests/vmlinux-kallsyms.c          |   4 +-
 tools/perf/util/bpf-loader.c                 | 699 +++++++++++++++++++++++++++
 tools/perf/util/bpf-loader.h                 |  59 +++
 tools/perf/util/data-convert-bt.c            | 112 ++++-
 tools/perf/util/evlist.c                     |  16 +
 tools/perf/util/evlist.h                     |   3 +
 tools/perf/util/evsel.c                      |   6 +
 tools/perf/util/evsel.h                      |   9 +
 tools/perf/util/machine.c                    |  13 +-
 tools/perf/util/machine.h                    |   3 +-
 tools/perf/util/parse-events.c               | 125 ++++-
 tools/perf/util/parse-events.h               |  20 +-
 tools/perf/util/parse-events.l               |  16 +-
 tools/perf/util/parse-events.y               | 123 ++++-
 tools/{perf/config => scripts}/Makefile.arch |   0
 27 files changed, 1267 insertions(+), 35 deletions(-)
 rename tools/{perf/config => scripts}/Makefile.arch (100%)

-- 
1.8.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to