Lines Matching refs:sample_flags
7287 data->sample_flags |= data->type & PERF_SAMPLE_ID_ALL; in __perf_event_header__init_id()
7831 filtered_sample_type &= ~data->sample_flags; in perf_prepare_sample()
7843 data->sample_flags |= PERF_SAMPLE_IP; in perf_prepare_sample()
7852 data->sample_flags |= PERF_SAMPLE_RAW; in perf_prepare_sample()
7858 data->sample_flags |= PERF_SAMPLE_BRANCH_STACK; in perf_prepare_sample()
7869 if ((sample_type & ~data->sample_flags) & PERF_SAMPLE_REGS_USER) { in perf_prepare_sample()
7879 data->sample_flags |= PERF_SAMPLE_REGS_USER; in perf_prepare_sample()
7906 data->sample_flags |= PERF_SAMPLE_STACK_USER; in perf_prepare_sample()
7911 data->sample_flags |= PERF_SAMPLE_WEIGHT_TYPE; in perf_prepare_sample()
7916 data->sample_flags |= PERF_SAMPLE_DATA_SRC; in perf_prepare_sample()
7921 data->sample_flags |= PERF_SAMPLE_TRANSACTION; in perf_prepare_sample()
7926 data->sample_flags |= PERF_SAMPLE_ADDR; in perf_prepare_sample()
7942 data->sample_flags |= PERF_SAMPLE_REGS_INTR; in perf_prepare_sample()
7947 data->sample_flags |= PERF_SAMPLE_PHYS_ADDR; in perf_prepare_sample()
7957 data->sample_flags |= PERF_SAMPLE_CGROUP; in perf_prepare_sample()
7968 data->sample_flags |= PERF_SAMPLE_DATA_PAGE_SIZE; in perf_prepare_sample()
7973 data->sample_flags |= PERF_SAMPLE_CODE_PAGE_SIZE; in perf_prepare_sample()
7995 data->sample_flags |= PERF_SAMPLE_AUX; in perf_prepare_sample()
9859 if (valid_sample && (data->sample_flags & PERF_SAMPLE_ADDR)) in __perf_event_overflow()