summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/src/timerlat_aa.h
blob: d4f6ca7e342a1d6a7f61f3f51357fc5a5a9f2f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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 nr_cpus, int dump_task);
void timerlat_aa_destroy(void);

int timerlat_aa_handler(struct trace_seq *s, struct tep_record *record,
			struct tep_event *event, void *context);

void timerlat_auto_analysis(int irq_thresh, int thread_thresh);