summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorHoyeon Lee <hoyeon.lee@suse.com>2025-11-16 07:55:39 +0900
committerMartin KaFai Lau <martin.lau@kernel.org>2025-11-18 14:57:53 -0800
commitec12ab2cda6607debde3f5cf6d425a1ec5fae1dd (patch)
tree913dbd3fc9deb949b6cbf4e0f3205510afade6a8 /tools/perf/scripts/python/stackcollapse.py
parentf700b37314d9b96dce66e31d2da865b201fa6b38 (diff)
downloadkernel-ec12ab2cda6607debde3f5cf6d425a1ec5fae1dd.tar.gz
selftests/bpf: Replace TCP CC string comparisons with bpf_strncmp
The connect4_prog and bpf_iter_setsockopt tests duplicate the same open-coded TCP congestion control string comparison logic. Since bpf_strncmp() provides the same functionality, use it instead to avoid repeated open-coded loops. This change applies only to functional BPF tests and does not affect the verifier performance benchmarks (veristat.cfg). No functional changes intended. Reviewed-by: Amery Hung <ameryhung@gmail.com> Signed-off-by: Hoyeon Lee <hoyeon.lee@suse.com> Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://patch.msgid.link/20251115225550.1086693-5-hoyeon.lee@suse.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
> 2007-03-04[MIPS] No need to write c0_compare in plat_timer_setupAtsushi Nemoto 2007-03-04[MIPS] Convert to RTC-class ds1742 driverAtsushi Nemoto 2007-02-26[MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto 2007-02-10[MIPS] RBTX49x7: declare prom_getcmdline()Sergei Shtylyov 2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto 2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto 2006-12-09[MIPS] Add GENERIC_HARDIRQS_NO__DO_IRQ for i8259 usersAtsushi Nemoto 2006-12-06[MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu 2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto 2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto 2006-10-31[MIPS] Add missing file for support of backplane on TX4927 based boardManish Lachwani 2006-10-31[MIPS] TX4927: Remove indent error message that somehow ended in the code.Ralf Baechle 2006-10-09[MIPS] Fix build errors related to wbflush.h on tx4927/tx4938.Atsushi Nemoto 2006-10-09[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle 2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle 2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle 2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle 2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner 2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel 2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar 2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle 2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle 2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle 2006-03-27[PATCH] mips: fixed collision of rtc function nameYoichi Yuasa 2006-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle 2006-02-07[MIPS] TX49x7: Fix reporting of the CPU name and PCI clockSergei Shtylylov 2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle 2005-10-29Sliceup Kconfig; it's grown too large.Ralf Baechle 2005-10-29Conversion to plat_setup() for TX4927 also.Ralf Baechle 2005-10-29Use new txx9 serial driver.Ralf Baechle 2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle 2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle