Merge remote-tracking branch 'ftrace/for-next'
[deliverable/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;
This page took 0.023991 seconds and 5 git commands to generate.