Quantcast
Channel: ktap
Browsing all 345 articles
Browse latest View live

[ktap] [PATCH 0/2] update cdef syntax (Qingping Hou)

From: Qingping Hou qingping.hou@xxxxxxxxx This patchset updates cdef syntax from: ``` cdef(int foo();) ``` to: ...

View Article


[ktap] [PATCH 1/2] change cdef syntax to use long string (Qingping Hou)

From: Qingping Hou qingping.hou@xxxxxxxxx previous cdef syntax: ``` cdef(int foo();) ``` new syntax: ...

View Article


[ktap] [PATCH 2/2] update FFI samples/tests/document to use new cdef syntax...

From: Qingping Hou qingping.hou@xxxxxxxxx Signed-off-by: Qingping Hou qingping.hou@xxxxxxxxx Signed-off-by: Yicheng Qin qycqycqycqycqyc@xxxxxxxxx --- README.md | 10 ++++++---- doc/tutorial.md | 4 +++-...

View Article

[ktap] Re: [PATCH 0/2] update cdef syntax (Qingping Hou)

On Sun 08 Dec 2013 05:05:32 PM EST, Qingping Hou wrote: From: Qingping Hou qingping.hou@xxxxxxxxx This patchset updates cdef syntax from: ``` cdef(int foo();) ``` to: ...

View Article

[ktap] Issues on making with different env args (Yicheng)

Hi all, I find some bugs on making stuff, but I am not sure about how to fix it. May you give some advices on it? If I make it with FFI=1: $ make FFI=1 $ ./ktap -V ktap 0.3 (with FFI) ...

View Article


[ktap] Re: A syntax error when executing helloworld.kp (wyang)

On 12/06/2013 05:22 PM, Jovi Zhangwei wrote: On Fri, Dec 6, 2013 at 5:06 PM, wyang w90p710@xxxxxxxxx wrote: On 12/06/2013 04:46 PM, Jovi Zhangwei wrote: On Fri, Dec 6, 2013 at 4:33 PM, wyang...

View Article

[ktap] Re: A syntax error when executing helloworld.kp (wyang)

On 12/09/2013 09:48 AM, wyang wrote: On 12/06/2013 05:22 PM, Jovi Zhangwei wrote: On Fri, Dec 6, 2013 at 5:06 PM, wyang w90p710@xxxxxxxxx wrote: On 12/06/2013 04:46 PM, Jovi Zhangwei wrote: ...

View Article

[ktap] Re: A syntax error when executing helloworld.kp (Jovi Zhangwei)

On Mon, Dec 9, 2013 at 9:57 AM, wyang w90p710@xxxxxxxxx wrote: On 12/09/2013 09:48 AM, wyang wrote: On 12/06/2013 05:22 PM, Jovi Zhangwei wrote: On Fri, Dec 6, 2013 at 5:06 PM, wyang w90p710@xxxxxxxxx...

View Article


[ktap] Re: [PATCH 0/2] update cdef syntax (Jovi Zhangwei)

On Mon, Dec 9, 2013 at 6:05 AM, Qingping Hou dave2008713@xxxxxxxxx wrote: From: Qingping Hou qingping.hou@xxxxxxxxx This patchset updates cdef syntax from: ``` cdef(int foo();) ``` to: ...

View Article


[ktap] Re: A syntax error when executing helloworld.kp (wyang)

On 12/09/2013 10:14 AM, Jovi Zhangwei wrote: On Mon, Dec 9, 2013 at 9:57 AM, wyang w90p710@xxxxxxxxx wrote: On 12/09/2013 09:48 AM, wyang wrote: On 12/06/2013 05:22 PM, Jovi Zhangwei wrote: ...

View Article

[ktap] Re: Issues on making with different env args (Jovi Zhangwei)

On Mon, Dec 9, 2013 at 6:10 AM, Yicheng qycqycqycqycqyc@xxxxxxxxx wrote: Hi all, I find some bugs on making stuff, but I am not sure about how to fix it. May you give some advices on it? If I make it...

View Article

[ktap] [ANNOUNCE] ktap 0.4 released (Jovi Zhangwei)

Dear, I'm pleased to announce that ktap released v0.4, the archive is available at: (Previous v0.3 release note is at: ) ...

View Article

[ktap] Problem when run hello world (zhifeng hu)

root@ct:~# ktap -e trace syscalls:* { print(argevent)} -- ls Can't open event dir: No such file or directory lexerror: [string one-liner]:1: Cannot parse eventdef near 'syscalls:* ‘ i tried to install...

View Article


[ktap] Re: Problem when run hello world (zhangwei(Jovi))

On 2013/12/10 9:53, zhifeng hu wrote: root@ct:~# ktap -e trace syscalls:* { print(argevent)} -- ls Can't open event dir: No such file or directory lexerror: [string one-liner]:1: Cannot parse eventdef...

View Article

[ktap] Re: Problem when run hello world (zhifeng hu)

I will check it , but the document not say this step. sorry. zhifeng hu On Dec 10, 2013, at 10:00 AM, zhangwei(Jovi) jovi.zhangwei@xxxxxxxxxx wrote: On 2013/12/10 9:53, zhifeng hu wrote: ...

View Article


[ktap] Re: Problem when run hello world (zhifeng hu)

root@ct:/opt/linux# ll /sys/kernel/debug/tracing/events/ total 0 drwxr-xr-x 19 root root 0 Dec 9 18:08 block drwxr-xr-x 5 root root 0 Dec 9 18:08 compaction -rw-r--r-- 1 root root 0 Dec 9 18:08 enable...

View Article

[ktap] Re: Problem when run hello world (Jovi Zhangwei)

On Tue, Dec 10, 2013 at 10:17 AM, zhifeng hu zf@xxxxxxxxxxxxxxxxxx wrote: root@ct:/opt/linux# ll /sys/kernel/debug/tracing/events/ total 0 drwxr-xr-x 19 root root 0 Dec 9 18:08 block drwxr-xr-x 5 root...

View Article


[ktap] Re: Problem when run hello world (zhifeng hu)

Yes, this is a production server, with the default kernel. i have not yet recompile kernel myself. When the trains is running, is not possible to replace it’s wheel. I also tried dtrace4linux, working...

View Article

[ktap] Re: Problem when run hello world (Chaos Eternal)

for debian, there should be a /boot/config-xxxxx.gz file, grep it for CONFIG_FTRACE_SYSCALLS On Tue, Dec 10, 2013 at 10:40 AM, zhifeng hu zf@xxxxxxxxxxxxxxxxxx wrote: Yes, this is a production server,...

View Article

[ktap] Re: Issues on making with different env args (Qingping Hou)

On Mon 09 Dec 2013 05:15:05 AM EST, Jovi Zhangwei wrote: On Mon, Dec 9, 2013 at 6:10 AM, Yicheng qycqycqycqycqyc@xxxxxxxxx wrote: Hi all, I find some bugs on making stuff, but I am not sure about how...

View Article
Browsing all 345 articles
Browse latest View live