HomeSort by: relevance | last modified time | path
    Searched defs:trace_buffer_ctrl_curr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 116 # define trace_buffer_ctrl_curr IPA_SYM_EXPORTED_NAME (trace_buffer_ctrl_curr) macro
195 IPA_SYM(trace_buffer_ctrl_curr),
1104 The token is stored in the `trace_buffer_ctrl_curr' variable.
1119 An IPA update of `trace_buffer_ctrl_curr' does:
1125 A GDBserver update of `trace_buffer_ctrl_curr' does:
1132 /* These are the bits of `trace_buffer_ctrl_curr' that are reserved
1138 /* `trace_buffer_ctrl_curr' contains two counters. The `previous'
1144 /* When GDBserver update the IP agent's `trace_buffer_ctrl_curr', it
1150 IP_AGENT_EXPORT_VAR unsigned int trace_buffer_ctrl_curr; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 116 # define trace_buffer_ctrl_curr IPA_SYM_EXPORTED_NAME (trace_buffer_ctrl_curr) macro
195 IPA_SYM(trace_buffer_ctrl_curr),
1104 The token is stored in the `trace_buffer_ctrl_curr' variable.
1119 An IPA update of `trace_buffer_ctrl_curr' does:
1125 A GDBserver update of `trace_buffer_ctrl_curr' does:
1132 /* These are the bits of `trace_buffer_ctrl_curr' that are reserved
1138 /* `trace_buffer_ctrl_curr' contains two counters. The `previous'
1144 /* When GDBserver update the IP agent's `trace_buffer_ctrl_curr', it
1150 IP_AGENT_EXPORT_VAR unsigned int trace_buffer_ctrl_curr; variable
    [all...]

Completed in 25 milliseconds