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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 70 static long sync_scope = 0; variable
185 sync_scope = 0;
188 sync_scope = CALL_REAL (strtol) (ptr + 1, NULL, 0);
189 switch (sync_scope)
205 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope);
211 sync_scope = 3;
214 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope);
244 SP_JCMD_SYNCTRACE, thresh, sync_scope);
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
dbe_structs.h 110 int sync_scope; // value of synctrace scope: Java and/or native member in struct:Collection_params
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 70 static long sync_scope = 0; variable
185 sync_scope = 0;
188 sync_scope = CALL_REAL (strtol) (ptr + 1, NULL, 0);
189 switch (sync_scope)
205 Tprintf (0, "\tsynctrace: sync_scope found as %ld\n", sync_scope);
211 sync_scope = 3;
214 Tprintf (0, "\tsynctrace: sync_scope not found set to %ld\n", sync_scope);
244 SP_JCMD_SYNCTRACE, thresh, sync_scope);
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_structs.h 110 int sync_scope; // value of synctrace scope: Java and/or native member in struct:Collection_params

Completed in 107 milliseconds