From 6439aa7d4d4c75af52a9f082062a991d060b157e Mon Sep 17 00:00:00 2001
From: Tomasz Grabiec <tgrabiec@cloudius-systems.com>
Date: Thu, 15 May 2014 12:39:54 +0200
Subject: [PATCH] trace: update unimportant_prefixes

The version built on muninn does not have the leading
'tracepoint_base::log_backtrace(trace_record*, unsigned char*&)'
frame.

Signed-off-by: Tomasz Grabiec <tgrabiec@cloudius-systems.com>
Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
---
 scripts/osv/prof.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/osv/prof.py b/scripts/osv/prof.py
index 8950ac32b..de0d5656a 100644
--- a/scripts/osv/prof.py
+++ b/scripts/osv/prof.py
@@ -82,6 +82,10 @@ unimportant_prefixes = [
      'log',
      'trace_slow_path',
      'operator()'),
+
+    ('log',
+     'trace_slow_path',
+     'operator()'),
 ]
 
 bottom_of_stack = set(['thread_main', 'thread_main_c'])
-- 
GitLab