|
@@ -448,7 +448,7 @@ static u64 __report_allowed;
|
|
|
|
|
|
static void perf_duration_warn(struct irq_work *w)
|
|
static void perf_duration_warn(struct irq_work *w)
|
|
{
|
|
{
|
|
- printk_ratelimited(KERN_WARNING
|
|
|
|
|
|
+ printk_ratelimited(KERN_INFO
|
|
"perf: interrupt took too long (%lld > %lld), lowering "
|
|
"perf: interrupt took too long (%lld > %lld), lowering "
|
|
"kernel.perf_event_max_sample_rate to %d\n",
|
|
"kernel.perf_event_max_sample_rate to %d\n",
|
|
__report_avg, __report_allowed,
|
|
__report_avg, __report_allowed,
|