Lines Matching refs:filename

64 	char				*filename;  member
290 len = strlen(tu->filename); in trace_uprobe_match_command_head()
291 if (strncmp(tu->filename, argv[0], len) || argv[0][len] != ':') in trace_uprobe_match_command_head()
376 kfree(tu->filename); in free_trace_uprobe()
543 char *arg, *filename, *rctr, *rctr_end, *tmp; in __trace_uprobe_create() local
582 filename = kstrdup(argv[1], GFP_KERNEL); in __trace_uprobe_create()
583 if (!filename) in __trace_uprobe_create()
587 arg = strrchr(filename, ':'); in __trace_uprobe_create()
589 kfree(filename); in __trace_uprobe_create()
596 ret = kern_path(filename, LOOKUP_FOLLOW, &path); in __trace_uprobe_create()
599 kfree(filename); in __trace_uprobe_create()
616 trace_probe_log_err(rctr_end - filename, in __trace_uprobe_create()
621 trace_probe_log_err(rctr_end + 1 - filename, in __trace_uprobe_create()
630 trace_probe_log_err(rctr - filename, BAD_REFCNT); in __trace_uprobe_create()
642 trace_probe_log_err(tmp - filename, BAD_ADDR_SUFFIX); in __trace_uprobe_create()
651 trace_probe_log_err(arg - filename, BAD_UPROBE_OFFS); in __trace_uprobe_create()
672 tail = kstrdup(kbasename(filename), GFP_KERNEL); in __trace_uprobe_create()
701 tu->filename = filename; in __trace_uprobe_create()
740 kfree(filename); in __trace_uprobe_create()
776 trace_probe_name(&tu->tp), tu->filename, in trace_uprobe_show()
857 seq_printf(m, " %s %-44s %15lu\n", tu->filename, in probes_profile_seq_show()
1487 const char **filename, u64 *probe_offset, in bpf_get_uprobe_info() argument
1503 *filename = tu->filename; in bpf_get_uprobe_info()
1673 tu->filename = kstrdup(name, GFP_KERNEL); in create_local_trace_uprobe()
1674 if (!tu->filename) { in create_local_trace_uprobe()