cregit-Linux how code gets into the kernel

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

Directory: tools/perf/util
#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 */

Overall Contributors

PersonTokensPropCommitsCommitProp
andi kleenandi kleen44100.00%2100.00%
Total44100.00%2100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.