OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sample_n_per_event_cpu
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/tprof/
tprof_top.c
116
static uint64_t *
sample_n_per_event_cpu
[SAMPLE_MODE_NUM]; /* [ncpu] */
variable in typeref:typename:uint64_t * []
382
sample_n_per_event_cpu
[mode] = ecalloc(1,
383
sizeof(typeof(*
sample_n_per_event_cpu
[mode])) *
415
memset(
sample_n_per_event_cpu
[mode], 0,
416
sizeof(typeof(*
sample_n_per_event_cpu
[mode])) *
485
sample_n_per_event_cpu
[mode][nevent * cpuid + eventid]++;
664
sum +=
sample_n_per_event_cpu
[opt_mode][nevent * n + i];
708
sample_n_per_event_cpu
[opt_mode][nevent * n + i]);
Completed in 12 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025