Searched refs:trace_options (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 114 trace_options: 124 trace option (also in trace_options). Options may also be set 712 trace_options 715 The trace_options file (or the options directory) is used to control 719 cat trace_options 750 echo noprint-parent > trace_options 754 echo sym-offset > trace_options 1935 hide: echo nofuncgraph-cpu > trace_options 1936 show: echo funcgraph-cpu > trace_options 1943 hide: echo nofuncgraph-duration > trace_options [all …]
|
/linux-4.4.14/kernel/trace/ |
D | trace.h | 173 struct trace_options { struct 243 struct trace_options *topts;
|
D | trace.c | 876 static const char *trace_options[] = { variable 3486 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 3488 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 3490 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 3600 for (i = 0; trace_options[i]; i++) { in trace_set_options() 3601 if (strcmp(cmp, trace_options[i]) == 0) { in trace_set_options() 3608 if (!trace_options[i]) in trace_set_options() 6375 struct trace_options *tr_topts; in create_trace_option_files() 6460 for (i = 0; trace_options[i]; i++) { in create_trace_options_dir() 6463 create_trace_option_core_file(tr, trace_options[i], i); in create_trace_options_dir()
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 3050 const struct option trace_options[] = { in cmd_trace() local 3111 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, in cmd_trace()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3771 trace_options=[option-list] 3777 /sys/kernel/debug/tracing/trace_options 3782 trace_options=stacktrace
|