Home
last modified time | relevance | path

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

/tools/perf/util/
A Dprobe-event.c306 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()
[all …]
A Dparse-events.l147 int pos, char mod_char, const char *mod_name) in modifiers_error() argument
152 if (asprintf(&help, "Duplicate modifier '%c' (%s)", mod_char, mod_name) > 0) in modifiers_error()
/tools/lib/bpf/
A Dlibbpf.c10100 const char *fn_name, *mod_name = NULL; in find_kernel_btf_id() local
10104 mod_name = attach_name; in find_kernel_btf_id()
10105 mod_len = fn_name - mod_name; in find_kernel_btf_id()
10109 if (!mod_name || strncmp(mod_name, "vmlinux", mod_len) == 0) { in find_kernel_btf_id()
10111 mod_name ? fn_name : attach_name, in find_kernel_btf_id()
10129 if (mod_name && strncmp(mod->name, mod_name, mod_len) != 0) in find_kernel_btf_id()
10133 mod_name ? fn_name : attach_name, in find_kernel_btf_id()

Completed in 34 milliseconds