perf: set event period

Change-Id: Ibf569de7af8697e766c10b8d70905b8cdc4df083
This commit is contained in:
TOIDA,Suguru
2019-11-19 14:18:17 +09:00
parent 86c45484e3
commit 343121c3d0
5 changed files with 54 additions and 0 deletions

View File

@@ -508,3 +508,8 @@ int hw_perf_event_init(struct mc_perf_event *event)
{
return 0;
}
int ihk_mc_event_set_period(struct mc_perf_event *event)
{
return 0;
}