HomeSort by: relevance | last modified time | path
    Searched defs:DUMP_F (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c 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)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c 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)
    [all...]

Completed in 24 milliseconds