|
Bugzilla – Full Text Bug Listing |
| Summary: | include tracing system for kernel code | ||
|---|---|---|---|
| Product: | dce | Reporter: | Siddharth Gangadhar <siddharth> |
| Component: | kernel | Assignee: | Hajime Tazaki <tazaki> |
| Status: | PATCH WANTED --- | ||
| Severity: | enhancement | CC: | ns-bugs, tazaki |
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Siddharth Gangadhar
2013-02-25 22:19:05 UTC
integrated an early version of libasepct: ns-3-dce: changeset 28d41b522bcd Though the feature is limited, it can only count the number of called callbacked of arbitrary function, it works fine. temporary document is: http://www.nsnam.org/~thehajime/ns-3-dce-next-doc/doc/build/html/dce-user-aspect-trace.html A simple example is available with dce-debug-aspect.cc: http://code.nsnam.org/ns-3-dce/file/28d41b522bcd/example/dce-debug-aspect.cc you can try it with dce-linux-dev module (of bake). I plan to include this in coming dce-1.1 release. Since this won't provide all the features of trace for unmodified code (i.e., Linux kernel), I will keep opening this bug (as PATCH WANTED). |