Searched refs:perf_conf (Results 1 – 1 of 1) sorted by relevance
65 struct perf_event_attr perf_conf; in time_bench_PMU_config() local74 memset(&perf_conf, 0, sizeof(struct perf_event_attr)); in time_bench_PMU_config()75 perf_conf.type = PERF_TYPE_RAW; in time_bench_PMU_config()76 perf_conf.size = sizeof(struct perf_event_attr); in time_bench_PMU_config()77 perf_conf.read_format = PERF_FORMAT; in time_bench_PMU_config()78 perf_conf.pinned = 1; in time_bench_PMU_config()79 perf_conf.exclude_user = 1; /* No userspace events */ in time_bench_PMU_config()80 perf_conf.exclude_kernel = 0; /* Only kernel events */ in time_bench_PMU_config()83 perf_conf.disabled = enable; in time_bench_PMU_config()85 perf_conf.config = perf_events[i].config; in time_bench_PMU_config()[all …]
Completed in 3 milliseconds