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

  /src/external/gpl3/binutils/dist/gprofng/common/
hwcfuncs.c 40 static Hwcentry hwcdef[MAX_PICS]; /* HWC definitions */ variable
66 hwcf_attr_cb_t *attr_find_action, Hwcentry *hwcdef)
78 hwcdrv_create_counters (unsigned hwcdef_cnt, Hwcentry *hwcdef)
237 hwcdef[idx] = empty; // leaks strings and reg_list array
238 hwcdef[idx].reg_num = REGNO_ANY;
239 hwcdef[idx].val = -1;
240 hwcdef[idx].sort_order = -1;
244 /* initialize hwcdef[] based on user's counter definitions */
278 hwcdef[idx].use_perf_event_type = (int) strtol (dsp, &dsp, 0);
284 hwcdef[idx].type = (int) strtol (dsp, &dsp, 0)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcfuncs.c 40 static Hwcentry hwcdef[MAX_PICS]; /* HWC definitions */ variable
66 hwcf_attr_cb_t *attr_find_action, Hwcentry *hwcdef)
78 hwcdrv_create_counters (unsigned hwcdef_cnt, Hwcentry *hwcdef)
237 hwcdef[idx] = empty; // leaks strings and reg_list array
238 hwcdef[idx].reg_num = REGNO_ANY;
239 hwcdef[idx].val = -1;
240 hwcdef[idx].sort_order = -1;
244 /* initialize hwcdef[] based on user's counter definitions */
278 hwcdef[idx].use_perf_event_type = (int) strtol (dsp, &dsp, 0);
284 hwcdef[idx].type = (int) strtol (dsp, &dsp, 0)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 114 static Hwcentry **hwcdef; /* HWC definitions */ variable
278 /* create counters based on hwcdef[] */
290 hwcdef = __collector_hwcfuncs_get_ctrs (&hwcdef_cnt);
295 if (HWCENTRY_USES_SAMPLING (hwcdef[idx]))
318 if (ABST_BACKTRACK_ENABLED (hwcdef[idx]->memop))
324 hwclogwrite (hwcdef[idx]);
510 hwcdef = NULL;
647 collector_record_counter (&expr_lostcounts_uc, hwcdef[ii]->timecvt,
648 hwcdef[ii]->memop, lost_samples.ce_hrt,
649 hwcdef[ii]->sort_order, lost_samples.ce_pic[ii])
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 114 static Hwcentry **hwcdef; /* HWC definitions */ variable
278 /* create counters based on hwcdef[] */
290 hwcdef = __collector_hwcfuncs_get_ctrs (&hwcdef_cnt);
295 if (HWCENTRY_USES_SAMPLING (hwcdef[idx]))
318 if (ABST_BACKTRACK_ENABLED (hwcdef[idx]->memop))
324 hwclogwrite (hwcdef[idx]);
510 hwcdef = NULL;
647 collector_record_counter (&expr_lostcounts_uc, hwcdef[ii]->timecvt,
648 hwcdef[ii]->memop, lost_samples.ce_hrt,
649 hwcdef[ii]->sort_order, lost_samples.ce_pic[ii])
    [all...]

Completed in 17 milliseconds