summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorRick Jones <rick.jones2@hp.com>2015-08-07 11:10:37 -0700
committerDavid S. Miller <davem@davemloft.net>2015-08-10 13:46:21 -0700
commitfb811395cd5a71b9e94a068f524a6f4a21b67bdb (patch)
tree0ad6d565998e141581697b0e83cda9e13d0fab94 /tools/perf/scripts/python/task-analyzer.py
parenta7854037da006a7472c48773e3190db55217ec9b (diff)
downloadkernel-fb811395cd5a71b9e94a068f524a6f4a21b67bdb.tar.gz
net: add explicit logging and stat for neighbour table overflow
Add an explicit neighbour table overflow message (ratelimited) and statistic to make diagnosing neighbour table overflows tractable in the wild. Diagnosing a neighbour table overflow can be quite difficult in the wild because there is no explicit dmesg logged. Callers to neighbour code seem to use net_dbg_ratelimit when the neighbour call fails which means the "base message" is not emitted and the callback suppressed messages from the ratelimiting can end-up juxtaposed with unrelated messages. Further, a forced garbage collection will increment a stat on each call whether it was successful in freeing-up a table entry or not, so that statistic is only a hint. So, add a net_info_ratelimited message and explicit statistic to the neighbour code. Signed-off-by: Rick Jones <rick.jones2@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
e='2022-04-21 16:06:19 +0200'>2022-04-21btrfs: fix assertion failure during scrub due to block group reallocationFilipe Manana 2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain 2022-03-14btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain 2022-01-07btrfs: remove reada infrastructureQu Wenruo 2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota 2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik 2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds 2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik 2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig