]> granicus.if.org Git - strace/commit
Use tprints instead of tprintf in a few more places
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 18 Feb 2017 00:58:17 +0000 (00:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 17 Feb 2017 23:19:58 +0000 (23:19 +0000)
commit55d126a8d7dfedf51a862c377db36ce674b478d1
tree0ca49385baf8d689e1e2b53cef0c2ef8e060cd0f
parent5b2e59a41379f5f3d4f1df49bdf04623be770353
Use tprints instead of tprintf in a few more places

* bpf.c (bpf_obj_manage, bpf_prog_attach_detach): Replace tprintf
with tprints for printing strings without format specifiers.
* dm.c (dm_decode_dm_target_spec): Likewise.
* mq.c (SYS_FUNC(mq_timedreceive)): Likewise.
* perf.c (print_perf_event_attr): Likewise.
* syscall.c (trace_syscall_exiting): Likewise.
bpf.c
dm.c
mq.c
perf.c
syscall.c