Re: [patch 2/3] add CSA accounting to taskstats

From: Jay Lan
Date: Mon Jul 31 2006 - 20:31:57 EST


Jay Lan wrote:
Shailabh Nagar wrote:


<clip>


+ __u64 ac_chr; /* bytes read */
+ __u64 ac_chw; /* bytes written */
+ __u64 ac_scr; /* read syscalls */
+ __u64 ac_scw; /* write syscalls */



read_char,
write_char,
read_syscalls,
write_syscalls,


Mmm, those are from task_struct.

Ooops, i was wrong. They were not from task_struct. Will change
to meaningful names as you suggested.

Regards,
- jay


Regards,
- jay


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/