Searched refs:parse_cgroups (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cgroup.h | 33 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
H A D | cgroup.c | 152 int parse_cgroups(const struct option *opt, const char *str, in parse_cgroups() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cgroup.h | 35 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
H A D | cgroup.c | 351 int parse_cgroups(const struct option *opt, const char *str, in parse_cgroups() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 1071 return parse_cgroups(opt, str, unset); in parse_stat_cgroups()
|
H A D | builtin-record.c | 2495 parse_cgroups),
|
H A D | builtin-trace.c | 4668 return parse_cgroups(&o, str, unset);
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 1089 return parse_cgroups(opt, str, unset); in parse_stat_cgroups()
|
H A D | builtin-top.c | 1585 "monitor event in cgroup name only", parse_cgroups), in cmd_top()
|
H A D | builtin-record.c | 3400 parse_cgroups),
|
H A D | builtin-trace.c | 4597 return parse_cgroups(&o, str, unset);
|
Completed in 31 milliseconds