Re: [ANNOUNCE] ktap 0.1 released

2013-05-23 Thread zhangwei(Jovi)
On 2013/5/22 2:13, Frank Ch. Eigler wrote: > "zhangwei(Jovi)" writes: > >> I'm pleased to announce that ktap release v0.1, this is the first official >> release of ktap project [...] > > Congrats. > > >> = what's ktap? >> >>Because this is the first release, so there wouldn't include too >

Re: [ANNOUNCE] ktap 0.1 released

2013-05-22 Thread zhangwei(Jovi)
On 2013/5/22 12:34, Ming Lei wrote: > On Wed, May 22, 2013 at 12:19 PM, Ming Lei wrote: >> On Wed, May 22, 2013 at 12:15 PM, Ming Lei wrote: >>> On Tue, May 21, 2013 at 11:56 AM, zhangwei(Jovi) >>> >>> Nice job, I have run it on ARM already with only one line change. >>> >>> But looks 'Control-C'

Re: [ANNOUNCE] ktap 0.1 released

2013-05-21 Thread Ming Lei
On Wed, May 22, 2013 at 12:19 PM, Ming Lei wrote: > On Wed, May 22, 2013 at 12:15 PM, Ming Lei wrote: >> On Tue, May 21, 2013 at 11:56 AM, zhangwei(Jovi) >> >> Nice job, I have run it on ARM already with only one line change. >> >> But looks 'Control-C' can't stop the tracing or need some time to

Re: [ANNOUNCE] ktap 0.1 released

2013-05-21 Thread Ming Lei
On Wed, May 22, 2013 at 12:15 PM, Ming Lei wrote: > On Tue, May 21, 2013 at 11:56 AM, zhangwei(Jovi) > > Nice job, I have run it on ARM already with only one line change. > > But looks 'Control-C' can't stop the tracing or need some time to complete it, > see below: Sometimes, it doesn't work: $

Re: [ANNOUNCE] ktap 0.1 released

2013-05-21 Thread Ming Lei
On Tue, May 21, 2013 at 11:56 AM, zhangwei(Jovi) wrote: > > Dear, > > I'm pleased to announce that ktap release v0.1, this is the first official > release of ktap project, it is expected that this release is not fully > functional or very stable and we welcome bug reports and fixes for the issues.

Re: [ANNOUNCE] ktap 0.1 released

2013-05-21 Thread zhangwei(Jovi)
On 2013/5/22 6:19, Jonathan Corbet wrote: > On Tue, 21 May 2013 11:56:14 +0800 > "zhangwei(Jovi)" wrote: > >> we welcome bug reports and fixes for the issues. > > I'm messing with it...first impression: > > unable create tracepoint event sys_enter_mmap on cpu 4, err: -19 > unable cr

Re: [ANNOUNCE] ktap 0.1 released

2013-05-21 Thread Jonathan Corbet
On Tue, 21 May 2013 11:56:14 +0800 "zhangwei(Jovi)" wrote: > we welcome bug reports and fixes for the issues. I'm messing with it...first impression: unable create tracepoint event sys_enter_mmap on cpu 4, err: -19 unable create tracepoint event sys_enter_mmap on cpu 5, err: -19

Re: [ANNOUNCE] ktap 0.1 released

2013-05-21 Thread Frank Ch. Eigler
"zhangwei(Jovi)" writes: > I'm pleased to announce that ktap release v0.1, this is the first official > release of ktap project [...] Congrats. > = what's ktap? > >Because this is the first release, so there wouldn't include too >much features, just contain several basic features about

[ANNOUNCE] ktap 0.1 released

2013-05-20 Thread zhangwei(Jovi)
Dear, I'm pleased to announce that ktap release v0.1, this is the first official release of ktap project, it is expected that this release is not fully functional or very stable and we welcome bug reports and fixes for the issues. = what's ktap? A New Scripting Dynamic Tracing Tool For Linux