Re: [yocto] [PATCH 2/8] Refactor Model(s) to display customized messages

2013-05-07 Thread Grigoropol, IoanaX
Subject: [yocto] [PATCH 2/8] Refactor Model(s) to display customized messages - each of the remote tools models (systemtap, oprofile, powertop, ust2, ustlegacy) inherits BaseModel class - when running any of these models there are a series of actions performed such as: - init

Re: [yocto] [PATCH 2/8] Refactor Model(s) to display customized messages

2013-05-01 Thread Zhang, Jessica
: [yocto] [PATCH 2/8] Refactor Model(s) to display customized messages - each of the remote tools models (systemtap, oprofile, powertop, ust2, ustlegacy) inherits BaseModel class - when running any of these models there are a series of actions performed such as: - init - pre-process

[yocto] [PATCH 2/8] Refactor Model(s) to display customized messages

2013-04-30 Thread Ioana Grigoropol
- each of the remote tools models (systemtap, oprofile, powertop, ust2, ustlegacy) inherits BaseModel class - when running any of these models there are a series of actions performed such as: - init - pre-process - process - post-process - clean - while