Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443186
Collapse All | Expand All

(-)a/Documentation/accounting/getdelays.c (-2 lines)
Lines 51-57 int dbg; Link Here
51
int print_delays;
51
int print_delays;
52
int print_io_accounting;
52
int print_io_accounting;
53
int print_task_context_switch_counts;
53
int print_task_context_switch_counts;
54
__u64 stime, utime;
55
54
56
#define PRINTF(fmt, arg...) {			\
55
#define PRINTF(fmt, arg...) {			\
57
	    if (dbg) {				\
56
	    if (dbg) {				\
58
- 

Return to bug 443186