Searched refs:snprintf_hex (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-event.c | 26 static int snprintf_hex(char *buf, size_t size, unsigned char *data, size_t len) in snprintf_hex() function 134 name_len += snprintf_hex(buf + name_len, size - name_len, in synthesize_bpf_prog_name()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf-event.c | 25 static int snprintf_hex(char *buf, size_t size, unsigned char *data, size_t len) in snprintf_hex() function 135 name_len += snprintf_hex(buf + name_len, size - name_len, in synthesize_bpf_prog_name()
|
Completed in 2 milliseconds