Searched refs:tprints_comment (Results 1 – 20 of 20) sorted by relevance
/external/strace/ |
D | xlat.c | 158 tprints_comment(str); in printxvals_ex() 169 tprints_comment(dflt); in printxvals_ex() 236 tprints_comment(s); in printxval_sized() 244 tprints_comment(dflt); in printxval_sized() 456 tprints_comment(dflt); in printflags_ex() 477 tprints_comment(str); in print_xlat_ex() 495 tprints_comment(str); in print_xlat_ex()
|
D | dm.c | 190 tprints_comment("misplaced struct dm_target_spec"); in dm_decode_dm_target_spec() 248 tprints_comment("misplaced struct dm_target_deps"); in dm_decode_dm_target_deps() 334 tprints_comment("misplaced struct dm_name_list"); in dm_decode_dm_name_list() 391 tprints_comment("misplaced struct dm_target_versions"); in dm_decode_dm_target_versions() 426 tprints_comment("misplaced struct dm_target_msg"); in dm_decode_dm_target_msg() 449 tprints_comment("misplaced string"); in dm_decode_string() 528 tprints_comment("unsupported device mapper ABI version"); in dm_known_ioctl() 535 tprints_comment("data_size too small"); in dm_known_ioctl()
|
D | utime.c | 19 tprints_comment(sprinttime(u.actime)); in SYS_FUNC() 21 tprints_comment(sprinttime(u.modtime)); in SYS_FUNC()
|
D | bpf_filter.c | 69 tprints_comment("BPF_???"); in print_bpf_filter_code() 91 tprints_comment("BPF_???"); in print_bpf_filter_code() 123 tprints_comment("BPF_???"); in print_bpf_filter_code()
|
D | futex.c | 110 tprints_comment(comment); in SYS_FUNC() 115 tprints_comment(comment); in SYS_FUNC()
|
D | print_timespec.c | 67 ? tprints_comment : tprints)(t->tv_nsec == UTIME_NOW in print_timespec_t_utime() 72 tprints_comment(sprinttime_nsec(t->tv_sec, in print_timespec_t_utime()
|
D | perf.c | 221 tprints_comment("PERF_COUNT_HW_CACHE_???"); in print_perf_event_attr() 291 tprints_comment(precise_ip_desc[attr->precise_ip]); in print_perf_event_attr() 324 tprints_comment("Bits 63..29"); in print_perf_event_attr()
|
D | s390.c | 450 tprints_comment("unlimited"); \ 678 tprints_comment("z/VM is the hypervisor"); in print_sthyi_hypervisor() 681 tprints_comment("unknown hypervisor type"); in print_sthyi_hypervisor() 777 tprints_comment("General Purpose (CP)"); in print_sthyi_guest() 780 tprints_comment("unknown"); in print_sthyi_guest() 799 tprints_comment("General Purpose (CP)"); in print_sthyi_guest() 802 tprints_comment("Integrated Facility for Linux (IFL)"); in print_sthyi_guest() 805 tprints_comment("unknown"); in print_sthyi_guest()
|
D | print_timeval.c | 52 tprints_comment(sprinttime_usec(t->tv_sec, in print_timeval_t_utime() 147 tprints_comment(sprinttime_usec(t->tv_sec, in print_timeval32_t_utime()
|
D | print_time.c | 42 tprints_comment(sprinttime(t)); in SYS_FUNC()
|
D | btrfs.c | 474 tprints_comment(sprinttime_nsec(sec, nsec)); in print_btrfs_timespec() 668 tprints_comment(sprinttime(args.status.time_started)); in MPERS_PRINTER_DECL() 671 tprints_comment(sprinttime(args.status.time_stopped)); in MPERS_PRINTER_DECL() 723 tprints_comment("supported"); in MPERS_PRINTER_DECL() 727 tprints_comment("safe to set"); in MPERS_PRINTER_DECL() 731 tprints_comment("safe to clear"); in MPERS_PRINTER_DECL()
|
D | print_struct_stat.c | 72 tprints_comment(sprinttime_nsec(st->field, \ in print_struct_stat()
|
D | dirent64.c | 113 tprints_comment("d_reclen < offsetof(struct dirent64, d_name)"); in SYS_FUNC()
|
D | statx.c | 63 tprints_comment(sprinttime_nsec(stx.field.sec, \ in SYS_FUNC()
|
D | dirent.c | 146 tprints_comment("d_reclen < sizeof(struct dirent)"); in SYS_FUNC()
|
D | sockaddr.c | 299 (xs == XLAT_STYLE_VERBOSE ? tprints_comment : tprints)(addr_str); in print_ax25_addr()
|
D | v4l2.c | 134 tprints_comment(pixfmt_name); in print_pixelformat()
|
D | defs.h | 1149 extern void tprints_comment(const char *str);
|
D | strace.c | 577 tprints_comment(const char *const str) in tprints_comment() function
|
D | ChangeLog | 16501 to format a string representation of time, use tprints_comment 16589 representation of time, use tprints_comment to print it as a comment. 16593 representation of time, use tprints_comment to print it as a comment. 16606 Introduce tprintf_comment and tprints_comment functions. 16607 * defs.h (tprintf_comment, tprints_comment): New prototypes. 16610 (tprintf_comment, tprints_comment): New functions. 16611 * aio.c (tprint_lio_opcode): Use tprints_comment. 16621 (btrfs_ioctl): Use tprints_comment and tprintf_comment.
|