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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
profile.c 45 static int open_experiment (const char *);
54 open_experiment, /* openExperiment */
124 open_experiment (const char *exp) function
148 TprintfT (0, "clockprof: open_experiment %s -- %s\n", exp, params);
160 TprintfT (0, "clockprof: open_experiment(): __collector_ext_itimer_set (actual period=%d, req_period=%d)\n",
heaptrace.c 46 static int open_experiment (const char *);
55 open_experiment, /* openExperiment */
104 open_experiment (const char *exp) function
118 TprintfT (0, "heaptrace: open_experiment %s\n", exp);
hwprofile.c 48 static int open_experiment (const char *);
58 open_experiment, /* openExperiment */
196 open_experiment (const char *exp) function
229 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring);
285 TprintfT (0, "hwprofile: ERROR: open_experiment() failed, RC=%d \n", err);
312 TprintfT (0, "hwprofile: ERROR: open_experiment() failed, RC=%d \n", err);
synctrace.c 50 static int open_experiment (const char *);
61 open_experiment, /* openExperiment */
157 open_experiment (const char *exp) function
174 TprintfT (0, "synctrace: open_experiment %s\n", exp);
182 Tprintf (DBG_LT1, "synctrace: open_experiment s: parameter = %s\n", ptr);
275 TprintfT (0, "synctrace: open_experiment complete %ld\n", sync_threshold);
iotrace.c 58 static int open_experiment (const char *);
68 open_experiment, /* openExperiment */
252 open_experiment (const char *exp) function
266 TprintfT (0, "iotrace: open_experiment %s\n", exp);
jprofile.c 61 static int open_experiment (const char *);
70 open_experiment, /* openExperiment */
184 open_experiment (const char *exp) function
188 TprintfT (0, "jprofile: open_experiment %s\n", exp);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
profile.c 45 static int open_experiment (const char *);
54 open_experiment, /* openExperiment */
124 open_experiment (const char *exp) function
148 TprintfT (0, "clockprof: open_experiment %s -- %s\n", exp, params);
160 TprintfT (0, "clockprof: open_experiment(): __collector_ext_itimer_set (actual period=%d, req_period=%d)\n",
heaptrace.c 46 static int open_experiment (const char *);
55 open_experiment, /* openExperiment */
104 open_experiment (const char *exp) function
118 TprintfT (0, "heaptrace: open_experiment %s\n", exp);
hwprofile.c 48 static int open_experiment (const char *);
58 open_experiment, /* openExperiment */
196 open_experiment (const char *exp) function
229 TprintfT (0, "hwprofile: open_experiment %s -- %s\n", exp, defstring);
285 TprintfT (0, "hwprofile: ERROR: open_experiment() failed, RC=%d \n", err);
312 TprintfT (0, "hwprofile: ERROR: open_experiment() failed, RC=%d \n", err);
synctrace.c 50 static int open_experiment (const char *);
61 open_experiment, /* openExperiment */
157 open_experiment (const char *exp) function
174 TprintfT (0, "synctrace: open_experiment %s\n", exp);
182 Tprintf (DBG_LT1, "synctrace: open_experiment s: parameter = %s\n", ptr);
275 TprintfT (0, "synctrace: open_experiment complete %ld\n", sync_threshold);
iotrace.c 58 static int open_experiment (const char *);
68 open_experiment, /* openExperiment */
252 open_experiment (const char *exp) function
266 TprintfT (0, "iotrace: open_experiment %s\n", exp);
jprofile.c 61 static int open_experiment (const char *);
70 open_experiment, /* openExperiment */
184 open_experiment (const char *exp) function
188 TprintfT (0, "jprofile: open_experiment %s\n", exp);
  /src/external/gpl3/binutils/dist/gprofng/src/
collector_module.h 185 int (*open_experiment)(const char *exp, const char *params, sp_origin_t origin); member in struct:CollectorInterface
DbeSession.cc 1116 DbeSession::open_experiment (Experiment *exp, char *path) function in class:DbeSession
1383 open_experiment (exp, lst->get (j1));
1394 open_experiment (exp, path);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collector_module.h 185 int (*open_experiment)(const char *exp, const char *params, sp_origin_t origin); member in struct:CollectorInterface
DbeSession.cc 1116 DbeSession::open_experiment (Experiment *exp, char *path) function in class:DbeSession
1383 open_experiment (exp, lst->get (j1));
1394 open_experiment (exp, path);

Completed in 59 milliseconds