Searched refs:tp_list (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_trace.c | 22 static struct trace_point_head tp_list = STAILQ_HEAD_INITIALIZER(tp_list); variable 34 return &tp_list; in trace_list_head_get() 133 STAILQ_FOREACH(tp, &tp_list, next) in rte_trace_mode_set() 191 STAILQ_FOREACH(tp, &tp_list, next) { in rte_trace_pattern() 216 STAILQ_FOREACH(tp, &tp_list, next) { in rte_trace_regexp() 240 STAILQ_FOREACH(tp, &tp_list, next) in rte_trace_point_lookup() 285 struct trace_point_head *tp_list = trace_list_head_get(); in rte_trace_dump() local 300 STAILQ_FOREACH(tp, tp_list, next) in rte_trace_dump() 521 STAILQ_INSERT_TAIL(&tp_list, tp, next); in __rte_trace_point_register()
|
| H A D | eal_common_trace_utils.c | 40 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 D | eal_common_trace_ctf.c | 245 struct trace_point_head *tp_list = trace_list_head_get(); in trace_metadata_create() local 286 STAILQ_FOREACH(tp, tp_list, next) in trace_metadata_create()
|