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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
profile.c 47 static int stop_data_collection (void);
56 stop_data_collection, /* stopDataCollection */
215 stop_data_collection (void) function
218 TprintfT (0, "clockprof: stop_data_collection\n");
heaptrace.c 48 static int stop_data_collection (void);
57 stop_data_collection, /* stopDataCollection */
193 stop_data_collection (void) function
196 Tprintf (0, "heaptrace: stop_data_collection\n");
hwprofile.c 50 static int stop_data_collection (void);
60 stop_data_collection, /* stopDataCollection */
87 HWCMODE_SUSPEND, /* stop_data_collection called */
431 /* note: stop_data_collection() should have already been called by
464 /* note: stop_data_collection() has already been called by the fork_prologue */
468 // Important: stop_data_collection() _must_ be called
478 TprintfT (0, "hwprofile: ERROR: stop_data_collection() should have been called before detach_experiment()\n");
479 stop_data_collection ();
761 stop_data_collection (void) function
766 TprintfT (0, "hwprofile: stop_data_collection (hwc_mode=%d)\n", old_mode)
    [all...]
synctrace.c 52 static int stop_data_collection (void);
63 stop_data_collection, /* stopDataCollection */
288 stop_data_collection (void) function
291 TprintfT (0, "synctrace: stop_data_collection\n");
iotrace.c 60 static int stop_data_collection (void);
70 stop_data_collection, /* stopDataCollection */
359 stop_data_collection (void) function
362 Tprintf (0, "iotrace: stop_data_collection\n");
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
profile.c 47 static int stop_data_collection (void);
56 stop_data_collection, /* stopDataCollection */
215 stop_data_collection (void) function
218 TprintfT (0, "clockprof: stop_data_collection\n");
heaptrace.c 48 static int stop_data_collection (void);
57 stop_data_collection, /* stopDataCollection */
193 stop_data_collection (void) function
196 Tprintf (0, "heaptrace: stop_data_collection\n");
hwprofile.c 50 static int stop_data_collection (void);
60 stop_data_collection, /* stopDataCollection */
87 HWCMODE_SUSPEND, /* stop_data_collection called */
431 /* note: stop_data_collection() should have already been called by
464 /* note: stop_data_collection() has already been called by the fork_prologue */
468 // Important: stop_data_collection() _must_ be called
478 TprintfT (0, "hwprofile: ERROR: stop_data_collection() should have been called before detach_experiment()\n");
479 stop_data_collection ();
761 stop_data_collection (void) function
766 TprintfT (0, "hwprofile: stop_data_collection (hwc_mode=%d)\n", old_mode)
    [all...]
synctrace.c 52 static int stop_data_collection (void);
63 stop_data_collection, /* stopDataCollection */
288 stop_data_collection (void) function
291 TprintfT (0, "synctrace: stop_data_collection\n");
iotrace.c 60 static int stop_data_collection (void);
70 stop_data_collection, /* stopDataCollection */
359 stop_data_collection (void) function
362 Tprintf (0, "iotrace: stop_data_collection\n");

Completed in 35 milliseconds