Home
last modified time | relevance | path

Searched refs:tprints_comment (Results 1 – 20 of 20) sorted by relevance

/external/strace/
Dxlat.c158 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()
Ddm.c190 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()
Dutime.c19 tprints_comment(sprinttime(u.actime)); in SYS_FUNC()
21 tprints_comment(sprinttime(u.modtime)); in SYS_FUNC()
Dbpf_filter.c69 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()
Dfutex.c110 tprints_comment(comment); in SYS_FUNC()
115 tprints_comment(comment); in SYS_FUNC()
Dprint_timespec.c67 ? 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()
Dperf.c221 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()
Ds390.c450 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()
Dprint_timeval.c52 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()
Dprint_time.c42 tprints_comment(sprinttime(t)); in SYS_FUNC()
Dbtrfs.c474 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()
Dprint_struct_stat.c72 tprints_comment(sprinttime_nsec(st->field, \ in print_struct_stat()
Ddirent64.c113 tprints_comment("d_reclen < offsetof(struct dirent64, d_name)"); in SYS_FUNC()
Dstatx.c63 tprints_comment(sprinttime_nsec(stx.field.sec, \ in SYS_FUNC()
Ddirent.c146 tprints_comment("d_reclen < sizeof(struct dirent)"); in SYS_FUNC()
Dsockaddr.c299 (xs == XLAT_STYLE_VERBOSE ? tprints_comment : tprints)(addr_str); in print_ax25_addr()
Dv4l2.c134 tprints_comment(pixfmt_name); in print_pixelformat()
Ddefs.h1149 extern void tprints_comment(const char *str);
Dstrace.c577 tprints_comment(const char *const str) in tprints_comment() function
DChangeLog16501 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.