Searched refs:record_cgroup (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | record.h | 37 bool record_cgroup; member
|
H A D | evsel.c | 1197 if (opts->record_cgroup) { in evsel__config()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | record.h | 39 bool record_cgroup; member
|
H A D | bpf_off_cpu.c | 189 if (opts->record_cgroup) { in off_cpu_prepare()
|
H A D | evsel.c | 1271 if (opts->record_cgroup) { in evsel__config()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 1265 if (opts->record_cgroup) { in __cmd_top() 1588 OPT_BOOLEAN(0, "all-cgroups", &opts->record_cgroup, in cmd_top() 1698 if (nr_cgroups > 0 && opts->record_cgroup) { in cmd_top()
|
H A D | builtin-record.c | 2329 if (rec->opts.record_cgroup) { in __cmd_record() 3441 OPT_BOOLEAN(0, "all-cgroups", &record.opts.record_cgroup, 3985 if (rec->opts.record_cgroup && !perf_can_record_cgroup()) { in cmd_record()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 1259 if (opts->record_cgroup) { in __cmd_top() 1571 OPT_BOOLEAN(0, "all-cgroups", &opts->record_cgroup, in cmd_top()
|
H A D | builtin-record.c | 1630 if (rec->opts.record_cgroup) { in __cmd_record() 2534 OPT_BOOLEAN(0, "all-cgroups", &record.opts.record_cgroup,
|
Completed in 21 milliseconds