Lines Matching refs:tracepoint
415 for the given address. location of tracepoint can _never_
994 /* Helper for breakpoint and tracepoint breakpoint->mention
1100 struct tracepoint : public code_breakpoint
1111 /* Number of times this tracepoint should single-step and collect
1115 /* Number of times this tracepoint should be hit before
1119 /* The number of the tracepoint on the target. */
1123 tracepoint. */
1126 /* The static tracepoint marker id, if known. */
1133 this static tracepoint corresponds. When resetting breakpoints,
1950 /* Return a tracepoint with the given number if found. */
1951 extern struct tracepoint *get_tracepoint (int num);
1953 extern struct tracepoint *get_tracepoint_by_number_on_target (int num);
1955 /* Find a tracepoint by parsing a number in the supplied string. */
1956 extern struct tracepoint *
1960 /* Return true if B is of tracepoint kind. */