• Home
  • Raw
  • Download

Lines Matching refs:vals

48 	u64 vals[7];  in test_gen_synth_cmd()  local
113 vals[0] = 777; /* next_pid_field */ in test_gen_synth_cmd()
114 vals[1] = (u64)(long)"hula hoops"; /* next_comm_field */ in test_gen_synth_cmd()
115 vals[2] = 1000000; /* ts_ns */ in test_gen_synth_cmd()
116 vals[3] = 1000; /* ts_ms */ in test_gen_synth_cmd()
117 vals[4] = raw_smp_processor_id(); /* cpu */ in test_gen_synth_cmd()
118 vals[5] = (u64)(long)"thneed"; /* my_string_field */ in test_gen_synth_cmd()
119 vals[6] = 598; /* my_int_field */ in test_gen_synth_cmd()
122 ret = synth_event_trace_array(gen_synth_test, vals, ARRAY_SIZE(vals)); in test_gen_synth_cmd()
139 u64 vals[7]; in test_empty_synth_event() local
218 vals[0] = 777; /* next_pid_field */ in test_empty_synth_event()
219 vals[1] = (u64)(long)"tiddlywinks"; /* next_comm_field */ in test_empty_synth_event()
220 vals[2] = 1000000; /* ts_ns */ in test_empty_synth_event()
221 vals[3] = 1000; /* ts_ms */ in test_empty_synth_event()
222 vals[4] = raw_smp_processor_id(); /* cpu */ in test_empty_synth_event()
223 vals[5] = (u64)(long)"thneed_2.0"; /* my_string_field */ in test_empty_synth_event()
224 vals[6] = 399; /* my_int_field */ in test_empty_synth_event()
227 ret = synth_event_trace_array(empty_synth_test, vals, ARRAY_SIZE(vals)); in test_empty_synth_event()
255 u64 vals[9]; in test_create_synth_event() local
290 vals[0] = 777; /* next_pid_field */ in test_create_synth_event()
291 vals[1] = (u64)(long)"tiddlywinks"; /* next_comm_field */ in test_create_synth_event()
292 vals[2] = 1000000; /* ts_ns */ in test_create_synth_event()
293 vals[3] = (u64)(long)"xrayspecs"; /* dynstring_field_1 */ in test_create_synth_event()
294 vals[4] = 1000; /* ts_ms */ in test_create_synth_event()
295 vals[5] = raw_smp_processor_id(); /* cpu */ in test_create_synth_event()
296 vals[6] = (u64)(long)"thneed"; /* my_string_field */ in test_create_synth_event()
297 vals[7] = (u64)(long)"kerplunk"; /* dynstring_field_2 */ in test_create_synth_event()
298 vals[8] = 398; /* my_int_field */ in test_create_synth_event()
301 ret = synth_event_trace_array(create_synth_test, vals, ARRAY_SIZE(vals)); in test_create_synth_event()