Searched refs:trace_state (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | synth_event_gen_test.c | 317 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 D | trace_events_synth.c | 1634 memset(trace_state, '\0', sizeof(*trace_state)); in __synth_event_trace_init() 1676 trace_state->entry = trace_event_buffer_reserve(&trace_state->fbuffer, in __synth_event_trace_start() 1679 if (!trace_state->entry) { in __synth_event_trace_start() 1925 if (!trace_state) in synth_event_trace_start() 1952 if (!trace_state) { in __synth_event_add_val() 1959 if (trace_state->add_next) { in __synth_event_add_val() 1972 if (trace_state->disabled) in __synth_event_add_val() 1975 event = trace_state->event; in __synth_event_add_val() 1976 if (trace_state->add_name) { in __synth_event_add_val() 1994 entry = trace_state->entry; in __synth_event_add_val() [all …]
|
H A D | blktrace.c | 157 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() 609 bt->trace_state = Blktrace_setup; in do_blk_trace_setup()
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | method-tracing.rst | 49 # 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 …]
|
/openbmc/linux/Documentation/trace/ |
H A D | events.rst | 846 struct synth_event_trace_state trace_state; 872 ret = synth_event_add_next_val(777, &trace_state); 875 ret = synth_event_add_next_val((u64)"slinky", &trace_state); 878 ret = synth_event_add_next_val(1000000, &trace_state); 881 ret = synth_event_add_next_val(1000, &trace_state); 890 ret = synth_event_add_next_val(395, &trace_state); 901 &trace_state); 902 ret = synth_event_add_val("ts_ns", 1000000, &trace_state); 903 ret = synth_event_add_val("ts_ms", 1000, &trace_state); 906 &trace_state); [all …]
|
/openbmc/linux/include/linux/ |
H A D | trace_events.h | 583 struct synth_event_trace_state *trace_state); 585 struct synth_event_trace_state *trace_state); 587 struct synth_event_trace_state *trace_state); 588 extern int synth_event_trace_end(struct synth_event_trace_state *trace_state);
|
H A D | blktrace_api.h | 17 int trace_state; member
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | powerdomain.c | 164 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()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | pci.c | 1533 u64 trace_state, trace_mask; in cxl_stop_trace_psl9() local 1538 trace_state = cxl_p1_read(adapter, CXL_PSL9_CTCCFG); in cxl_stop_trace_psl9() 1540 trace_state = (trace_state & trace_mask) >> (62 - traceid * 2); in cxl_stop_trace_psl9() 1542 traceid, trace_state); in cxl_stop_trace_psl9() 1545 if (trace_state != CXL_PSL9_TRACESTATE_FIN) in cxl_stop_trace_psl9()
|
/openbmc/linux/net/core/ |
H A D | drop_monitor.c | 50 static int trace_state = TRACE_OFF; variable 1224 if (state == trace_state) { in set_all_monitor_traces() 1242 trace_state = state; in set_all_monitor_traces() 1251 return trace_state == TRACE_ON || monitor_hw; in net_dm_is_monitoring()
|
/openbmc/linux/drivers/acpi/ |
H A D | sysfs.c | 267 module_param_call(trace_state, param_set_trace_state, param_get_trace_state,
|