Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/tracing/rtla/src/timerlat_aa.h
26285 views
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Copyright (C) 2023 Red Hat Inc, Daniel Bristot de Oliveira <[email protected]>
4
*/
5
6
int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
7
void timerlat_aa_destroy(void);
8
9
void timerlat_auto_analysis(int irq_thresh, int thread_thresh);
10
11