Home
last modified time | relevance | path

Searched refs:tp_list (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_trace.c21 static struct trace_point_head tp_list = STAILQ_HEAD_INITIALIZER(tp_list); variable
33 return &tp_list; in trace_list_head_get()
132 STAILQ_FOREACH(tp, &tp_list, next) in rte_trace_mode_set()
190 STAILQ_FOREACH(tp, &tp_list, next) { in rte_trace_pattern()
215 STAILQ_FOREACH(tp, &tp_list, next) { in rte_trace_regexp()
239 STAILQ_FOREACH(tp, &tp_list, next) in rte_trace_point_lookup()
284 struct trace_point_head *tp_list = trace_list_head_get(); in rte_trace_dump() local
299 STAILQ_FOREACH(tp, tp_list, next) in rte_trace_dump()
519 STAILQ_INSERT_TAIL(&tp_list, tp, next); in __rte_trace_point_register()
H A Deal_common_trace_utils.c40 struct trace_point_head *tp_list = trace_list_head_get(); in trace_entry_compare() local
44 STAILQ_FOREACH(tp, tp_list, next) { in trace_entry_compare()
59 struct trace_point_head *tp_list = trace_list_head_get(); in trace_has_duplicate_entry() local
63 STAILQ_FOREACH(tp, tp_list, next) in trace_has_duplicate_entry()
73 struct trace_point_head *tp_list = trace_list_head_get(); in trace_uuid_generate() local
79 STAILQ_FOREACH(tp, tp_list, next) { in trace_uuid_generate()
H A Deal_common_trace_ctf.c244 struct trace_point_head *tp_list = trace_list_head_get(); in trace_metadata_create() local
285 STAILQ_FOREACH(tp, tp_list, next) in trace_metadata_create()