Searched refs:tps (Results 1 - 8 of 8) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-info.c161 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) argument
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) argument
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) argument
254 ret = copy_event_system(path, tps);
261 system_in_tp_list(char *sys, struct tracepoint_path *tps) argument
272 record_event_files(struct tracepoint_path *tps) argument
394 put_tracepoints_path(struct tracepoint_path *tps) argument
497 struct tracepoint_path *tps; local
[all...]
/external/fio/
H A Didletime.h28 struct timeval tps; member in struct:idle_prof_thread
H A Didletime.c14 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/
H A Dbt_timeline.c115 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/
H A Dvp9_tapify.py46 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/
H A Dutil.c309 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/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 414 milliseconds