summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2020-01-28 09:30:29 +0100
committerShuah Khan <skhan@linuxfoundation.org>2020-01-28 13:36:48 -0700
commitaf4ddd607dff7aabd466a4a878e01b9f592a75ab (patch)
treed1821b1c773a09ab19551de837b2024e56253e20 /tools/perf/scripts/python/bin/stackcollapse-report
parentac87813d4372f4c005264acbe3b7f00c1dee37c4 (diff)
downloadkernel-af4ddd607dff7aabd466a4a878e01b9f592a75ab.tar.gz
selftests/ftrace: fix glob selftest
test.d/ftrace/func-filter-glob.tc is failing on s390 because it has ARCH_INLINE_SPIN_LOCK and friends set to 'y'. So the usual __raw_spin_lock symbol isn't in the ftrace function list. Change '*aw*lock' to '*spin*lock' which would hopefully match some of the locking functions on all platforms. Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
/distro/kernel/commit/drivers/i2c/busses?h=linux-6.12.y&id=2a9cbd6c9049abea2825b43eaa4da68b685452be'>i2c: microchip-core: fix "ghost" detectionsConor Dooley 2025-01-02i2c: imx: add imx7d compatible string for applying erratum ERR007805Carlos Song 2025-01-02i2c: microchip-core: actually use repeated sendsConor Dooley 2024-12-27i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven 2024-12-27i2c: pnx: Fix timeout in wait functionsVladimir Riabchun 2024-12-14i2c: i801: Add support for Intel Panther LakeJarkko Nikula 2024-11-08i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao 2024-10-05Merge tag 'i2c-for-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds