Home | History | Annotate | Download | only in common

Lines Matching defs:DUMP_F

584 #define DUMP_F(fld) if (at->fld) TprintfT(DBG_LT2, "  %-10s : %lld\n", #fld, (long long) at->fld)
585 DUMP_F (disabled);
586 DUMP_F (inherit);
587 DUMP_F (pinned);
588 DUMP_F (exclusive);
589 DUMP_F (exclude_user);
590 DUMP_F (exclude_kernel);
591 DUMP_F (exclude_hv);
592 DUMP_F (exclude_idle);
593 DUMP_F (comm);
594 DUMP_F (freq);
595 DUMP_F (inherit_stat);
596 DUMP_F (enable_on_exec);
597 DUMP_F (task);
598 DUMP_F (watermark);