Lines Matching refs:trace_state

317 	struct synth_event_trace_state trace_state;  in test_add_next_synth_val()  local
321 ret = synth_event_trace_start(gen_synth_test, &trace_state); in test_add_next_synth_val()
328 ret = synth_event_add_next_val(777, &trace_state); in test_add_next_synth_val()
333 ret = synth_event_add_next_val((u64)(long)"slinky", &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()
348 ret = synth_event_add_next_val(raw_smp_processor_id(), &trace_state); in test_add_next_synth_val()
353 ret = synth_event_add_next_val((u64)(long)"thneed_2.01", &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
377 ret = synth_event_trace_start(gen_synth_test, &trace_state); in test_add_synth_val()
383 ret = synth_event_add_val("ts_ns", 1000000, &trace_state); in test_add_synth_val()
387 ret = synth_event_add_val("ts_ms", 1000, &trace_state); in test_add_synth_val()
391 ret = synth_event_add_val("cpu", raw_smp_processor_id(), &trace_state); in test_add_synth_val()
395 ret = synth_event_add_val("next_pid_field", 777, &trace_state); in test_add_synth_val()
400 &trace_state); in test_add_synth_val()
405 &trace_state); in test_add_synth_val()
409 ret = synth_event_add_val("my_int_field", 3999, &trace_state); in test_add_synth_val()
412 ret = synth_event_trace_end(&trace_state); in test_add_synth_val()