HomeSort by: relevance | last modified time | path
    Searched refs:enable_count (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.h 85 * @enable_count: Reference counts for the enabled events.
91 unsigned int enable_count[I915_PMU_MASK_BITS]; member in struct:i915_pmu
i915_pmu.c 655 BUILD_BUG_ON(ARRAY_SIZE(pmu->enable_count) != I915_PMU_MASK_BITS);
656 GEM_BUG_ON(bit >= ARRAY_SIZE(pmu->enable_count));
657 GEM_BUG_ON(pmu->enable_count[bit] == ~0);
659 if (pmu->enable_count[bit] == 0 &&
667 pmu->enable_count[bit]++;
686 BUILD_BUG_ON(ARRAY_SIZE(engine->pmu.enable_count) !=
690 GEM_BUG_ON(sample >= ARRAY_SIZE(engine->pmu.enable_count));
692 GEM_BUG_ON(engine->pmu.enable_count[sample] == ~0);
695 engine->pmu.enable_count[sample]++;
728 GEM_BUG_ON(sample >= ARRAY_SIZE(engine->pmu.enable_count));
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-breakpoint.exp 43 # -enable_count. The -enabled argument is a boolean, while all of the others
48 {enable_count ""}]
64 if {$enable_count ne ""} {
65 set pattern "$pattern enable_count=$enable_count"
938 [build_bp_repr -number 2 -hits 0 -enable_count 1]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-breakpoint.exp 43 # -enable_count. The -enabled argument is a boolean, while all of the others
48 {enable_count ""}]
64 if {$enable_count ne ""} {
65 set pattern "$pattern enable_count=$enable_count"
938 [build_bp_repr -number 2 -hits 0 -enable_count 1]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h 382 * @enable_count: Reference count for the enabled samplers.
386 unsigned int enable_count[I915_ENGINE_SAMPLE_COUNT]; member in struct:intel_engine_cs::intel_engine_pmu
  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.h 829 int enable_count = 0;
828 int enable_count = 0; member in struct:breakpoint
breakpoint.c 5969 --(b->enable_count);
5970 if (b->enable_count <= 0)
6824 if (!part_of_multiple && b->enable_count > 1)
6834 uiout->field_signed ("enable", b->enable_count);
13846 bpt->enable_count = count;
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.h 831 int enable_count = 0;
830 int enable_count = 0; member in struct:breakpoint
breakpoint.c 5980 --(b->enable_count);
5981 if (b->enable_count <= 0)
6856 if (!part_of_multiple && b->enable_count > 1)
6866 uiout->field_signed ("enable", b->enable_count);
13876 bpt->enable_count = count;
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 1079 if (bp->bp->enable_count > 0)
1080 str += string_printf ("enable_count=%d ", bp->bp->enable_count);
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 1080 if (bp->bp->enable_count > 0)
1081 str += string_printf ("enable_count=%d ", bp->bp->enable_count);

Completed in 111 milliseconds