Makefile.perf (2ac5e38ea4203852d6e99edd3cf11f044b0a409f) Makefile.perf (dd1d0044dd1c1bf84a9b3e1f24e43347b26b96a0)
1include ../scripts/Makefile.include
2include ../scripts/Makefile.arch
3
4# The default target of this Makefile is...
5all:
6
7include ../scripts/utilities.mak
8

--- 81 unchanged lines hidden (view full) ---

90# Define NO_SDT if you do not want to define SDT event in perf tools,
91# note that it doesn't disable SDT scanning support.
92#
93# Define FEATURES_DUMP to provide features detection dump file
94# and bypass the feature detection
95#
96# Define NO_JVMTI if you do not want jvmti agent built
97#
1include ../scripts/Makefile.include
2include ../scripts/Makefile.arch
3
4# The default target of this Makefile is...
5all:
6
7include ../scripts/utilities.mak
8

--- 81 unchanged lines hidden (view full) ---

90# Define NO_SDT if you do not want to define SDT event in perf tools,
91# note that it doesn't disable SDT scanning support.
92#
93# Define FEATURES_DUMP to provide features detection dump file
94# and bypass the feature detection
95#
96# Define NO_JVMTI if you do not want jvmti agent built
97#
98# Define NO_JVMTI_CMLR (debug only) if you do not want to process CMLR
99# data for java source lines.
100#
98# Define LIBCLANGLLVM if you DO want builtin clang and llvm support.
99# When selected, pass LLVM_CONFIG=/path/to/llvm-config to `make' if
100# llvm-config is not in $PATH.
101
102# Define NO_CORESIGHT if you do not want support for CoreSight trace decoding.
103
104# As per kernel Makefile, avoid funny character set dependencies
105unexport LC_ALL

--- 821 unchanged lines hidden ---
101# Define LIBCLANGLLVM if you DO want builtin clang and llvm support.
102# When selected, pass LLVM_CONFIG=/path/to/llvm-config to `make' if
103# llvm-config is not in $PATH.
104
105# Define NO_CORESIGHT if you do not want support for CoreSight trace decoding.
106
107# As per kernel Makefile, avoid funny character set dependencies
108unexport LC_ALL

--- 821 unchanged lines hidden ---