Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1// SPDX-License-Identifier: GPL-2.0
2/*
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 nr_cpus, int dump_task);
7void timerlat_aa_destroy(void);
8
9int timerlat_aa_handler(struct trace_seq *s, struct tep_record *record,
10 struct tep_event *event, void *context);
11
12void timerlat_auto_analysis(int irq_thresh, int thread_thresh);