Lines Matching defs:top
25 * osnoise top parameters
156 static void osnoise_top_header(struct osnoise_tool *top)
158 struct osnoise_top_params *params = top->params;
159 struct trace_seq *s = top->trace.seq;
162 get_duration(top->start_time, duration, sizeof(duration));
251 osnoise_print_stats(struct osnoise_top_params *params, struct osnoise_tool *top)
253 struct trace_instance *trace = &top->trace;
263 osnoise_top_header(top);
268 osnoise_top_print(top, i);
276 * osnoise_top_usage - prints osnoise top usage message
318 "rtla osnoise top: a per-cpu summary of the OS noise (version %s)\n",
321 fprintf(stderr, " usage: rtla osnoise [top]");
528 * osnoise_top_apply_config - apply the top configs to the initialized tool
613 * osnoise_init_top - initialize a osnoise top tool with parameters
676 err_msg("Could not init osnoise top\n");