cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/util/cgroup.h

Directory: tools/perf/util
/* SPDX-License-Identifier: GPL-2.0 */
#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 Eranian5892.06%125.00%
Elena Reshetova23.17%125.00%
Arnaldo Carvalho de Melo23.17%125.00%
Greg Kroah-Hartman11.59%125.00%
Total63100.00%4100.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.