![]() |
LIKWID
|
Structure specifying thread to CPU relation. More...
#include <perfmon_types.h>


Public Attributes | |
| int | processorId |
| Real HW thread ID. | |
| int | thread_id |
| Thread ID how it is used internally. | |
Public Attributes inherited from PerfmonGroupSet | |
| int | activeGroup |
| Currently active eventSet. | |
| PerfmonEventSet * | groups |
| List of eventSets. | |
| int | numberOfActiveGroups |
| Amount of added eventSets. Only those eventSets can be accessed in groups. | |
| int | numberOfGroups |
| List length of groups. | |
| int | numberOfThreads |
| Amount of threads in threads. | |
| PerfmonThread * | threads |
| List of threads. | |
Structure specifying thread to CPU relation.
Threads are always numbered incrementally. This structure is used in order to resolve the real HW thread ID.
1.8.11