OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perfstat_buffer
(Results
1 - 1
of
1
) sorted by null
/external/netperf/
netcpu_perfstat.c
71
perfstat_cpu_t *
perfstat_buffer
;
local
78
perfstat_buffer
= (perfstat_cpu_t *)malloc(lib_num_loc_cpus *
80
if (
perfstat_buffer
== NULL) {
90
perfstat_buffer
,
105
per_cpu_pointer =
perfstat_buffer
;
110
free(
perfstat_buffer
);
139
perfstat_cpu_t *
perfstat_buffer
;
local
155
perfstat_buffer
= (perfstat_cpu_t *)malloc(lib_num_loc_cpus *
157
if (
perfstat_buffer
== NULL) {
172
perfstat_buffer
,
[
all
...]
Completed in 2083 milliseconds