Lines Matching refs:tmp
476 struct trace_uprobe *tmp; in validate_ref_ctr_offset() local
479 for_each_trace_uprobe(tmp, pos) { in validate_ref_ctr_offset()
480 if (new_inode == d_real_inode(tmp->path.dentry) && in validate_ref_ctr_offset()
481 new->offset == tmp->offset && in validate_ref_ctr_offset()
482 new->ref_ctr_offset != tmp->ref_ctr_offset) { in validate_ref_ctr_offset()
542 char *arg, *filename, *rctr, *rctr_end, *tmp; in trace_uprobe_create() local
626 tmp = strchr(arg, '%'); in trace_uprobe_create()
627 if (tmp) { in trace_uprobe_create()
628 if (!strcmp(tmp, "%return")) { in trace_uprobe_create()
629 *tmp = '\0'; in trace_uprobe_create()
632 trace_probe_log_err(tmp - filename, BAD_ADDR_SUFFIX); in trace_uprobe_create()
688 tmp = kstrdup(argv[i], GFP_KERNEL); in trace_uprobe_create()
689 if (!tmp) { in trace_uprobe_create()
695 ret = traceprobe_parse_probe_arg(&tu->tp, i, tmp, in trace_uprobe_create()
697 kfree(tmp); in trace_uprobe_create()