From 13c103065aa4480434c15a32f4fbd28560ef6ab3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 20 Jun 2021 01:17:38 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index d200e518..9c329e5b 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,16 @@ v0.x.x (xxxx-xx-xx) originating function. - If symbol view is restricted to a single inline function, all assembly instructions not in this context will be dimmed out. +- Kernel call stacks will be now properly captured and displayed in the + profiler. Kernel functions are marked with the red color. +- The CPU hardware performance counters can be now sampled on Linux. + - Three inferred statistics are displayed for lines in both source and + assembly code in the symbol view window: + - Instructions executed per cycle. + - Branch miss rate. + - Cache miss rate. + - Instruction cost estimation method is no longer tied to software call + stack sampling. v0.7.8 (2021-05-19)