I am working on my computer, trying to write some device code. I checked into dmesg to get some info, and saw this:
perf interrupt took too long (2507 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
what does this event mean? Cause? Concern?
This should not be a concern. perf is a tool to handle CPU performance. The kernel is capable of automatically determining the sample rate without affecting the performance of the system. Here is a thread on this from the Arch forum.
This answer from the Arch Forum sums it up: