Lines Matching refs:snprintf

77 	snprintf(eventbuf, sizeof(eventbuf), "%s, \"tsc\": \"%jd\"",  in startentry()
89 snprintf(eventbuf, sizeof(eventbuf), in initialize_to_json()
105 snprintf(eventbuf, sizeof(eventbuf), in pmcallocate_to_json()
120 snprintf(eventbuf, sizeof(eventbuf), in pmcattach_to_json()
134 snprintf(eventbuf, sizeof(eventbuf), in pmcdetach_to_json()
148 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pmcid\": \"0x%08x\", \"pid\": \"%d\" " in proccsw_to_json()
162 snprintf(eventbuf, sizeof(eventbuf), in procexec_to_json()
180 snprintf(eventbuf, sizeof(eventbuf), in procexit_to_json()
195 snprintf(eventbuf, sizeof(eventbuf), in procfork_to_json()
208 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\"}\n", in sysexit_to_json()
220 snprintf(eventbuf, sizeof(eventbuf), "%s, \"userdata\": \"0x%08x\"}\n", in userdata_to_json()
232 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", " in map_in_to_json()
246 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", " in map_out_to_json()
263 snprintf(eventbuf, sizeof(eventbuf), in callchain_to_json()
270 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\", ", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()
273 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\"]}\n", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()
285 snprintf(eventbuf, sizeof(eventbuf), in pmcallocatedyn_to_json()
299 snprintf(eventbuf, sizeof(eventbuf), in proccreate_to_json()
313 snprintf(eventbuf, sizeof(eventbuf), in threadcreate_to_json()
327 snprintf(eventbuf, sizeof(eventbuf), "%s, \"tid\": \"%d\"}\n", in threadexit_to_json()