rtc0
is a clock. You may have started a process that is using it, or a process may be using it. If you (for instance) read from it and it blocks, interrupts will be generated to signal the process that is blocking to read from it.
By no means does this indicate a problem. Hardware interrupts are pretty much how blocking I/O and timers work.
In general, it doesn't look like your system is spending a problematic amount of time servicing interrupts. Keep in mind that the "m" in the data under the graph is for "micro" (though "micro-interrupts per second" is awkward, it is a unit used in this data).