Lines Matching refs:attr
516 struct perf_event_attr *attr = &evsel->core.attr;
519 attr->read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
528 attr->read_format |= PERF_FORMAT_ID|PERF_FORMAT_GROUP;
530 attr->inherit = !config->no_inherit;
536 attr->sample_period = 0;
539 attr->sample_type = PERF_SAMPLE_IDENTIFIER;
542 attr->exclude_kernel = 1;
543 attr->exclude_user = 0;
547 attr->exclude_kernel = 0;
548 attr->exclude_user = 1;
557 attr->disabled = 1;
564 attr->enable_on_exec = 1;