summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorBhargava Marreddy <bhargava.marreddy@broadcom.com>2025-09-19 23:17:34 +0530
committerJakub Kicinski <kuba@kernel.org>2025-09-22 17:51:27 -0700
commitbd06d729722ea0b506be68f292aa91c628afc5be (patch)
tree00c0ce3f9d16011ed677a9651f0a6bb8c75475df /tools/perf/scripts/python/export-to-sqlite.py
parent0259379037cab9b4b266eef5601fe1951434cd46 (diff)
downloadkernel-bd06d729722ea0b506be68f292aa91c628afc5be.tar.gz
bng_en: Add initial support for CP and NQ rings
Allocate CP and NQ related data structures and add support to associate NQ and CQ rings. Also, add the association of NQ, NAPI, and interrupts. Signed-off-by: Bhargava Marreddy <bhargava.marreddy@broadcom.com> Reviewed-by: Vikas Gupta <vikas.gupta@broadcom.com> Reviewed-by: Rajashekar Hudumula <rajashekar.hudumula@broadcom.com> Link: https://patch.msgid.link/20250919174742.24969-4-bhargava.marreddy@broadcom.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
omment that the file shouldn't be edited, I just edited it and the world didn't come to an end, so it's obviously false. If anyone still has the mentioned ".s file" and the s2h awk script generating that header, raise your hand (and give me your files). Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner Annotate the low level hardware locks which must not be preempted. In mainline this change documents the low level nature of the lock - otherwise there's no functional difference. Lockdep and Sparse checking will work as usual. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Ingo Molnar <mingo@elte.hu> 2011-02-19ARM: integrator: use new init_early for clock tree initRussell King Initialize the clock tree early. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD factorise some generic infrastructure to assist looking up struct clks for the ARM & SH architecture. as the code is identical at 99% put the arch specific code for allocation as example in asm/clkdev.h Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-07-31Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', ↵Russell King 'pl', 'spear' and 'versatile' into devel 2010-07-27ARM: Convert platform reservations to use LMB rather than bootmemRussell King Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-07-22ARM: AMBA: Add pclk definition for platforms using primecellsRussell King Add a dummy clk definition for the APB pclk signal on all platforms using the AMBA bus infrastructure. This ensures that these platforms continue to work when the core amba bus code controls the APB pclk. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-07-16ARM: Move platform memory reservations out of generic codeRussell King Move the platform specific bootmem memory reservations out of arch/arm/mm/mmu.c into their respective platform files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-05-02ARM: Integrator: move 16-bit timer support to Integrator/APRussell King Only Integrator/AP has 16-bit timers, so move the support into the Integrator/AP specific support files. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-05-02ARM: Integrator: convert to use register definitionsRussell King Rather than using converted base address plus offset, use the register address itself now that IO_ADDRESS() can cope with these. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-04-29ARM: Integrator: pass 'khz' to integrator_time_initRussell King This is now what the clocksource/clockevent initialization functions want, so give them the timer tick rate directly. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-04-29ARM: Integrator: convert to generic clockevent supportRussell King Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-04-29ARM: Integrator: convert to generic time supportRussell King Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-04-29ARM: Fix Versatile&Integrator includes to behave in the same way as RealviewRussell King Realview doesn't include mach/platform.h in mach/hardware.h, so make versatile behave in the same way. Also, move the definition of __io_address() into mach/hardware.h, just like Realview. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 2010-02-12ARM: Consolidate clks_register() and similarRussell King Most machine classes want some way to register a block of clk_lookup structures, and most do it by implementing a clks_register() type function which walks an array, or by open-coding a loop. Consolidate all this into clkdev_add_table(). Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Kevin Hilman <khilman@deeprootsystems.com> Acked-by: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>