cregit-Linux how code gets into the kernel

Release 4.13 tools/perf/util/cgroup.h

Directory: tools/perf/util
#ifndef __CGROUP_H__

#define __CGROUP_H__

#include <linux/refcount.h>

struct option;


struct cgroup_sel {
	
char *name;
	
int fd;
	
refcount_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
Stéphane Eranian5893.55%133.33%
Elena Reshetova23.23%133.33%
Arnaldo Carvalho de Melo23.23%133.33%
Total62100.00%3100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.