summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src/timerlat_aa.h
blob: a11b5f30cdce8bca048635065a7e97795fa42b4a (plain)
1
2
3
4
5
6
7
8
9
// 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, enum stack_format stack_format);
void timerlat_aa_destroy(void);

void timerlat_auto_analysis(int irq_thresh, int thread_thresh);