This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/1] Adding enumeration support to statement pp


Hi Brian,

Patch looks good! I committed it to the master branch (commit f01d4ff).
Thanks a lot for your contribution! :)

> I couldn't find the output generated from parse_function_spec, but I
> didn't get a segfault either, with/without -vv.
> Is there a particular command line form I can use to test this?

Ahhh, you just needed one more -v flag.
Try this:

   stap -vvv -l 'kernel.statement("vfs_read@fs/read_write.c:381-383,389")' |& grep '^parse '

> Sadly, my two test cases still fail in my environment... I'm perplexed. :)

Strange, they all pass here.
Which ones are failing for you?


Cheers,

Jonathan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]