HomeSort by: relevance | last modified time | path
    Searched defs:sample_elm (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/tprof/
tprof_top.c 68 struct sample_elm { struct
332 const struct sample_elm *a1 = n1;
333 const struct sample_elm *a2 = (const struct sample_elm *)keyp;
358 const struct sample_elm *e;
363 size = sizeof(struct sample_elm) +
365 sizeof_sample_elm = n_align(size, __alignof(struct sample_elm));
391 struct sample_elm *e = (void *)arg;
435 struct sample_elm * const *ea = a;
436 struct sample_elm * const *eb = b
    [all...]
tprof_top.c 68 struct sample_elm { struct
332 const struct sample_elm *a1 = n1;
333 const struct sample_elm *a2 = (const struct sample_elm *)keyp;
358 const struct sample_elm *e;
363 size = sizeof(struct sample_elm) +
365 sizeof_sample_elm = n_align(size, __alignof(struct sample_elm));
391 struct sample_elm *e = (void *)arg;
435 struct sample_elm * const *ea = a;
436 struct sample_elm * const *eb = b
    [all...]

Completed in 80 milliseconds