Lines Matching refs:sample_flags

7560 	data->sample_flags |= data->type & PERF_SAMPLE_ID_ALL;  in __perf_event_header__init_id()
7749 if (data->sample_flags & PERF_SAMPLE_READ) in perf_output_sample()
8105 filtered_sample_type &= ~data->sample_flags; in perf_prepare_sample()
8117 data->sample_flags |= PERF_SAMPLE_IP; in perf_prepare_sample()
8126 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
8132 data->sample_flags |= PERF_SAMPLE_BRANCH_STACK; in perf_prepare_sample()
8143 if ((sample_type & ~data->sample_flags) & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
8153 data->sample_flags |= PERF_SAMPLE_REGS_USER; in perf_prepare_sample()
8180 data->sample_flags |= PERF_SAMPLE_STACK_USER; in perf_prepare_sample()
8185 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in perf_prepare_sample()
8190 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()
8195 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in perf_prepare_sample()
8200 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_prepare_sample()
8216 data->sample_flags |= PERF_SAMPLE_REGS_INTR; in perf_prepare_sample()
8221 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_prepare_sample()
8231 data->sample_flags |= PERF_SAMPLE_CGROUP; in perf_prepare_sample()
8242 data->sample_flags |= PERF_SAMPLE_DATA_PAGE_SIZE; in perf_prepare_sample()
8247 data->sample_flags |= PERF_SAMPLE_CODE_PAGE_SIZE; in perf_prepare_sample()
8269 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()
10229 if (valid_sample && (data->sample_flags & PERF_SAMPLE_ADDR)) in __perf_event_overflow()