Lines Matching refs:snprintf

79 	snprintf(eventbuf, sizeof(eventbuf), "%s, \"tsc\": \"%jd\"",  in startentry()
91 snprintf(eventbuf, sizeof(eventbuf), in initialize_to_json()
107 snprintf(eventbuf, sizeof(eventbuf), in pmcallocate_to_json()
122 snprintf(eventbuf, sizeof(eventbuf), in pmcattach_to_json()
136 snprintf(eventbuf, sizeof(eventbuf), in pmcdetach_to_json()
150 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pmcid\": \"0x%08x\", \"pid\": \"%d\" " in proccsw_to_json()
164 snprintf(eventbuf, sizeof(eventbuf), in procexec_to_json()
179 snprintf(eventbuf, sizeof(eventbuf), in procexit_to_json()
194 snprintf(eventbuf, sizeof(eventbuf), in procfork_to_json()
207 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\"}\n", in sysexit_to_json()
219 snprintf(eventbuf, sizeof(eventbuf), "%s, \"userdata\": \"0x%08x\"}\n", in userdata_to_json()
231 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", " in map_in_to_json()
245 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", " in map_out_to_json()
262 snprintf(eventbuf, sizeof(eventbuf), in callchain_to_json()
269 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\", ", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()
272 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\"]}\n", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()
284 snprintf(eventbuf, sizeof(eventbuf), in pmcallocatedyn_to_json()
298 snprintf(eventbuf, sizeof(eventbuf), in proccreate_to_json()
312 snprintf(eventbuf, sizeof(eventbuf), in threadcreate_to_json()
326 snprintf(eventbuf, sizeof(eventbuf), "%s, \"tid\": \"%d\"}\n", in threadexit_to_json()