Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1317982 > unrolled thread
| Started by | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| First post | 2016-01-26 15:40 +0100 |
| Last post | 2016-01-26 15:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL 0/4] perf/urgent fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-01-26 15:40 +0100
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Date | 2016-01-26 15:40 +0100 |
| Subject | [GIT PULL 0/4] perf/urgent fixes |
| Message-ID | <qVcWK-5sj-15@gated-at.bofh.it> |
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit 45c815f06b80031659c63d7b93e580015d6024dd:
perf: Synchronously free aux pages in case of allocation failure (2016-01-21 18:54:27 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo
for you to fetch changes up to 3f416f22d1e21709a631189ba169f76fd267b374:
perf stat: Do not clean event's private stats (2016-01-26 11:15:11 -0300)
----------------------------------------------------------------
perf/urgent fixes:
User visible:
- Fix 'perf stat' stddev reporting due to mistakenly cleaning event
private stats (Jiri Olsa)
- Fix 'perf test CQM' endless loop detected by 'gcc6 -Wmisleading-indentation'
(Markus Trippelsdorf)
- Fix behaviour of Shift-Tab when nothing is focussed in the annotate TUI browser,
detected with gcc6 -Wmisleading-indentation (Markus Trippelsdorf)
- Fix mem data cacheline hists browser width setting for unresolved
addresses (Jiri Olsa)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
----------------------------------------------------------------
Jiri Olsa (2):
perf hists: Fix HISTC_MEM_DCACHELINE width setting
perf stat: Do not clean event's private stats
Markus Trippelsdorf (2):
perf tests: Remove wrong semicolon in while loop in CQM test
perf annotate browser: Fix behaviour of Shift-Tab with nothing focussed
tools/perf/arch/x86/tests/intel-cqm.c | 2 +-
tools/perf/ui/browsers/annotate.c | 4 ++--
tools/perf/util/hist.c | 2 ++
tools/perf/util/stat.c | 1 -
4 files changed, 5 insertions(+), 4 deletions(-)
Back to top | Article view | linux.kernel
csiph-web