perf: REFRESH: Don't perform perf_start

Change-Id: I70194467d357770f982d90a6f9b132a61a817fc5
This commit is contained in:
Masamichi Takagi
2020-03-27 02:35:03 -04:00
parent 8f74888f87
commit d086100b35

View File

@ -4337,7 +4337,8 @@ perf_ioctl(struct mckfd *sfd, ihk_mc_user_context_t *ctx)
if(event->attr.inherit)
return -EINVAL;
perf_start(event);
/* REFRESH doesn't need to include ENABLE */
/* perf_start(event); */
break;
default :