Searched refs:trace_options (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_lwt_bpf.sh | 25 CONTEXT_INFO=$(cat ${TRACE_ROOT}/trace_options | grep context) 373 echo nocontext-info > ${TRACE_ROOT}/trace_options 404 echo $CONTEXT_INFO > ${TRACE_ROOT}/trace_options
|
/kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 152 set_array_of ${instance}.options ${instancedir}/trace_options
|
H A D | ftrace2bconf.sh | 202 for i in `cat $INSTANCE/trace_options`; do
|
/kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
H A D | ftrace2bconf.sh | 219 for i in `cat $INSTANCE/trace_options`; do
|
H A D | bconf2ftrace.sh | 253 set_array_of ${instance}.options ${instancedir}/trace_options
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.h | 204 struct trace_options { struct 354 struct trace_options *topts; 474 const char *name; /* Will appear on the trace_options file */ 516 * @set_flag: signals one of your private flags changed (trace_options file) 1333 * NOTE: These bits must match the trace_options array in
|
H A D | trace.c | 239 __setup("trace_options=", set_trace_boot_options); 410 /* trace_flags holds trace_options default values */ 418 /* trace_options that are only supported by global_trace */ 1540 static const char *trace_options[] = { variable 4953 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 4955 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 4957 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 5103 ret = match_string(trace_options, -1, cmp); in trace_set_options() 5223 " trace_options\t\t- Set format or modify how tracing happens\n" 8577 struct trace_options *tr_topt in create_trace_option_files() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.h | 220 struct trace_options { struct 385 struct trace_options *topts; 511 const char *name; /* Will appear on the trace_options file */ 553 * @set_flag: signals one of your private flags changed (trace_options file) 1219 * NOTE: These bits must match the trace_options array in
|
H A D | trace.c | 291 __setup("trace_options=", set_trace_boot_options); 469 /* trace_flags holds trace_options default values */ 478 /* trace_options that are only supported by global_trace */ 1587 static const char *trace_options[] = { variable 5374 for (i = 0; trace_options[i]; i++) { in tracing_trace_options_show() 5376 seq_printf(m, "%s\n", trace_options[i]); in tracing_trace_options_show() 5378 seq_printf(m, "no%s\n", trace_options[i]); in tracing_trace_options_show() 5524 ret = match_string(trace_options, -1, cmp); in trace_set_options() 5644 " trace_options\t\t- Set format or modify how tracing happens\n" 9175 struct trace_options *tr_topt in create_trace_option_files() [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 4752 const struct option trace_options[] = { local 4866 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, 4902 usage_with_options_msg(trace_usage, trace_options,
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 4707 const struct option trace_options[] = { local 4824 argc = parse_options_subcommand(argc, argv, trace_options, trace_subcommands, 4861 usage_with_options_msg(trace_usage, trace_options,
|
Completed in 44 milliseconds