tools/perf/util/clockid.h

Source file repositories/reference/linux-study-clean/tools/perf/util/clockid.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/clockid.h
Extension
.h
Size
250 bytes
Lines
13
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

#ifndef __PERF_CLOCKID_H
#define __PERF_CLOCKID_H

#include <time.h>

struct option;
int parse_clockid(const struct option *opt, const char *str, int unset);

const char *clockid_name(clockid_t clk_id);

#endif

Annotation

Implementation Notes