Skip to content

Commit

Permalink
fix
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 21, 2024
1 parent 337efa7 commit ad03b4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/call_stacks_analysis/make_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ def dict_extend(dict_, key, values):

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_set_function'] = ['core_log']

# libpmem
calls['flush_empty'] = ['flush_empty_nolog']
Expand All @@ -45,7 +42,6 @@ def function_pointers(calls: Calls) -> Calls:
calls['core_log_va'] = ['core_log_default_function']
return calls


def pmem_function_pointers(calls: Calls) -> Calls:
calls['pmem_drain'] = ['fence_empty', 'memory_barrier']

Expand Down

0 comments on commit ad03b4f

Please sign in to comment.