Lines Matching refs:sample_flags

7999 	data->sample_flags |= data->type & PERF_SAMPLE_ID_ALL;  in __perf_event_header__init_id()
8186 if (data->sample_flags & PERF_SAMPLE_READ) in perf_output_sample()
8556 filtered_sample_type &= ~data->sample_flags; in perf_prepare_sample()
8568 data->sample_flags |= PERF_SAMPLE_IP; in perf_prepare_sample()
8577 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
8583 data->sample_flags |= PERF_SAMPLE_BRANCH_STACK; in perf_prepare_sample()
8594 if ((sample_type & ~data->sample_flags) & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
8604 data->sample_flags |= PERF_SAMPLE_REGS_USER; in perf_prepare_sample()
8631 data->sample_flags |= PERF_SAMPLE_STACK_USER; in perf_prepare_sample()
8636 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in perf_prepare_sample()
8641 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()
8646 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in perf_prepare_sample()
8651 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_prepare_sample()
8667 data->sample_flags |= PERF_SAMPLE_REGS_INTR; in perf_prepare_sample()
8672 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_prepare_sample()
8682 data->sample_flags |= PERF_SAMPLE_CGROUP; in perf_prepare_sample()
8693 data->sample_flags |= PERF_SAMPLE_DATA_PAGE_SIZE; in perf_prepare_sample()
8698 data->sample_flags |= PERF_SAMPLE_CODE_PAGE_SIZE; in perf_prepare_sample()
8720 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()
10740 if (valid_sample && (data->sample_flags & PERF_SAMPLE_ADDR)) in __perf_event_overflow()