perf: REFRESH: Don't perform perf_start
Change-Id: I70194467d357770f982d90a6f9b132a61a817fc5
This commit is contained in:
@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user