Re: bootchart tweak ...



>        prctl (PR_SET_NAME, "mutt-make-panel", 0, 0, 0);
>
>        (sadly it only takes 16 character names for whatever reason).

Just a small nitpick. It actually only takes 15 character names + null
termination.

The allowed number of characters can be increased by compiling a
kernel with a higher value for TASK_COMM_LEN in include/linux/shed.h

- Thomas


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]