From 35fde734a793318acd236389efda685a89e5a360 Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Fri, 21 Jan 2022 16:15:20 +0100 Subject: [PATCH] Fix rhbz2027683 - python probing regression (cont'd) Resolves: #2027683 --- rhbz2027683.patch | 4 ++-- systemtap.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rhbz2027683.patch b/rhbz2027683.patch index f766704..9ca6b52 100644 --- a/rhbz2027683.patch +++ b/rhbz2027683.patch @@ -15,13 +15,13 @@ index 000000000..b5d06fcd9 +/* + Define python.function.entry/return: +*/ -+probe python.function.entry = process("python").library("/usr/lib*/libpython*.so*").mark("function__entry") ++probe python.function.entry = process("/usr/lib*/libpython*.so*").mark("function__entry") +{ + filename = user_string($arg1); + funcname = user_string($arg2); + lineno = $arg3; +} -+probe python.function.return = process("python").library("/usr/lib*/libpython*.so*").mark("function__return") ++probe python.function.return = process("/usr/lib*/libpython*.so*").mark("function__return") +{ + filename = user_string($arg1); + funcname = user_string($arg2); diff --git a/systemtap.spec b/systemtap.spec index 4cffb7f..abd31a0 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -118,7 +118,7 @@ m stapdev stapdev Name: systemtap Version: 4.6 -Release: 7%{?release_override}%{?dist} +Release: 8%{?release_override}%{?dist} # for version, see also configure.ac @@ -1281,7 +1281,7 @@ exit 0 # PRERELEASE %changelog -* Fri Jan 21 2022 Martin Cermak - 4.6-7 +* Fri Jan 21 2022 Martin Cermak - 4.6-8 - rhbz2027683: python tapset regression * Mon Jan 17 2022 Martin Cermak - 4.6-6