tools/tracing/rtla/src/timerlat_aa.h

Source file repositories/reference/linux-study-clean/tools/tracing/rtla/src/timerlat_aa.h

File Facts

System
Linux kernel
Corpus path
tools/tracing/rtla/src/timerlat_aa.h
Extension
.h
Size
320 bytes
Lines
10
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

// 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);

Annotation

Implementation Notes