Home
last modified time | relevance | path

Searched refs:mod_name (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dprobe-event.c277 char *mod_name = NULL; in find_module_name() local
314 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() local
788 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() local
3090 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 …]