perf: update event structure

Change-Id: I5bc0fdd42db509b5d2daca7d97e29ad1f7d11f1a
This commit is contained in:
TOIDA,Suguru
2019-11-19 15:34:32 +09:00
parent 343121c3d0
commit 5719b4c64a
7 changed files with 46 additions and 3 deletions

View File

@@ -513,3 +513,8 @@ int ihk_mc_event_set_period(struct mc_perf_event *event)
{
return 0;
}
uint64_t ihk_mc_event_update(struct mc_perf_event *event)
{
return 0;
}