Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_CGROUP (Results 1 – 11 of 11) sorted by relevance

/linux/tools/perf/util/
H A Doff_cpu.h17 PERF_SAMPLE_CGROUP)
H A Dbpf_off_cpu.c378 if (sample_type & PERF_SAMPLE_CGROUP) in off_cpu_write()
H A Dsynthetic-events.c1551 if (type & PERF_SAMPLE_CGROUP) in perf_event__sample_event_size()
1757 if (type & PERF_SAMPLE_CGROUP) { in perf_event__synthesize_sample()
H A Devsel.c2975 if (type & PERF_SAMPLE_CGROUP) { in evsel__parse_sample()
/linux/tools/perf/tests/shell/
H A Drecord_bpf_filter.sh162 -o /dev/null true 2>&1 | grep -q PERF_SAMPLE_CGROUP
/linux/tools/perf/tests/
H A Dsample-parsing.c175 if (type & PERF_SAMPLE_CGROUP) in samples_same()
/linux/include/uapi/linux/
H A Dperf_event.h161 PERF_SAMPLE_CGROUP = 1U << 21, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h161 PERF_SAMPLE_CGROUP = 1U << 21, enumerator
/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt105 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */
/linux/kernel/events/
H A Dcore.c1923 if (sample_type & PERF_SAMPLE_CGROUP) in __perf_event_header_size()
7631 if (sample_type & PERF_SAMPLE_CGROUP) in perf_output_sample()
7951 if (filtered_sample_type & PERF_SAMPLE_CGROUP) { in perf_prepare_sample()
7957 data->sample_flags |= PERF_SAMPLE_CGROUP; in perf_prepare_sample()
12461 if (attr->sample_type & PERF_SAMPLE_CGROUP) in perf_copy_attr()
/linux/tools/perf/
H A Dbuiltin-script.c569 evsel__check_stype(evsel, PERF_SAMPLE_CGROUP, "CGROUP", PERF_OUTPUT_CGROUP)) { in evsel__check_attr()