Re: [ANNOUNCE] libtraceevent.git

2020-10-14 Thread Zamir SUN
On 10/13/20 9:02 PM, Steven Rostedt wrote: On Tue, 13 Oct 2020 11:06:16 +0800 Zamir SUN wrote: On Tue, Oct 13, 2020 at 3:17 AM Steven Rostedt wrote: [ Removing the powertop mailing list because it's rejecting everything ] On Mon, 12 Oct 2020 11:41:20 -0700 Tony Jones wrote:

Re: [ANNOUNCE] libtraceevent.git

2020-10-12 Thread Zamir SUN
On Tue, Oct 13, 2020 at 3:17 AM Steven Rostedt wrote: > > > [ Removing the powertop mailing list because it's rejecting everything ] > > On Mon, 12 Oct 2020 11:41:20 -0700 > Tony Jones wrote: > > > On Mon, Oct 12, 2020 at 11:19:50AM -0400, Steven Rostedt wrote: > > > > > Once it's shown that it w

Re: [ANNOUNCE] libtraceevent.git

2020-10-12 Thread Zamir SUN
On Mon, Oct 12, 2020 at 6:12 PM Jiri Olsa wrote: > > On Wed, Oct 07, 2020 at 01:07:50PM -0400, Steven Rostedt wrote: > > I split out tools/lib/traceevent from the kernel tree using "git subtree", > > which recreates all the commits of a directory and makes that directory a > > stand alone. I then

Re: [PATCH 2/2] trace-cmd: Change the way of getting python ldflags.

2018-03-23 Thread Zamir SUN
On 03/23/2018 07:13 AM, Steven Rostedt wrote: > On Sun, 4 Feb 2018 11:20:14 +0800 > szts...@gmail.com wrote: > >> From: Zamir SUN >> >> Prior than this patch, Makefile detects python ldflags using a hardcoded >> python command. It will cause problems if we a

Re: [PATCH 1/2] trace-cmd: Fix the detection for swig

2018-02-08 Thread Zamir SUN
On 02/08/2018 01:25 AM, Vladislav Valtchev wrote: > On Wed, 2018-02-07 at 22:01 +0800, Zamir SUN wrote: >> >> While just a note for this, in Fedora 27: >> >> $ if command -v swig; then echo 1; else echo 0; fi >> /usr/bin/swig >> 1 >> >> Actual

Re: [PATCH 1/2] trace-cmd: Fix the detection for swig

2018-02-07 Thread Zamir SUN
On 02/07/2018 10:40 PM, Steven Rostedt wrote: > On Wed, 7 Feb 2018 22:01:46 +0800 > Zamir SUN wrote: > > >> Thanks for the heads-up! I did not see that before. >> >> While just a note for this, in Fedora 27: >> >> $ if command -v swig; then ech

Re: [PATCH 1/2] trace-cmd: Fix the detection for swig

2018-02-07 Thread Zamir SUN
On 02/07/2018 07:18 AM, Steven Rostedt wrote: > On Sun, 4 Feb 2018 11:20:13 +0800 > szts...@gmail.com wrote: > >> From: Zamir SUN >> >> The current detection for swig will cause output to be >> /usr/bin/swig >> y >> So this will never be

Re: [PATCH 0/2] trace-cmd: Improves python plugin support

2018-02-06 Thread Zamir SUN
Hi Steve, Do you have any thoughts for this? Thanks. On 02/04/2018 11:20 AM, szts...@gmail.com wrote: > From: Zamir SUN (Red Hat) > > This is a set of patch to improve trace-cmd python plugin support. > > Patch 1 fixes the detection for swig. With this patch, python-plugin