Searched defs:intel_uncore_ops (Results 1 – 3 of 3) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 8365 struct intel_uncore_ops { struct 8366 void (*init_box)(struct intel_uncore_box *); 8367 void (*exit_box)(struct intel_uncore_box *); 8368 void (*disable_box)(struct intel_uncore_box *); 8369 void (*enable_box)(struct intel_uncore_box *); 8370 void (*disable_event)(struct intel_uncore_box *, struct perf_event *); 8371 void (*enable_event)(struct intel_uncore_box *, struct perf_event *); 8372 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *); 8373 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); 8374 struct event_constraint * (*get_constraint)(struct intel_uncore_box *, struct perf_event *); [all …]
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_518.h | 18452 struct intel_uncore_ops { struct 18453 void (*init_box)(struct intel_uncore_box *); 18454 void (*exit_box)(struct intel_uncore_box *); 18455 void (*disable_box)(struct intel_uncore_box *); 18456 void (*enable_box)(struct intel_uncore_box *); 18457 void (*disable_event)(struct intel_uncore_box *, struct perf_event *); 18458 void (*enable_event)(struct intel_uncore_box *, struct perf_event *); 18459 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *); 18460 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); 18461 struct event_constraint * (*get_constraint)(struct intel_uncore_box *, struct perf_event *); [all …]
|
| D | vmlinux.h | 18452 struct intel_uncore_ops { struct 18453 void (*init_box)(struct intel_uncore_box *); 18454 void (*exit_box)(struct intel_uncore_box *); 18455 void (*disable_box)(struct intel_uncore_box *); 18456 void (*enable_box)(struct intel_uncore_box *); 18457 void (*disable_event)(struct intel_uncore_box *, struct perf_event *); 18458 void (*enable_event)(struct intel_uncore_box *, struct perf_event *); 18459 u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *); 18460 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); 18461 struct event_constraint * (*get_constraint)(struct intel_uncore_box *, struct perf_event *); [all …]
|