[v2,5/5] NEWS: add entry for eu-stacktrace

Message ID cd5fea7c-0fcb-4514-87f4-01d75e534ce7@app.fastmail.com
State Committed
Headers
Series [v2,1/5] src: add eu-stacktrace tool |

Commit Message

Serhei Makarov Oct. 17, 2024, 6:56 p.m. UTC
  Signed-off-by: Serhei Makarov <serhei@serhei.io>
---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Aaron Merey Oct. 17, 2024, 9:03 p.m. UTC | #1
On Thu, Oct 17, 2024 at 2:56 PM Serhei Makarov <serhei@serhei.io> wrote:
>
> Signed-off-by: Serhei Makarov <serhei@serhei.io>
> ---
>  NEWS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 410bccc1..01909c0c 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -8,6 +8,13 @@ debuginfod: Add per-file signature verification for integrity
>
>  debuginfod: New API for metadata queries: file name -> buildid.
>
> +stacktrace: Experimental new tool that can process a stream of stack
> +            samples from the Sysprof profiler and unwind them into call
> +            chains. Enable on x86 with --enable-stacktrace. See
> +            README.eu-stacktrace in the development branch for detailed
> +            usage instructions:
> +            https://sourceware.org/cgit/elfutils/tree/README.eu-stacktrace?h=users/serhei/eu-stacktrace

LGTM, please merge.

Thanks,
Aaron
  

Patch

diff --git a/NEWS b/NEWS
index 410bccc1..01909c0c 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,13 @@  debuginfod: Add per-file signature verification for integrity
 
 debuginfod: New API for metadata queries: file name -> buildid.
 
+stacktrace: Experimental new tool that can process a stream of stack
+            samples from the Sysprof profiler and unwind them into call
+            chains. Enable on x86 with --enable-stacktrace. See
+            README.eu-stacktrace in the development branch for detailed
+            usage instructions:
+            https://sourceware.org/cgit/elfutils/tree/README.eu-stacktrace?h=users/serhei/eu-stacktrace
+
 Version 0.191 "Bug fixes in C major"
 
 libdw: dwarf_addrdie now supports binaries lacking a .debug_aranges