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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c 75 static long sync_threshold = -1; /* calibrate the value */ variable
274 sync_threshold = (thresh > 0 ? thresh : -thresh) * 1000;
275 TprintfT (0, "synctrace: open_experiment complete %ld\n", sync_threshold);
299 sync_threshold = -1;
310 sync_threshold = -1;
561 if (grnt - reqt >= sync_threshold)
591 if (grnt - reqt >= sync_threshold)
636 if (grnt - reqt >= sync_threshold)
684 if (grnt - reqt >= sync_threshold)
731 if (grnt - reqt >= sync_threshold)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
dbe_structs.h 109 int sync_threshold; // value of synctrace threshold, in microseconds member in struct:Collection_params
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c 75 static long sync_threshold = -1; /* calibrate the value */ variable
274 sync_threshold = (thresh > 0 ? thresh : -thresh) * 1000;
275 TprintfT (0, "synctrace: open_experiment complete %ld\n", sync_threshold);
299 sync_threshold = -1;
310 sync_threshold = -1;
561 if (grnt - reqt >= sync_threshold)
591 if (grnt - reqt >= sync_threshold)
636 if (grnt - reqt >= sync_threshold)
684 if (grnt - reqt >= sync_threshold)
731 if (grnt - reqt >= sync_threshold)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_structs.h 109 int sync_threshold; // value of synctrace threshold, in microseconds member in struct:Collection_params

Completed in 17 milliseconds