Linux Kernel
3.7.1
|
#include <asm/types.h>
#include <asm/perf_event.h>
Go to the source code of this file.
Data Structures | |
struct | op_msr |
struct | op_msrs |
struct | op_x86_model_spec |
Functions | |
u64 | op_x86_get_ctrl (struct op_x86_model_spec const *model, struct op_counter_config *counter_config) |
int | op_x86_phys_to_virt (int phys) |
int | op_x86_virt_to_phys (int virt) |
interface to x86 model-specific MSR operations
Definition in file op_x86_model.h.
u64 op_x86_get_ctrl | ( | struct op_x86_model_spec const * | model, |
struct op_counter_config * | counter_config | ||
) |
struct op_x86_model_spec op_amd_spec |
Definition at line 508 of file op_model_amd.c.
struct op_x86_model_spec op_arch_perfmon_spec |
Definition at line 234 of file op_model_ppro.c.
struct op_x86_model_spec op_p4_ht2_spec |
struct op_x86_model_spec op_p4_spec |
Definition at line 714 of file op_model_p4.c.
struct op_x86_model_spec op_ppro_spec |
Definition at line 187 of file op_model_ppro.c.