thesis/linux-6.8.1/tools/tracing/rtla/src/timerlat_aa.h
2025-03-19 13:44:23 +01:00

9 lines
288 B
C

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2023 Red Hat Inc, Daniel Bristot de Oliveira <bristot@kernel.org>
*/
int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
void timerlat_aa_destroy(void);
void timerlat_auto_analysis(int irq_thresh, int thread_thresh);