tools/perf/util/parse-branch-options.h

Source file repositories/reference/linux-study-clean/tools/perf/util/parse-branch-options.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/parse-branch-options.h
Extension
.h
Size
307 bytes
Lines
8
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_PARSE_BRANCH_OPTIONS_H
#define _PERF_PARSE_BRANCH_OPTIONS_H 1
#include <stdint.h>
int parse_branch_stack(const struct option *opt, const char *str, int unset);
int parse_branch_str(const char *str, __u64 *mode);
#endif /* _PERF_PARSE_BRANCH_OPTIONS_H */

Annotation

Implementation Notes