]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/trace/trace_uprobe.c
Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / kernel / trace / trace_uprobe.c
index 7a687320f8671c7e82ee1c5ebca6dc7d2b77380c..0913693caf6e037f2cd20edc0b1a3c22276d00bf 100644 (file)
@@ -431,10 +431,6 @@ static int create_trace_uprobe(int argc, char **argv)
                pr_info("Probe point is not specified.\n");
                return -EINVAL;
        }
-       if (isdigit(argv[1][0])) {
-               pr_info("probe point must be have a filename.\n");
-               return -EINVAL;
-       }
        arg = strchr(argv[1], ':');
        if (!arg) {
                ret = -EINVAL;