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

  /device/google/marlin/dataservices/datatop/src/
datatop_interface.h 87 * @struct dtop_data_point
90 * @var dtop_data_point::name
92 * @var dtop_data_point::prefix
94 * @var dtop_data_point::type
96 * @var dtop_data_point::initial_data
98 * @var dtop_data_point::initial_data_populated
100 * @var dtop_data_point::data
103 struct dtop_data_point { struct
130 * Pointer to a dtop_data_point struct (dp).
140 struct dtop_data_point *data_points
    [all...]
datatop_value_only_poll.c 115 * @param data_points dtop_data_point struct that dpg points to.
118 static void construct_value_only_dpg(char *name, struct dtop_data_point
149 struct dtop_data_point *data_points;
165 data_points = malloc(dict.max * sizeof(struct dtop_data_point));
167 /* Creates a dtop_data_point struct for each dp found in the file */
datatop_helpers.c 59 static int dtop_format_dp_names(struct dtop_data_point *dp, const char
84 static int dtop_format_dp_values(struct dtop_data_point *dp, FILE *fw)
134 (struct dtop_data_point_gatherer *dpset, struct dtop_data_point dp)
151 static int dtop_print_dp_csv(struct dtop_data_point *dp, FILE *fw)
166 static void dtop_print_dp(struct dtop_data_point *dp, const char *prefix)
183 struct dtop_data_point_gatherer *dpset, struct dtop_data_point dp)
316 void dtop_store_dp(struct dtop_data_point *dp, const char *str)
datatop_single_line_poll.c 146 * @param data_points dtop_data_point struct that dpg points to.
149 static void construct_single_line_file_dpg(char *name, struct dtop_data_point
181 struct dtop_data_point *data_points;
208 (storage->line_count * sizeof(struct dtop_data_point));
211 /* Creates a dtop_data_point struct for each dp found in the file */
datatop_cpu_stats_poll.c 113 struct dtop_data_point *dp =
114 malloc(sizeof(struct dtop_data_point));
datatop_dev_poll.c 202 * @param data_points dtop_data_point struct that dpg points to.
206 int dp_count, struct dtop_data_point *data_points)
239 struct dtop_data_point *data_points = malloc
240 (sizeof(struct dtop_data_point) * 16 * (storage->line_count-2));
datatop_meminfo_file_poll.c 192 * @param data_points dtop_data_point struct that dpg points to.
195 static void construct_meminfo_file_dpg(struct dtop_data_point
226 struct dtop_data_point *data_points;
253 (storage->line_count * sizeof(struct dtop_data_point));
256 /* Creates a dtop_data_point struct for each dp found in the file */
datatop_stat_poll.c 192 * @param data_points dtop_data_point struct that dpg points to.
196 static void construct_stat_file_dpg(struct dtop_data_point
230 struct dtop_data_point *data_points;
262 data_points = malloc(dp_count * sizeof(struct dtop_data_point));
datatop_dual_line_poll.c 189 * @param data_points dtop_data_point struct that dpg points to.
191 * @param dp_count Number of datapoints in dtop_data_point struct array.
193 static void construct_dual_line_file_dpg(char *name, struct dtop_data_point
226 struct dtop_data_point *data_points;
275 data_points = malloc(dp_count * sizeof(struct dtop_data_point));
278 /* Creates a dtop_data_point struct for each dp found in the file */
datatop_gen_poll.c 175 struct dtop_data_point *dp = malloc
176 (num * sizeof(struct dtop_data_point));

Completed in 105 milliseconds