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

  /src/external/gpl3/gdb/dist/sim/ppc/
mon.h 29 typedef unsigned long count_type; typedef
38 count_type count;
mon.c 49 count_type issue_count[nr_itable_entries];
50 count_type read_count;
51 count_type read_byte_count[MAX_BYTE_READWRITE];
52 count_type write_count;
53 count_type write_byte_count[MAX_BYTE_READWRITE];
54 count_type unaligned_read_count;
55 count_type unaligned_write_count;
56 count_type event_count[nr_mon_events];
176 count_type value)
224 count_type num_insns = mon_get_number_of_insns(monitor, cpu_nr)
    [all...]
powerpc.igen 216 count_type nr_cycles; /* # cycles */
217 count_type nr_branches; /* # branches */
218 count_type nr_branches_fallthrough; /* # conditional branches that fell through */
219 count_type nr_branch_predict_trues; /* # branches predicted correctly */
220 count_type nr_branch_predict_falses; /* # branches predicted incorrectly */
221 count_type nr_branch_conditional[32]; /* # of each type of bc */
222 count_type nr_mtcrf_crs[9]; /* # of CR's moved in a mtcrf instruction */
223 count_type nr_stalls_data; /* # of stalls for data */
224 count_type nr_stalls_unit; /* # of stalls waiting for a function unit */
225 count_type nr_stalls_serialize; /* # of stalls waiting for things to quiet down *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
mon.h 29 typedef unsigned long count_type; typedef
38 count_type count;
mon.c 49 count_type issue_count[nr_itable_entries];
50 count_type read_count;
51 count_type read_byte_count[MAX_BYTE_READWRITE];
52 count_type write_count;
53 count_type write_byte_count[MAX_BYTE_READWRITE];
54 count_type unaligned_read_count;
55 count_type unaligned_write_count;
56 count_type event_count[nr_mon_events];
176 count_type value)
224 count_type num_insns = mon_get_number_of_insns(monitor, cpu_nr)
    [all...]
powerpc.igen 216 count_type nr_cycles; /* # cycles */
217 count_type nr_branches; /* # branches */
218 count_type nr_branches_fallthrough; /* # conditional branches that fell through */
219 count_type nr_branch_predict_trues; /* # branches predicted correctly */
220 count_type nr_branch_predict_falses; /* # branches predicted incorrectly */
221 count_type nr_branch_conditional[32]; /* # of each type of bc */
222 count_type nr_mtcrf_crs[9]; /* # of CR's moved in a mtcrf instruction */
223 count_type nr_stalls_data; /* # of stalls for data */
224 count_type nr_stalls_unit; /* # of stalls waiting for a function unit */
225 count_type nr_stalls_serialize; /* # of stalls waiting for things to quiet down *
    [all...]
  /src/external/bsd/wpa/dist/src/p2p/
p2p_build.c 325 wpabuf_put_u8(buf, desc->count_type);
p2p_i.h 725 u8 count_type; member in struct:p2p_noa_desc
p2p.c 4468 desc1.count_type = 1;
4475 desc2.count_type = 2;

Completed in 23 milliseconds