Skip to content
Snippets Groups Projects
Commit 6439aa7d authored by Tomasz Grabiec's avatar Tomasz Grabiec Committed by Pekka Enberg
Browse files

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: default avatarTomasz Grabiec <tgrabiec@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 708fb28b
No related branches found
No related tags found
No related merge requests found
......@@ -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'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment