Home
last modified time | relevance | path

Searched refs:stats_record_t (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/realtime/lib/
Dlibstats.c61 stats_record_t *rec_a = (stats_record_t *) a; in stats_record_compare()
62 stats_record_t *rec_b = (stats_record_t *) b; in stats_record_compare()
75 data->records = calloc(size, sizeof(stats_record_t)); in stats_container_init()
81 int stats_container_append(stats_container_t * data, stats_record_t rec) in stats_container_append()
96 stats_record_t *newrecords = in stats_container_resize()
97 realloc(data->records, size * sizeof(stats_record_t)); in stats_container_resize()
116 qsort(data->records, data->index + 1, sizeof(stats_record_t), in stats_sort()
322 stats_record_t *rec; in stats_container_save()
/external/ltp/testcases/realtime/include/
Dlibstats.h55 } stats_record_t; typedef
60 stats_record_t *records;
172 int stats_container_append(stats_container_t *data, stats_record_t rec);
/external/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c123 stats_record_t rec; in thread_worker()
/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c120 stats_record_t rec; in signal_thread()
Dasync_handler_tsc.c135 stats_record_t rec; in signal_thread()
/external/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c62 static stats_record_t rec;
/external/ltp/testcases/realtime/func/periodic_cpu_load/
Dperiodic_cpu_load_single.c91 stats_record_t rec; in periodic_thread()
Dperiodic_cpu_load.c67 stats_record_t rec;
/external/ltp/testcases/realtime/func/pi_perf/
Dpi_perf.c81 stats_record_t rec;
/external/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c122 stats_record_t rec; in signal_receiving_thread()
/external/ltp/testcases/realtime/func/sched_latency/
Dsched_latency.c77 stats_record_t rec;
/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_many.c195 stats_record_t rec; in test_signal()
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_latency.c236 stats_record_t rec; in main()
/external/ltp/testcases/realtime/func/rt-migrate/
Drt-migrate.c226 stats_record_t rec; in record_time()