aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/include/internal/evsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/lib/include/internal/evsel.h')
-rw-r--r--tools/perf/lib/include/internal/evsel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/lib/include/internal/evsel.h b/tools/perf/lib/include/internal/evsel.h
index b2c76e1a6244..d15d8ccfa3dc 100644
--- a/tools/perf/lib/include/internal/evsel.h
+++ b/tools/perf/lib/include/internal/evsel.h
@@ -11,6 +11,7 @@ struct perf_evsel {
11 struct list_head node; 11 struct list_head node;
12 struct perf_event_attr attr; 12 struct perf_event_attr attr;
13 struct perf_cpu_map *cpus; 13 struct perf_cpu_map *cpus;
14 struct perf_cpu_map *own_cpus;
14}; 15};
15 16
16#endif /* __LIBPERF_INTERNAL_EVSEL_H */ 17#endif /* __LIBPERF_INTERNAL_EVSEL_H */