Home
last modified time | relevance | path

Searched refs:trace_state (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/kernel/trace/
H A Dsynth_event_gen_test.c317 struct synth_event_trace_state trace_state; in test_add_next_synth_val() local
328 ret = synth_event_add_next_val(777, &trace_state); in test_add_next_synth_val()
338 ret = synth_event_add_next_val(1000000, &trace_state); in test_add_next_synth_val()
343 ret = synth_event_add_next_val(1000, &trace_state); in test_add_next_synth_val()
358 ret = synth_event_add_next_val(395, &trace_state); in test_add_next_synth_val()
361 ret = synth_event_trace_end(&trace_state); in test_add_next_synth_val()
373 struct synth_event_trace_state trace_state; in test_add_synth_val() local
387 ret = synth_event_add_val("ts_ms", 1000, &trace_state); in test_add_synth_val()
400 &trace_state); in test_add_synth_val()
405 &trace_state); in test_add_synth_val()
[all …]
H A Dtrace_events_synth.c1658 memset(trace_state, '\0', sizeof(*trace_state)); in __synth_event_trace_init()
1700 trace_state->entry = trace_event_buffer_reserve(&trace_state->fbuffer, in __synth_event_trace_start()
1703 if (!trace_state->entry) { in __synth_event_trace_start()
1949 if (!trace_state) in synth_event_trace_start()
1976 if (!trace_state) { in __synth_event_add_val()
1983 if (trace_state->add_next) { in __synth_event_add_val()
1996 if (trace_state->disabled) in __synth_event_add_val()
1999 event = trace_state->event; in __synth_event_add_val()
2000 if (trace_state->add_name) { in __synth_event_add_val()
2018 entry = trace_state->entry; in __synth_event_add_val()
[all …]
H A Dblktrace.c157 if (unlikely(bt->trace_state != Blktrace_running && in __blk_trace_note_message()
232 if (unlikely(bt->trace_state != Blktrace_running && !blk_tracer)) in __blk_add_trace()
351 if (bt->trace_state != Blktrace_setup && in blk_trace_start()
352 bt->trace_state != Blktrace_stopped) in blk_trace_start()
357 bt->trace_state = Blktrace_running; in blk_trace_start()
368 if (bt->trace_state != Blktrace_running) in blk_trace_stop()
371 bt->trace_state = Blktrace_stopped; in blk_trace_stop()
608 bt->trace_state = Blktrace_setup; in do_blk_trace_setup()
/linux-6.15/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst49 # echo "enable" > trace_state
58 # echo "method" > /sys/module/acpi/parameters/trace_state
67 # echo "method-once" > /sys/module/acpi/parameters/trace_state
115 # echo "enable" > trace_state
124 # echo "method" > trace_state
133 # echo "method-once" > trace_state
142 # echo "opcode" > trace_state
151 # echo "opcode-opcode" > trace_state
184 trace_state
190 # echo string > /sys/module/acpi/parameters/trace_state
[all …]
/linux-6.15/Documentation/trace/
H A Devents.rst870 struct synth_event_trace_state trace_state;
896 ret = synth_event_add_next_val(777, &trace_state);
899 ret = synth_event_add_next_val((u64)"slinky", &trace_state);
902 ret = synth_event_add_next_val(1000000, &trace_state);
905 ret = synth_event_add_next_val(1000, &trace_state);
914 ret = synth_event_add_next_val(395, &trace_state);
925 &trace_state);
926 ret = synth_event_add_val("ts_ns", 1000000, &trace_state);
927 ret = synth_event_add_val("ts_ms", 1000, &trace_state);
930 &trace_state);
[all …]
/linux-6.15/include/linux/
H A Dtrace_events.h577 struct synth_event_trace_state *trace_state);
579 struct synth_event_trace_state *trace_state);
581 struct synth_event_trace_state *trace_state);
582 extern int synth_event_trace_end(struct synth_event_trace_state *trace_state);
H A Dblktrace_api.h17 int trace_state; member
/linux-6.15/arch/arm/mach-omap2/
H A Dpowerdomain.c164 int prev, next, state, trace_state = 0; in _pwrdm_state_switch() local
187 trace_state = (PWRDM_TRACE_STATES_FLAG | in _pwrdm_state_switch()
191 trace_state, in _pwrdm_state_switch()
/linux-6.15/net/core/
H A Ddrop_monitor.c50 static int trace_state = TRACE_OFF; variable
1227 if (state == trace_state) { in set_all_monitor_traces()
1245 trace_state = state; in set_all_monitor_traces()
1254 return trace_state == TRACE_ON || monitor_hw; in net_dm_is_monitoring()
/linux-6.15/drivers/acpi/
H A Dsysfs.c267 module_param_call(trace_state, param_set_trace_state, param_get_trace_state,