Searched refs:tracepoint (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dtracepoint.h31 /* The data structure for a tracepoint: */
33 struct tracepoint struct
35 struct tracepoint *next;
40 /* Type of tracepoint (MVS FIXME: needed?). */
43 /* What to do with this tracepoint after we hit it MVS FIXME: needed?). */
49 /* Address to trace at, or NULL if not an instruction tracepoint (MVS ?). */
58 /* Number of times this tracepoint should single-step
62 /* Number of times this tracepoint should be hit before disabling/ending. */
65 /* Chain of action lines to execute when this tracepoint is hit. */
71 /* String we used to set the tracepoint (mallo
[all...]
H A Dtracepoint.c34 #include "tracepoint.h"
83 trace : set a tracepoint on a function, line, or address.
88 actions : specify actions to be taken at a tracepoint.
89 passcount : specify a pass count for a tracepoint.
94 tdump : print everything collected at the current tracepoint.
95 save-tracepoints : write tracepoint setup into a file.
101 $tracepoint : tracepoint number of trace frame currently being debugged.
108 struct tracepoint *tracepoint_chain;
110 /* Number of last tracepoint mad
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_trace.h9 #include <linux/tracepoint.h>
/freebsd-10.1-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile50 target.c thread.c top.c tracepoint.c trad-frame.c tui-command.c \

Completed in 51 milliseconds