Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf tooling fixes from Thomas Gleixner: - fix 'perf test Session topology' segfault on s390 (Thomas Richter) - fix NULL return handling in bpf__prepare_load() (YueHaibing) - fix indexing on Coresight ETM packet queue decoder (Mathieu Poirier) - fix perf.data format description of NRCPUS header (Arnaldo Carvalho de Melo) - update perf.data documentation section on cpu topology - handle uncore event aliases in small groups properly (Kan Liang) - add missing perf_sample.addr into python sample dictionary (Leo Yan) * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf tools: Fix perf.data format description of NRCPUS header perf script python: Add addr into perf sample dict perf data: Update documentation section on cpu topology perf cs-etm: Fix indexing for decoder packet queue perf bpf: Fix NULL return handling in bpf__prepare_load() perf test: ...
No related branches found
No related tags found
Showing
- tools/perf/Documentation/perf.data-file-format.txt 9 additions, 1 deletiontools/perf/Documentation/perf.data-file-format.txt
- tools/perf/tests/topology.c 24 additions, 6 deletionstools/perf/tests/topology.c
- tools/perf/util/bpf-loader.c 3 additions, 3 deletionstools/perf/util/bpf-loader.c
- tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 10 additions, 2 deletionstools/perf/util/cs-etm-decoder/cs-etm-decoder.c
- tools/perf/util/evsel.h 1 addition, 0 deletionstools/perf/util/evsel.h
- tools/perf/util/parse-events.c 127 additions, 3 deletionstools/perf/util/parse-events.c
- tools/perf/util/parse-events.h 5 additions, 2 deletionstools/perf/util/parse-events.h
- tools/perf/util/parse-events.y 4 additions, 4 deletionstools/perf/util/parse-events.y
- tools/perf/util/scripting-engines/trace-event-python.c 2 additions, 0 deletionstools/perf/util/scripting-engines/trace-event-python.c
Please register or sign in to comment