Skip to content

Commit

Permalink
hardirq: incr max unique hard IRQ count.
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Aug 6, 2021
1 parent d4bce07 commit 2130bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/netdata_hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef _NETDATA_HARDIRQ_H_
#define _NETDATA_HARDIRQ_H_ 1

#define NETDATA_HARDIRQ_MAX_IRQS 256L
#define NETDATA_HARDIRQ_MAX_IRQS 1024L
#define NETDATA_HARDIRQ_NAME_LEN 32

// /sys/kernel/debug/tracing/events/irq/irq_handler_entry/
Expand Down

0 comments on commit 2130bb6

Please sign in to comment.