@@ -451,7 +451,7 @@ static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int
451
451
return ret ? - EINVAL : 0 ;
452
452
}
453
453
454
- static void uncore_pmu_event_start (struct perf_event * event , int flags )
454
+ void uncore_pmu_event_start (struct perf_event * event , int flags )
455
455
{
456
456
struct intel_uncore_box * box = uncore_event_to_box (event );
457
457
int idx = event -> hw .idx ;
@@ -491,7 +491,7 @@ static void uncore_pmu_event_start(struct perf_event *event, int flags)
491
491
}
492
492
}
493
493
494
- static void uncore_pmu_event_stop (struct perf_event * event , int flags )
494
+ void uncore_pmu_event_stop (struct perf_event * event , int flags )
495
495
{
496
496
struct intel_uncore_box * box = uncore_event_to_box (event );
497
497
struct hw_perf_event * hwc = & event -> hw ;
@@ -528,7 +528,7 @@ static void uncore_pmu_event_stop(struct perf_event *event, int flags)
528
528
}
529
529
}
530
530
531
- static int uncore_pmu_event_add (struct perf_event * event , int flags )
531
+ int uncore_pmu_event_add (struct perf_event * event , int flags )
532
532
{
533
533
struct intel_uncore_box * box = uncore_event_to_box (event );
534
534
struct hw_perf_event * hwc = & event -> hw ;
@@ -600,7 +600,7 @@ static int uncore_pmu_event_add(struct perf_event *event, int flags)
600
600
return 0 ;
601
601
}
602
602
603
- static void uncore_pmu_event_del (struct perf_event * event , int flags )
603
+ void uncore_pmu_event_del (struct perf_event * event , int flags )
604
604
{
605
605
struct intel_uncore_box * box = uncore_event_to_box (event );
606
606
int i ;
0 commit comments