Hi - On Tue, Feb 12, 2008 at 10:20:10AM -0800, Andrew Morton wrote:Just for completeness, keep in mind that one can already do these sorts of things on a batch basis using systemtap: If "foo" is a global within a particular compliation unit, any old function in that CU can be probed to set/get the global. (Setting incoming function parameters works too.) # cat delayed-set.stp # set a systemtap script variable based on a /proc control file probe procfs("activate").write { setit = $value } global setit # check the systemtap global in order to set the kernel global probe kernel.function("foo_checking_fn") { if (setit=="1") { setit = ""; $foo = 1 } } # stap -g -m ds delayed-set.stp & # echo 1 > /proc/systemtap/ds/activate # cat setit2.stp probe kernel.statement("*@dir/function.c:222") { /*if (desired)*/ $foo = 0 } # stap -g setit2.stp & - FChE --
| Mark Lord | Re: Linux 2.6.24-rc7 |
| Kentaro Takeda | [TOMOYO 05/15](repost) Domain transition handler functions. |
| Willy Tarreau | Re: Linux v2.6.24-rc1 |
| Al Boldi | [RFD] Incremental fsck |
| drew | Re: SVGA-alphanum. modes |
| Kevin Cummings | VESA video support during boot. |
| Raymond Nijssen | Re: What the 17" monitor reviews never tell you |
| Michael Haardt | GNU shell utils 1.7: date(1) dumps core (with easy solution:) |
git: | |
| David Woodhouse | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Jarek Poplawski | Re: [BUG] New Kernel Bugs |
