This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Using systemtap on embedded box
- From: "jaguar xiong" <xiong dot jaguar at gmail dot com>
- To: systemtap at sourceware dot org
- Date: Thu, 7 Aug 2008 07:38:47 +0800
- Subject: Using systemtap on embedded box
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=idr6NS3x9F+IMaxz7PbXgOAi8xtCzoF3JmaL/H6MbGI=; b=rH2ZY4Ns20TK4scvTuRi/KrOW5iyvivOEvXVDoiRWrxirjx0jqQh87n6ENi4FTCvz6 b+H5G5GnRepb0TC0XvDSlb/ZFMJ8ZlQgWv+dr3Or4BiASHVR40aT81lKaE+s+CN7/riP gxHa5bjBptGLRnRzHUp+RZJiBgeRvqbsAeMTQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=NM5JANZY3dGp2aKntvKBCiKX0n0D2huX+wHNTxOHF2uY4EGiKB5qL3ffLCYqAvI2/K jy1FPYHnr5DGpnKXPl9yXxm/vgbIg9ufsirpl+tpFvHdy3a3ChEaanP59nfRJOLy5ru0 cgscUxhrHOvxkrKI30nmobag2XYVz8XMnebnc=
Hi,
This is a new-comer, and I need some advice on using systemtap on
an embedded linux box. We can't put compiler or source tree on that
live system due to space constrains, and we are trying to find some
way to avoid the build_somewhere_else->transfer->run cycle.
Implementing an interpreter might be a good choice, are there any
other ways?
Thanks!