evsel.h (9b82f05f869a823d43ea4186f5f732f2924d3693) evsel.h (8fb4b67939e169fca68174e9ac7be79fe9a04498)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __PERF_EVSEL_H
3#define __PERF_EVSEL_H 1
4
5#include <linux/list.h>
6#include <stdbool.h>
7#include <sys/types.h>
8#include <linux/perf_event.h>

--- 106 unchanged lines hidden (view full) ---

115 bool clockid_wrong;
116 bool lbr_flags;
117 bool write_backward;
118 bool group_read;
119 bool ksymbol;
120 bool bpf;
121 bool aux_output;
122 bool branch_hw_idx;
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __PERF_EVSEL_H
3#define __PERF_EVSEL_H 1
4
5#include <linux/list.h>
6#include <stdbool.h>
7#include <sys/types.h>
8#include <linux/perf_event.h>

--- 106 unchanged lines hidden (view full) ---

115 bool clockid_wrong;
116 bool lbr_flags;
117 bool write_backward;
118 bool group_read;
119 bool ksymbol;
120 bool bpf;
121 bool aux_output;
122 bool branch_hw_idx;
123 bool cgroup;
123};
124
125extern struct perf_missing_features perf_missing_features;
126
127struct perf_cpu_map;
128struct target;
129struct thread_map;
130struct record_opts;

--- 276 unchanged lines hidden ---
124};
125
126extern struct perf_missing_features perf_missing_features;
127
128struct perf_cpu_map;
129struct target;
130struct thread_map;
131struct record_opts;

--- 276 unchanged lines hidden ---