Lines Matching refs:trace_state

321 	struct synth_event_trace_state trace_state;  in test_add_next_synth_val()  local
325 ret = synth_event_trace_start(gen_synth_test, &trace_state); in test_add_next_synth_val()
332 ret = synth_event_add_next_val(777, &trace_state); in test_add_next_synth_val()
337 ret = synth_event_add_next_val((u64)(long)"slinky", &trace_state); in test_add_next_synth_val()
342 ret = synth_event_add_next_val(1000000, &trace_state); in test_add_next_synth_val()
347 ret = synth_event_add_next_val(1000, &trace_state); in test_add_next_synth_val()
352 ret = synth_event_add_next_val(raw_smp_processor_id(), &trace_state); in test_add_next_synth_val()
357 ret = synth_event_add_next_val((u64)(long)"thneed_2.01", &trace_state); in test_add_next_synth_val()
362 ret = synth_event_add_next_val(395, &trace_state); in test_add_next_synth_val()
365 ret = synth_event_trace_end(&trace_state); in test_add_next_synth_val()
377 struct synth_event_trace_state trace_state; in test_add_synth_val() local
381 ret = synth_event_trace_start(gen_synth_test, &trace_state); in test_add_synth_val()
387 ret = synth_event_add_val("ts_ns", 1000000, &trace_state); in test_add_synth_val()
391 ret = synth_event_add_val("ts_ms", 1000, &trace_state); in test_add_synth_val()
395 ret = synth_event_add_val("cpu", raw_smp_processor_id(), &trace_state); in test_add_synth_val()
399 ret = synth_event_add_val("next_pid_field", 777, &trace_state); in test_add_synth_val()
404 &trace_state); in test_add_synth_val()
409 &trace_state); in test_add_synth_val()
413 ret = synth_event_add_val("my_int_field", 3999, &trace_state); in test_add_synth_val()
416 ret = synth_event_trace_end(&trace_state); in test_add_synth_val()