Lines Matching refs:mod_name
306 char *mod_name = NULL; in find_module_name() local
343 mod_name = strdup((char *)data->d_buf + name_offset); in find_module_name()
349 return mod_name; in find_module_name()
810 char *mod_name = NULL; in post_process_module_probe_trace_events() local
822 mod_name = find_module_name(module); in post_process_module_probe_trace_events()
829 strdup(mod_name ? mod_name : module); in post_process_module_probe_trace_events()
836 free(mod_name); in post_process_module_probe_trace_events()
3127 char *mod_name; in find_probe_trace_events_from_map() local
3242 mod_name = find_module_name(pev->target); in find_probe_trace_events_from_map()
3244 strdup(mod_name ? mod_name : pev->target); in find_probe_trace_events_from_map()
3245 free(mod_name); in find_probe_trace_events_from_map()