Lines Matching refs:sample_flags
7057 data->sample_flags |= data->type & PERF_SAMPLE_ID_ALL; in __perf_event_header__init_id()
7584 filtered_sample_type &= ~data->sample_flags; in perf_prepare_sample()
7596 data->sample_flags |= PERF_SAMPLE_IP; in perf_prepare_sample()
7605 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
7611 data->sample_flags |= PERF_SAMPLE_BRANCH_STACK; in perf_prepare_sample()
7622 if ((sample_type & ~data->sample_flags) & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
7632 data->sample_flags |= PERF_SAMPLE_REGS_USER; in perf_prepare_sample()
7659 data->sample_flags |= PERF_SAMPLE_STACK_USER; in perf_prepare_sample()
7664 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in perf_prepare_sample()
7669 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()
7674 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in perf_prepare_sample()
7679 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_prepare_sample()
7695 data->sample_flags |= PERF_SAMPLE_REGS_INTR; in perf_prepare_sample()
7700 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_prepare_sample()
7710 data->sample_flags |= PERF_SAMPLE_CGROUP; in perf_prepare_sample()
7721 data->sample_flags |= PERF_SAMPLE_DATA_PAGE_SIZE; in perf_prepare_sample()
7726 data->sample_flags |= PERF_SAMPLE_CODE_PAGE_SIZE; in perf_prepare_sample()
7748 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()
9541 if (valid_sample && (data->sample_flags & PERF_SAMPLE_ADDR)) in __perf_event_overflow()