- Notifications
You must be signed in to change notification settings - Fork5
Commit917c8bb
committed
On win32, there is currently no way to get the equivalent function of
the "ps" argument list on Unix - meaning that there is no way toidentify for example the stats processors or the bgwriter.This patch adds this functionality, in a bit of a crufty way. It createsa kernel Event object with the name of what would be in the title. Thiscan be viewed using for example Process Explorer.It's been very handy for me during both debugging and using. I haven'tfigured a better way, but perhaps someone has one that's less crufty? Ifnot, here is at least a working patch :-)Magnus Hagander1 parent1646586 commit917c8bb
1 file changed
+35
-1
lines changedLines changed: 35 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
| 69 | + | |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
| |||
95 | 97 |
| |
96 | 98 |
| |
97 | 99 |
| |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
98 | 122 |
| |
99 | 123 |
| |
100 | 124 |
| |
| |||
267 | 291 |
| |
268 | 292 |
| |
269 | 293 |
| |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
270 | 299 |
| |
271 | 300 |
| |
272 | 301 |
| |
| |||
327 | 356 |
| |
328 | 357 |
| |
329 | 358 |
| |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
330 | 364 |
| |
331 | 365 |
| |
332 | 366 |
| |
|
0 commit comments
Comments
(0)