Skip to content

Commit

Permalink
Remove all init/fini related calls as they are properly identified
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Mar 26, 2024
1 parent bd579dd commit 790f1d9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions utils/call_stacks_analysis/make_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ def dict_extend(dict_, key, values):
return dict_

def inlines(calls: Calls) -> Calls:
# common
calls['core_init'] = ['util_init', 'core_log_init', 'out_init']
calls['core_fini'] = ['out_fini', 'core_log_fini', 'last_error_msg_fini']
calls['common_init'] = ['core_init', 'util_mmap_init']
calls['common_fini'] = ['util_mmap_fini', 'core_fini']
calls['Last_errormsg_key_alloc'] = ['_Last_errormsg_key_alloc']
calls['_Last_errormsg_key_alloc'] = ['os_once', 'os_tls_key_create']
calls['core_log_init'] = ['core_log_default_init', 'core_log_set_function']

# libpmem
calls['flush_empty'] = ['flush_empty_nolog']

Expand Down

0 comments on commit 790f1d9

Please sign in to comment.