Lines Matching full:feature
12 'perf check' {feature <feature_list>} [<options>]
19 If the subcommand 'feature' is used, then status of feature is printed
22 Also, 'perf check feature' returns with exit status 0 if the feature
28 feature::
30 Print whether feature(s) is compiled-in or not, and also returns with an
31 exit status of 0, if passed feature(s) are compiled-in, else 1.
33 It expects a feature list as an argument. There can be a single feature
38 The feature names/macros are case-insensitive.
41 perf check feature libtraceevent
42 perf check feature HAVE_LIBTRACEEVENT
43 perf check feature libtraceevent,bpf
45 Supported feature names/macro:
80 This can be used along with subcommands such as 'perf check feature'
82 'perf check feature --quiet libtraceevent'