Home
last modified time | relevance | path

Searched defs:sample_elm (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c68 struct sample_elm { struct
69 struct rb_node node;
70 uint64_t addr;
71 const char *name;
72 uint32_t flags;
74 uint32_t num[SAMPLE_MODE_NUM];
75 uint32_t num_cpu[]; /* [SAMPLE_MODE_NUM][ncpu] */