cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/util/cgroup.h

Directory: tools/perf/util
#ifndef __CGROUP_H__

#define __CGROUP_H__

#include <linux/atomic.h>

struct option;


struct cgroup_sel {
	
char *name;
	
int fd;
	
atomic_t refcnt;
};


extern int nr_cgroups; /* number of explicit cgroups defined */
void close_cgroup(struct cgroup_sel *cgrp);
int parse_cgroups(const struct option *opt, const char *str, int unset);

#endif /* __CGROUP_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
stephane eranianstephane eranian5893.55%150.00%
arnaldo carvalho de meloarnaldo carvalho de melo46.45%150.00%
Total62100.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.