Closed brendangregg closed 6 years ago
# ./src/bpftrace -e 'kprobe:sys_nanosleep { printf("%d %d %s\n", tid, pid, comm); }' Attaching 1 probe... 1396 1396 iscsid 3669 3645 mysqld # ./src/bpftrace -e 'kprobe:sys_nanosleep { printf("%-6d %6d %s\n", tid, pid, comm); }' printf: Too many arguments for format string (3 supplied, 1 expected)
This ticket is for format widths and justification.
This ticket is for format widths and justification.