OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_cpu_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/tprof/
tprof_top.c
112
static u_int *
sample_cpu_width
; /* [ncpu] */
variable
367
sample_cpu_width
= ecalloc(1, sizeof(*
sample_cpu_width
) * ncpu);
369
sample_cpu_width
[n] = 5;
371
if (
sample_cpu_width
[n] < (u_int)l)
372
sample_cpu_width
[n] = l;
666
if (
sample_cpu_width
[n] < (u_int)l) {
667
sample_cpu_width
[n] = l;
678
lim_printf(lim, " %*s",
sample_cpu_width
[n], buf);
687
sample_cpu_width
[n], sample_cpu_width[n], LINESTR)
[
all
...]
tprof_top.c
112
static u_int *
sample_cpu_width
; /* [ncpu] */
variable
367
sample_cpu_width
= ecalloc(1, sizeof(*
sample_cpu_width
) * ncpu);
369
sample_cpu_width
[n] = 5;
371
if (
sample_cpu_width
[n] < (u_int)l)
372
sample_cpu_width
[n] = l;
666
if (
sample_cpu_width
[n] < (u_int)l) {
667
sample_cpu_width
[n] = l;
678
lim_printf(lim, " %*s",
sample_cpu_width
[n], buf);
687
sample_cpu_width
[n], sample_cpu_width[n], LINESTR)
[
all
...]
Completed in 69 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026