|
@@ -836,13 +836,6 @@ int perf_evlist__prepare_workload(struct perf_evlist *evlist,
|
|
|
close(go_pipe[1]);
|
|
|
fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
|
|
|
|
|
|
- /*
|
|
|
- * Do a dummy execvp to get the PLT entry resolved,
|
|
|
- * so we avoid the resolver overhead on the real
|
|
|
- * execvp call.
|
|
|
- */
|
|
|
- execvp("", (char **)argv);
|
|
|
-
|
|
|
/*
|
|
|
* Tell the parent we're ready to go
|
|
|
*/
|