Searched refs:mod_name (Results 1 – 1 of 1) sorted by relevance
277 char *mod_name = NULL; in find_module_name() local314 mod_name = strdup((char *)data->d_buf + name_offset); in find_module_name()320 return mod_name; in find_module_name()776 char *mod_name = NULL; in post_process_module_probe_trace_events() local788 mod_name = find_module_name(module); in post_process_module_probe_trace_events()795 strdup(mod_name ? mod_name : module); in post_process_module_probe_trace_events()802 free(mod_name); in post_process_module_probe_trace_events()2986 char *mod_name; in find_probe_trace_events_from_map() local3090 mod_name = find_module_name(pev->target); in find_probe_trace_events_from_map()3092 strdup(mod_name ? mod_name : pev->target); in find_probe_trace_events_from_map()[all …]