Searched refs:cpcx_std (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c2555 static Hwcentry **cpcx_std[2]; variable
3225 cpcx_std[kk] = NULL;
3292 hwc_process_raw_ctrs (kk, &cpcx_std[kk], &cpcx_raw[kk], &cpcx_hidden[kk],
3384 if (cpcx_std[forKernel] == NULL)
3386 Tprintf (0, "hwctable: WARNING: cpcx_std not initialized");
3391 testevent = cpcx_std[forKernel][0];
3612 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, regno);
3631 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, REGNO_ANY);
4612 return cpcx_std[forKernel];
4646 for (int ii = 0; cpcx_std[
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2591 static Hwcentry **cpcx_std[2]; variable
3261 cpcx_std[kk] = NULL;
3328 hwc_process_raw_ctrs (kk, &cpcx_std[kk], &cpcx_raw[kk], &cpcx_hidden[kk],
3420 if (cpcx_std[forKernel] == NULL)
3422 Tprintf (0, "hwctable: WARNING: cpcx_std not initialized");
3427 testevent = cpcx_std[forKernel][0];
3648 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, regno);
3667 pfound = ptrarray_find ((const Hwcentry**) cpcx_std[forKernel], nameOnly, NULL, 1, REGNO_ANY);
4648 return cpcx_std[forKernel];
4682 for (int ii = 0; cpcx_std[
[all...]

Completed in 141 milliseconds