examples: restore trace point
authorDavid Marchand <david.marchand@redhat.com>
Sat, 14 Nov 2020 09:05:33 +0000 (10:05 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 15 Nov 2020 14:35:11 +0000 (15:35 +0100)
commitbc8e32473cc3978d763a1387eaa8244bcf75e77d
treef3122691c710f22713008280636ec4184746fd29
parent090693344b38ac720a2a5a9bf3f8a0b1c29bfbdf
examples: restore trace point

Before make removal, those examples were built with experimental flag
for tracepoints to be compiled in but the pkg-config part of those
makefiles were missed.

Fixes: 78d44153de8f ("ethdev: add tracepoints")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
33 files changed:
examples/cmdline/Makefile
examples/distributor/Makefile
examples/ethtool/ethtool-app/Makefile
examples/eventdev_pipeline/Makefile
examples/flow_filtering/Makefile
examples/helloworld/Makefile
examples/ioat/Makefile
examples/ip_reassembly/Makefile
examples/ipv4_multicast/Makefile
examples/l2fwd-cat/Makefile
examples/l2fwd-event/Makefile
examples/l2fwd-jobstats/Makefile
examples/l2fwd-keepalive/Makefile
examples/l2fwd-keepalive/ka-agent/Makefile
examples/l3fwd-acl/Makefile
examples/link_status_interrupt/Makefile
examples/multi_process/client_server_mp/mp_client/Makefile
examples/multi_process/client_server_mp/mp_server/Makefile
examples/multi_process/hotplug_mp/Makefile
examples/multi_process/simple_mp/Makefile
examples/multi_process/symmetric_mp/Makefile
examples/packet_ordering/Makefile
examples/ptpclient/Makefile
examples/qos_sched/Makefile
examples/server_node_efd/node/Makefile
examples/server_node_efd/server/Makefile
examples/service_cores/Makefile
examples/skeleton/Makefile
examples/timer/Makefile
examples/vm_power_manager/Makefile
examples/vm_power_manager/guest_cli/Makefile
examples/vmdq/Makefile
examples/vmdq_dcb/Makefile