OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hwc_driver
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c
117
static hwcdrv_api_t *
hwc_driver
= NULL;
variable
155
if (
hwc_driver
== NULL)
156
hwc_driver
= __collector_get_hwcdrv ();
157
return
hwc_driver
;
237
if (
hwc_driver
->hwcdrv_init (collector_hwc_ABORT, &hwprofile_tsd_sz) == 0)
245
if (
hwc_driver
->hwcdrv_enable_mt (hwprofile_get_tsd))
254
hwc_driver
->hwcdrv_get_info (&cpcN_cpuver, NULL, NULL, NULL, NULL);
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c
117
static hwcdrv_api_t *
hwc_driver
= NULL;
variable
155
if (
hwc_driver
== NULL)
156
hwc_driver
= __collector_get_hwcdrv ();
157
return
hwc_driver
;
237
if (
hwc_driver
->hwcdrv_init (collector_hwc_ABORT, &hwprofile_tsd_sz) == 0)
245
if (
hwc_driver
->hwcdrv_enable_mt (hwprofile_get_tsd))
254
hwc_driver
->hwcdrv_get_info (&cpcN_cpuver, NULL, NULL, NULL, NULL);
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026