summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2025-07-09 19:05:16 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2025-07-25 18:40:37 +0200
commit897eefee2eb73ec6c119a0ca357d7b4a3e92c5ef (patch)
tree889812dac14eabe060067a611e835d82206685bf /tools/perf/scripts/python/gecko.py
parentd8d871a35ca9ee4881d34995444ed1cb826d01db (diff)
downloadkernel-897eefee2eb73ec6c119a0ca357d7b4a3e92c5ef.tar.gz
netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps
The scratchmap size depends on the number of elements in the set. For huge sets, each scratch map can easily require very large allocations, e.g. for 100k entries each scratch map will require close to 64kbyte of memory. Signed-off-by: Florian Westphal <fw@strlen.de> Reviewed-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions
plug operationsDaniel Bristot de Oliveira 2021-06-25trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira 2021-06-25trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira 2021-06-25trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira 2021-06-25trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira 2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira 2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira 2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira 2021-03-23tracing: Fix various typos in commentsIngo Molnar 2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior 2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin 2020-11-10tracing: Fix some typos in commentsQiujun Huang 2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang 2020-07-30tracing/hwlat: Honor the tracing_cpumaskKevin Hao 2020-07-30tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao