X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fdebug-info.c;fp=lib%2Fdebug-info.c;h=01af2ff9836e441a3de405c8b107ccfda01274ca;hp=53d1eab27c5412c10b02527a51da358f6e245b72;hb=afba01012fb4d33f0cec7f7aa7e46eb10e0f8bfa;hpb=46d8a85a760c53f3c4419e5ef6b3e3f300fbcbc6 diff --git a/lib/debug-info.c b/lib/debug-info.c index 53d1eab2..01af2ff9 100644 --- a/lib/debug-info.c +++ b/lib/debug-info.c @@ -691,7 +691,7 @@ void handle_statedump_bin_info_event(struct debug_info *debug_info, } static inline -void handle_dlopen_event(struct debug_info *debug_info, +void handle_lib_load_event(struct debug_info *debug_info, struct ctf_event_definition *event_def) { handle_bin_info_event(debug_info, event_def, false); @@ -797,7 +797,7 @@ void debug_info_handle_event(struct debug_info *debug_info, * of the dlopen family are called (e.g. dlmopen) and when * library are transitively loaded. */ - handle_dlopen_event(debug_info, event); + handle_lib_load_event(debug_info, event); } else if (event_class->name == debug_info->q_statedump_start) { /* Start state dump */ handle_statedump_start(debug_info, event);