Update unimportant_prefixes to match recent stack traces generated
when sampling an app using cpu_sampler enabled with
'--sampler=FREQUENCY'.

Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>
---
 scripts/osv/prof.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/osv/prof.py b/scripts/osv/prof.py
index 3a000013..05a06e86 100644
--- a/scripts/osv/prof.py
+++ b/scripts/osv/prof.py
@@ -74,9 +74,11 @@ unimportant_prefixes = [
      'log',
      'trace_slow_path',
      'operator()',
+     '_FUN',
+     'prof::cpu_sampler::timer_fired()',
      'prof::cpu_sampler::timer_fired()',
-     'sched::timer_base::expire()',
      'sched::timer_list::fired()',
+     'std::function<void ()>::operator()() const',
      'interrupt_descriptor_table::invoke_interrupt(unsigned int)',
      'interrupt',
      'interrupt_entry_common'),
-- 
2.31.1

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/20211113074641.5098-1-jwkozaczuk%40gmail.com.

Reply via email to