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()
177 snprintf(eventbuf, sizeof(eventbuf), in procexit_to_json()
192 snprintf(eventbuf, sizeof(eventbuf), in procfork_to_json()
205 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\"}\n", in sysexit_to_json()
217 snprintf(eventbuf, sizeof(eventbuf), "%s, \"userdata\": \"0x%08x\"}\n", in userdata_to_json()
229 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", " in map_in_to_json()
243 snprintf(eventbuf, sizeof(eventbuf), "%s, \"pid\": \"%d\", " in map_out_to_json()
260 snprintf(eventbuf, sizeof(eventbuf), in callchain_to_json()
267 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\", ", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()
270 snprintf(eventbuf, sizeof(eventbuf), "\"0x%016jx\"]}\n", (uintmax_t)ev->pl_u.pl_cc.pl_pc[i]); in callchain_to_json()
282 snprintf(eventbuf, sizeof(eventbuf), in pmcallocatedyn_to_json()
296 snprintf(eventbuf, sizeof(eventbuf), in proccreate_to_json()
310 snprintf(eventbuf, sizeof(eventbuf), in threadcreate_to_json()
324 snprintf(eventbuf, sizeof(eventbuf), "%s, \"tid\": \"%d\"}\n", in threadexit_to_json()