Lines Matching refs:prof_thr_node_t
120 typedef struct prof_thr_node_s prof_thr_node_t; typedef
123 prof_thr_node_t *next;
161 static prof_thr_node_t *log_thr_first = NULL;
162 static prof_thr_node_t *log_thr_last = NULL;
411 prof_thr_node_t dummy_node; in prof_log_thr_index()
413 prof_thr_node_t *node; in prof_log_thr_index()
418 size_t sz = offsetof(prof_thr_node_t, name) + strlen(name) + 1; in prof_log_thr_index()
419 prof_thr_node_t *new_node = (prof_thr_node_t *) in prof_log_thr_index()
2177 const prof_thr_node_t *thr_node = (prof_thr_node_t *)key; in prof_thr_node_hash()
2183 const prof_thr_node_t *thr_node1 = (prof_thr_node_t *)k1; in prof_thr_node_keycomp()
2184 const prof_thr_node_t *thr_node2 = (prof_thr_node_t *)k2; in prof_thr_node_keycomp()
2446 prof_thr_node_t *node = log_thr_first; in prof_log_thr_count()
2583 prof_thr_node_t *thr_node = log_thr_first; in prof_log_emit_threads()
2584 prof_thr_node_t *thr_old_node; in prof_log_emit_threads()