Home
last modified time | relevance | path

Searched refs:tps (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dtrace-event-info.c161 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) in name_in_tp_list() argument
163 while (tps) { in name_in_tp_list()
164 if (!strcmp(sys, tps->name)) in name_in_tp_list()
166 tps = tps->next; in name_in_tp_list()
172 static int copy_event_system(const char *sys, struct tracepoint_path *tps) in copy_event_system() argument
192 !name_in_tp_list(dent->d_name, tps)) in copy_event_system()
218 !name_in_tp_list(dent->d_name, tps)) in copy_event_system()
243 static int record_ftrace_files(struct tracepoint_path *tps) in record_ftrace_files() argument
254 ret = copy_event_system(path, tps); in record_ftrace_files()
261 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps) in system_in_tp_list() argument
[all …]
/external/blktrace/btt/
Dbt_timeline.c115 double tps, dt_input = tv2dbl(&tve) - tv2dbl(&tvs); in process() local
117 tps = (double)n_traces / dt_input; in process()
121 n_traces, tps/1000.0, in process()
/external/fio/
Didletime.c14 struct timeval tps; in calibrate_unit() local
19 fio_gettime(&tps, NULL); in calibrate_unit()
34 t = utime_since_now(&tps); in calibrate_unit()
135 fio_gettime(&ipt->tps, NULL); in idle_prof_thread_fn()
356 runt = utime_since(&ipt->tps, &ipt->tpe); in fio_idle_prof_stop()
Didletime.h28 struct timeval tps; member
/external/dnsmasq/src/
Dutil.c309 static long tps = 0; in dnsmasq_time() local
311 if (tps == 0) in dnsmasq_time()
312 tps = sysconf(_SC_CLK_TCK); in dnsmasq_time()
314 return (time_t)(times(&dummy)/tps); in dnsmasq_time()
/external/f2fs-tools/tools/
Df2fs_io_parse.c35 struct tps { struct
40 struct tps trace_points[] = { argument