Lines Matching refs:filename
60 char *filename; member
294 len = strlen(tu->filename); in trace_uprobe_match_command_head()
295 if (strncmp(tu->filename, argv[0], len) || argv[0][len] != ':') in trace_uprobe_match_command_head()
372 kfree(tu->filename); in free_trace_uprobe()
542 char *arg, *filename, *rctr, *rctr_end, *tmp; in trace_uprobe_create() local
571 filename = kstrdup(argv[1], GFP_KERNEL); in trace_uprobe_create()
572 if (!filename) in trace_uprobe_create()
576 arg = strrchr(filename, ':'); in trace_uprobe_create()
578 kfree(filename); in trace_uprobe_create()
586 ret = kern_path(filename, LOOKUP_FOLLOW, &path); in trace_uprobe_create()
589 kfree(filename); in trace_uprobe_create()
606 trace_probe_log_err(rctr_end - filename, in trace_uprobe_create()
611 trace_probe_log_err(rctr_end + 1 - filename, in trace_uprobe_create()
620 trace_probe_log_err(rctr - filename, BAD_REFCNT); in trace_uprobe_create()
632 trace_probe_log_err(tmp - filename, BAD_ADDR_SUFFIX); in trace_uprobe_create()
641 trace_probe_log_err(arg - filename, BAD_UPROBE_OFFS); in trace_uprobe_create()
656 tail = kstrdup(kbasename(filename), GFP_KERNEL); in trace_uprobe_create()
684 tu->filename = filename; in trace_uprobe_create()
719 kfree(filename); in trace_uprobe_create()
750 trace_probe_name(&tu->tp), tu->filename, in trace_uprobe_show()
823 seq_printf(m, " %s %-44s %15lu\n", tu->filename, in probes_profile_seq_show()
1424 const char **filename, u64 *probe_offset, in bpf_get_uprobe_info() argument
1440 *filename = tu->filename; in bpf_get_uprobe_info()
1621 tu->filename = kstrdup(name, GFP_KERNEL); in create_local_trace_uprobe()