summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorMenglong Dong <menglong8.dong@gmail.com>2025-10-15 16:32:38 +0800
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>2025-11-11 22:32:09 +0900
commit08ed5c81f6058bd7d6cd28d1750667ad3ceee3d1 (patch)
treea15224c1144db686b702624cf898906bf56b2945 /tools/perf/scripts/python/bin/flamegraph-record
parent2c67dc457bc67367dc8fcd8f471ce2d5bb5f7b2b (diff)
downloadkernel-08ed5c81f6058bd7d6cd28d1750667ad3ceee3d1.tar.gz
lib/test_fprobe: add testcase for mixed fprobe
Add the testcase for the fprobe, which will hook the same target with two fprobe: entry, entry+exit. And the two fprobes will be registered with different order. fgraph and ftrace are both used for the fprobe, and this testcase is for the mixed situation. Link: https://lore.kernel.org/all/20251015083238.2374294-3-dongml2@chinatelecom.cn/ Signed-off-by: Menglong Dong <dongml2@chinatelecom.cn> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
/td>Greg Kroah-Hartman 2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman 2017-10-09Merge 4.14-rc4 into tty-nextGreg Kroah-Hartman 2017-09-18serial: fsl_lpuart: Use common rs485 device tree parsing functionSascha Hauer 2017-09-18serial: fsl_lpuart: Remove unused 'bd' variableFabio Estevam 2017-09-18tty: serial: lpuart: avoid report NULL interruptFugang Duan 2017-08-28serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko 2017-07-30serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König 2017-07-23Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman 2017-07-18tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad 2017-07-17tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam 2017-06-29tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng 2017-06-29tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng 2017-06-29tty: serial: lpuart: add imx7ulp supportDong Aisheng 2017-06-29tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng 2017-06-29tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng 2017-06-29tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng 2017-03-31tty: serial: fsl_lpuart: lock port on console writeStefan Agner 2017-01-12tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko 2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman 2016-10-28serial: fsl_lpuart: remove build warningGreg Kroah-Hartman 2016-10-27tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice 2016-10-27tty: serial: fsl_lpuart: add polled console functionsNicolae Rosia 2016-09-15tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun 2016-09-02tty: serial: constify uart_ops structuresJulia Lawall 2016-08-31tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV 2016-08-31tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV 2016-08-31tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV 2016-08-31tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV 2016-08-31tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV 2016-08-31tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner 2016-08-31tty: serial: fsl_lpuart: support suspend/resumeStefan Agner 2016-08-31tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner 2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby 2015-10-17serial: fsl_lpuart: add earlycon supportStefan Agner