|
PAPI 7.1.0.0
|


Go to the source code of this file.
Functions | |
| int | linux_cpu_get_vendor (char *vendor) |
| int | linux_cpu_get_name (char *name) |
| int | linux_cpu_get_attribute (CPU_attr_e attr, int *value) |
| int | linux_cpu_get_attribute_at (CPU_attr_e attr, int loc, int *value) |
| int | linux_cpu_set_affinity (int cpu) |
| int | linux_cpu_get_num_supported (void) |
| int | linux_cpu_store_affinity (void) |
| int | linux_cpu_load_affinity (void) |
| int linux_cpu_get_attribute | ( | CPU_attr_e | attr, |
| int * | value | ||
| ) |
Definition at line 120 of file linux_cpu_utils.c.


| int linux_cpu_get_attribute_at | ( | CPU_attr_e | attr, |
| int | loc, | ||
| int * | value | ||
| ) |
Definition at line 223 of file linux_cpu_utils.c.


| int linux_cpu_get_name | ( | char * | name | ) |
Definition at line 89 of file linux_cpu_utils.c.


| int linux_cpu_get_num_supported | ( | void | ) |
Definition at line 270 of file linux_cpu_utils.c.

| int linux_cpu_get_vendor | ( | char * | vendor | ) |
Definition at line 52 of file linux_cpu_utils.c.


| int linux_cpu_load_affinity | ( | void | ) |
Definition at line 287 of file linux_cpu_utils.c.

Definition at line 259 of file linux_cpu_utils.c.

| int linux_cpu_store_affinity | ( | void | ) |
Definition at line 278 of file linux_cpu_utils.c.
