common: add more bytecode helpers
[lttng-tools.git] / tests / perf / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 if LTTNG_TOOLS_BUILD_WITH_LIBPFM
4 LIBS += -lpfm
5
6 TESTS = test_perf_raw
7
8 noinst_PROGRAMS = find_event
9 find_event_SOURCES = find_event.c
10 endif
This page took 0.031236 seconds and 4 git commands to generate.