Lines Matching refs:filename
62 char *filename; member
293 len = strlen(tu->filename); in trace_uprobe_match_command_head()
294 if (strncmp(tu->filename, argv[0], len) || argv[0][len] != ':') in trace_uprobe_match_command_head()
372 kfree(tu->filename); in free_trace_uprobe()
544 char *arg, *filename, *rctr, *rctr_end, *tmp; in __trace_uprobe_create() local
574 filename = kstrdup(argv[1], GFP_KERNEL); in __trace_uprobe_create()
575 if (!filename) in __trace_uprobe_create()
579 arg = strrchr(filename, ':'); in __trace_uprobe_create()
581 kfree(filename); in __trace_uprobe_create()
589 ret = kern_path(filename, LOOKUP_FOLLOW, &path); in __trace_uprobe_create()
592 kfree(filename); in __trace_uprobe_create()
609 trace_probe_log_err(rctr_end - filename, in __trace_uprobe_create()
614 trace_probe_log_err(rctr_end + 1 - filename, in __trace_uprobe_create()
623 trace_probe_log_err(rctr - filename, BAD_REFCNT); in __trace_uprobe_create()
635 trace_probe_log_err(tmp - filename, BAD_ADDR_SUFFIX); in __trace_uprobe_create()
644 trace_probe_log_err(arg - filename, BAD_UPROBE_OFFS); in __trace_uprobe_create()
661 tail = kstrdup(kbasename(filename), GFP_KERNEL); in __trace_uprobe_create()
689 tu->filename = filename; in __trace_uprobe_create()
718 kfree(filename); in __trace_uprobe_create()
754 trace_probe_name(&tu->tp), tu->filename, in trace_uprobe_show()
827 seq_printf(m, " %s %-44s %15lu\n", tu->filename, in probes_profile_seq_show()
1420 const char **filename, u64 *probe_offset, in bpf_get_uprobe_info() argument
1436 *filename = tu->filename; in bpf_get_uprobe_info()
1618 tu->filename = kstrdup(name, GFP_KERNEL); in create_local_trace_uprobe()
1619 if (!tu->filename) { in create_local_trace_uprobe()