brintos

brintos / linux-shallow public Read only

0
0
Text · 288 B · cea4bb1 Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02/*3 * Copyright (C) 2023 Red Hat Inc, Daniel Bristot de Oliveira <bristot@kernel.org>4 */5 6int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);7void timerlat_aa_destroy(void);8 9void timerlat_auto_analysis(int irq_thresh, int thread_thresh);10