VIRTUTECH CONFIDENTIAL    Previous - Up - Next
ppc32-linux-process-tracker
- Provided by
 - 
ppc32-linux-process-tracker
 
- Class Hierarchy
 - 
conf-object → log-object → ppc32-linux-process-tracker
 
- Interfaces Implemented
 - 
log_object, tracker_unix, tracker_settings, tracker
 
- Description
 - 
Process tracker for Linux on ppc32. 
Note: This process tracker has
been superseded by the generic
linux-process-tracker.
 
Attributes
- Attributes inherited from class conf-object
 - 
attributes, classname, component, iface, name, object_id, queue
 
- Attributes inherited from class log-object
 - 
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
 
- Attribute List
 - 
- per_cpu_state
 - Optional attribute; read/write access; type: [[o[a*]]*].
Per-processor state that has to be maintained by the
        process tracker.
 
- pid_offset
 - Session attribute; read/write access; type: Integer.
Offset (in bytes) of the pid in the task_struct struct.
        This can be found by disassembling the kernel's
        getpid syscall.
 
- processors
 - Session attribute; read/write access; type: [o*].
Processors whose modes are being tracked.
 
- thread_offset
 - Session attribute; read/write access; type: Integer.
Offset (in bytes) of the thread struct in the task_struct
        struct. This can be found by disassembling the
        transfer_to_handler kernel function.
 
 
Command List
- Commands defined by interface log_object
 - 
log, log-group, log-level, log-size, log-type
 
- Commands defined by interface tracker
 - 
activate, add-processor, deactivate, remove-processor
 
- Commands
 - 
| status | print status of the device | 
 
Command Descriptions
- 
<ppc32-linux-process-tracker>.status
 
- Synopsis
 - 
<ppc32-linux-process-tracker>.status
 
- Description
 - 
Print detailed information about the current status of the device.
 
VIRTUTECH CONFIDENTIAL    Previous - Up - Next