HomeSort by relevance Sort by last modified time
    Searched refs:tps (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event-info.c 161 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps)
163 while (tps) {
164 if (!strcmp(sys, tps->name))
166 tps = tps->next;
172 static int copy_event_system(const char *sys, struct tracepoint_path *tps)
192 !name_in_tp_list(dent->d_name, tps))
218 !name_in_tp_list(dent->d_name, tps))
243 static int record_ftrace_files(struct tracepoint_path *tps)
254 ret = copy_event_system(path, tps);
497 struct tracepoint_path *tps; local
    [all...]
  /external/fio/
idletime.h 28 struct timeval tps; member in struct:idle_prof_thread
idletime.c 14 struct timeval tps; local
19 fio_gettime(&tps, NULL);
34 t = utime_since_now(&tps);
125 fio_gettime(&ipt->tps, NULL);
344 runt = utime_since(&ipt->tps, &ipt->tpe);
  /external/blktrace/btt/
bt_timeline.c 115 double tps, dt_input = tv2dbl(&tve) - tv2dbl(&tvs); local
117 tps = (double)n_traces / dt_input;
121 n_traces, tps/1000.0,
  /external/libvpx/libvpx/vp9/common/
vp9_tapify.py 46 tps = gettaps([r+radius,c+radius])
47 for t in tps :
65 tps = gettaps([r+7.5,c+7.5])
67 for tp in tps :
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_tapify.py 46 tps = gettaps([r+radius,c+radius])
47 for t in tps :
65 tps = gettaps([r+7.5,c+7.5])
67 for tp in tps :
  /external/dnsmasq/src/
util.c 309 static long tps = 0; local
311 if (tps == 0)
312 tps = sysconf(_SC_CLK_TCK);
314 return (time_t)(times(&dummy)/tps);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 597 milliseconds