/tools/perf/trace/beauty/ |
D | prctl.c | 16 static size_t prctl__scnprintf_option(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_option() argument 18 return strarray__scnprintf(&strarray__prctl_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_option() 21 static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_set_mm() argument 24 return strarray__scnprintf(&strarray__prctl_set_mm_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_set_mm() 29 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg2() local 31 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg2() 37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2() 45 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg3() local 47 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg3() 55 unsigned long option = arg->val; in syscall_arg__scnprintf_prctl_option() local [all …]
|
D | arch_prctl.c | 23 static size_t x86_arch_prctl__scnprintf_code(int option, char *bf, size_t size, bool show_prefix) in x86_arch_prctl__scnprintf_code() argument 25 …return strarrays__scnprintf(&strarrays__x86_arch_prctl_codes, bf, size, "%#x", show_prefix, option… in x86_arch_prctl__scnprintf_code()
|
/tools/include/linux/ |
D | kconfig.h | 44 #define IS_BUILTIN(option) __is_defined(option) argument 50 #define IS_MODULE(option) __is_defined(option##_MODULE) argument 58 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \ argument 59 __and(IS_MODULE(option), __is_defined(MODULE))) 65 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option)) argument
|
/tools/bpf/ |
D | bpf_exp.l | 36 %option align 37 %option ecs 39 %option nounput 40 %option noreject 41 %option noinput 42 %option noyywrap 44 %option 8bit 45 %option caseless 46 %option yylineno
|
/tools/perf/Documentation/ |
D | intel-bts.txt | 17 recording must also be stipulated i.e. the --per-thread option for 28 option is: 32 Currently Intel BTS is limited to per-thread tracing so the --per-thread option 36 snapshot option 39 The snapshot option is the same as Intel PT (refer Intel PT documentation). 42 auxtrace mmap size option 45 The mmap size option is the same as Intel PT (refer Intel PT documentation). 52 This can be further controlled by option --itrace. The --itrace option is 57 To disable trace decoding entirely, use the option --no-itrace. 60 dump option [all …]
|
D | perf-config.txt | 11 'perf config' [<file-option>] [section.name[=value] ...] 13 'perf config' [<file-option>] -l | --list 213 Can be overridden by the --proc-map-timeout option on supported 247 supported by binutils, such as "intel", see the '-M' option help in the 252 this option lets 'annotate' print a list of assembly code with the source code. 254 If this option is 'true', they can be printed 262 But if this option is 'false', source code of the part 276 This option works with tui, stdio2 browsers. 292 Default is true. This option is only applied to TUI. 296 This option works with tui, stdio2 browsers. [all …]
|
D | perf-help.txt | 19 If the option '--all' or '-a' is given, then all available commands are 34 option supersedes any other option.
|
D | perf-kmem.txt | 47 migtype, gfp' for page. This option should be preceded by one of the 65 default, but this option shows live (currently allocated) pages 66 instead. (This option works with --page option only)
|
/tools/perf/util/ |
D | parse-regs-options.h | 4 struct option; 5 int parse_user_regs(const struct option *opt, const char *str, int unset); 6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
|
D | clockid.h | 6 struct option; 7 int parse_clockid(const struct option *opt, const char *str, int unset);
|
D | pfm.h | 13 int parse_libpfm_events_option(const struct option *opt, const char *str, 22 const struct option *opt __maybe_unused, in parse_libpfm_events_option()
|
D | record.h | 12 struct option; 80 extern struct option *record_options; 82 int record__parse_freq(const struct option *opt, const char *str, int unset);
|
D | parse-regs-options.c | 13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() 90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() 96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs()
|
D | cgroup.h | 9 struct option; 33 int parse_cgroups(const struct option *opt, const char *str, int unset);
|
D | expr.l | 1 %option prefix="expr_" 2 %option reentrant 3 %option bison-bridge
|
D | metricgroup.h | 13 struct option; 42 int metricgroup__parse_groups(const struct option *opt,
|
/tools/lib/traceevent/ |
D | event-plugin.c | 32 char *option; member 161 update_option(const char *file, struct tep_plugin_option *option) in update_option() argument 167 if (option->plugin_alias) { in update_option() 168 plugin = strdup(option->plugin_alias); in update_option() 187 if (strcmp(op->option, option->name) != 0) in update_option() 190 ret = update_option_value(option, op->value); in update_option() 200 if (strcmp(op->option, option->name) != 0) in update_option() 203 ret = update_option_value(option, op->value); in update_option() 257 static int parse_option_name(char **option, char **plugin) in parse_option_name() argument 263 if ((p = strstr(*option, ":"))) { in parse_option_name() [all …]
|
/tools/lib/subcmd/ |
D | parse-options.h | 55 struct option; 56 typedef int parse_opt_cb(const struct option *, const char *arg, int unset); 101 struct option { struct 115 const struct option *parent; argument 177 const struct option *options, 181 const struct option *options, 186 const struct option *options); 189 const struct option *options, 212 const struct option *excl_opt; 217 const struct option *opts, [all …]
|
D | parse-options.c | 20 static int opterror(const struct option *opt, const char *reason, int flags) in opterror() 38 static void optwarning(const struct option *opt, const char *reason, int flags) in optwarning() 48 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() 70 const struct option *opt, int flags) in get_value() 345 static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options) in parse_short_opt() 364 const struct option *options) in parse_long_opt() 367 const struct option *abbrev_option = NULL, *ambiguous_option = NULL; in parse_long_opt() 476 static void check_typos(const char *arg, const struct option *options) in check_typos() 511 const struct option *, int, 515 const struct option *options, in parse_options_step() [all …]
|
/tools/include/tools/ |
D | config.h | 32 #define IS_BUILTIN(option) __is_defined(option) argument
|
/tools/perf/ui/ |
D | ui.h | 30 struct option; 32 int stdio__config_color(const struct option *opt, const char *mode, int unset);
|
/tools/testing/selftests/bpf/ |
D | test_tcp_hdr_options.h | 25 #define TEST_OPTION_FLAGS(flags, option) (1 & ((flags) >> (option))) argument 26 #define SET_OPTION_FLAGS(flags, option) ((flags) |= (1 << (option))) argument
|
/tools/thermal/tmon/ |
D | Makefile | 9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS} 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
/tools/testing/ktest/ |
D | ktest.pl | 1232 foreach my $option (keys %opt) { 1233 my $op = $option; 1247 foreach my $option (keys %not_used) { 1248 print "$option\n"; 1258 my ($name, $option, $i) = @_; 1261 $option = " $option"; 1276 while ($option =~ /(.*?[^\\])\$\{(.*?)\}(.*)/) { 1311 $option = $end; 1314 $retval = "$retval$option"; 1322 my ($name, $option, $i) = @_; [all …]
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | Makefile | 12 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 15 LDFLAGS += $(no-pie-option)
|