Lines Matching refs:filename

62 	char				*filename;  member
285 len = strlen(tu->filename); in trace_uprobe_match_command_head()
286 if (strncmp(tu->filename, argv[0], len) || argv[0][len] != ':') in trace_uprobe_match_command_head()
364 kfree(tu->filename); in free_trace_uprobe()
536 char *arg, *filename, *rctr, *rctr_end, *tmp; in __trace_uprobe_create() local
566 filename = kstrdup(argv[1], GFP_KERNEL); in __trace_uprobe_create()
567 if (!filename) in __trace_uprobe_create()
571 arg = strrchr(filename, ':'); in __trace_uprobe_create()
573 kfree(filename); in __trace_uprobe_create()
581 ret = kern_path(filename, LOOKUP_FOLLOW, &path); in __trace_uprobe_create()
584 kfree(filename); in __trace_uprobe_create()
601 trace_probe_log_err(rctr_end - filename, in __trace_uprobe_create()
606 trace_probe_log_err(rctr_end + 1 - filename, in __trace_uprobe_create()
615 trace_probe_log_err(rctr - filename, BAD_REFCNT); in __trace_uprobe_create()
627 trace_probe_log_err(tmp - filename, BAD_ADDR_SUFFIX); in __trace_uprobe_create()
636 trace_probe_log_err(arg - filename, BAD_UPROBE_OFFS); in __trace_uprobe_create()
653 tail = kstrdup(kbasename(filename), GFP_KERNEL); in __trace_uprobe_create()
681 tu->filename = filename; in __trace_uprobe_create()
714 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()
1416 const char **filename, u64 *probe_offset, in bpf_get_uprobe_info() argument
1432 *filename = tu->filename; in bpf_get_uprobe_info()
1614 tu->filename = kstrdup(name, GFP_KERNEL); in create_local_trace_uprobe()
1615 if (!tu->filename) { in create_local_trace_uprobe()