Searched defs:intel_uncore_ops (Results  1 – 3 of 3) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 20013 struct intel_uncore_ops {  struct20014 	void (*init_box)(struct intel_uncore_box *);
 20015 	void (*exit_box)(struct intel_uncore_box *);
 20016 	void (*disable_box)(struct intel_uncore_box *);
 20017 	void (*enable_box)(struct intel_uncore_box *);
 20018 	void (*disable_event)(struct intel_uncore_box *, struct perf_event *);
 20019 	void (*enable_event)(struct intel_uncore_box *, struct perf_event *);
 20020 	u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);
 20021 	int (*hw_config)(struct intel_uncore_box *, struct perf_event *);
 20022 	struct event_constraint * (*get_constraint)(struct intel_uncore_box *, struct perf_event *);
 [all …]
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 20189 struct intel_uncore_ops {  struct20190 	void (*init_box)(struct intel_uncore_box *);
 20191 	void (*exit_box)(struct intel_uncore_box *);
 20192 	void (*disable_box)(struct intel_uncore_box *);
 20193 	void (*enable_box)(struct intel_uncore_box *);
 20194 	void (*disable_event)(struct intel_uncore_box *, struct perf_event *);
 20195 	void (*enable_event)(struct intel_uncore_box *, struct perf_event *);
 20196 	u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);
 20197 	int (*hw_config)(struct intel_uncore_box *, struct perf_event *);
 20198 	struct event_constraint * (*get_constraint)(struct intel_uncore_box *, struct perf_event *);
 [all …]
 
 | 
| D | vmlinux.h | 20189 struct intel_uncore_ops {  struct20190 	void (*init_box)(struct intel_uncore_box *);
 20191 	void (*exit_box)(struct intel_uncore_box *);
 20192 	void (*disable_box)(struct intel_uncore_box *);
 20193 	void (*enable_box)(struct intel_uncore_box *);
 20194 	void (*disable_event)(struct intel_uncore_box *, struct perf_event *);
 20195 	void (*enable_event)(struct intel_uncore_box *, struct perf_event *);
 20196 	u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);
 20197 	int (*hw_config)(struct intel_uncore_box *, struct perf_event *);
 20198 	struct event_constraint * (*get_constraint)(struct intel_uncore_box *, struct perf_event *);
 [all …]
 
 |