git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/ice: fix perfect match for ACL rule
[dpdk.git]
/
app
/
test
/
test_trace.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(C) 2020 Marvell International Ltd.
3
*/
4
#include <rte_trace_point.h>
5
6
RTE_TRACE_POINT(
7
app_dpdk_test_tp,
8
RTE_TRACE_POINT_ARGS(const char *str),
9
rte_trace_point_emit_string(str);
10
)
11
12
RTE_TRACE_POINT_FP(
13
app_dpdk_test_fp,
14
RTE_TRACE_POINT_ARGS(void),
15
)