Custom Query (89 matches)
Results (31 - 33 of 89)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#238 | fixed | trace_event() not return complete packet | perry | yww4 |
Description |
In my application, I passed an empty packet which is created by calling trace_create_packet() to the trace_event() function, for reading the packet and catching the trace events. But there is error output after I use packet in other libtrace function says "Don't understand link layer type -1 in trace_get_payload_from_link()". After I run the application over the gdb, found out that packet returned by trace_event() is not a complete packet. |
|||
#240 | fixed | need TRACE_OPTION_TRACETIME | perry | perry |
Description |
We need an option to enable/disable playback in tracetime/realtime for trace_event() and trace_read_packet(). Trace_read_packet() should default to realtime (ie as fast as possible) trace_event() should default to tracetime (ie 1s in realtime == 1s in tracetime). |
|||
#241 | fixed | Online doxygen needs updating | perry | smr26 |
Description |
http://research.wand.net.nz/software/libtrace-docs/html/libtrace_8h.html needs updating since we have added the trace_get_wireless stuff. |