Home
last modified time | relevance | path

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

/external/strace/
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()
Dbpf_filter.c63 tprints_comment("BPF_???"); in print_bpf_filter_code()
84 tprints_comment("BPF_???"); in print_bpf_filter_code()
93 tprints_comment("BPF_???"); in print_bpf_filter_code()
Dutime.c19 tprints_comment(sprinttime(u.actime)); in SYS_FUNC()
21 tprints_comment(sprinttime(u.modtime)); in SYS_FUNC()
Dbtrfs.c185 tprints_comment("UINT64_MAX"); in print_u64()
267 tprints_comment(xlookup(btrfs_key_types, type)); in btrfs_print_key_type()
274 tprints_comment(xlookup(btrfs_tree_objectids, objectid)); in btrfs_print_objectid()
413 tprints_comment("UINT64_MAX"); in print_key_value_internal()
611 tprints_comment("UINT64_MAX"); in MPERS_PRINTER_DECL()
714 tprints_comment(sprinttime(args.status.time_started)); in MPERS_PRINTER_DECL()
718 tprints_comment(sprinttime(args.status.time_stopped)); in MPERS_PRINTER_DECL()
771 tprints_comment("supported"); in MPERS_PRINTER_DECL()
775 tprints_comment("safe to set"); in MPERS_PRINTER_DECL()
779 tprints_comment("safe to clear"); in MPERS_PRINTER_DECL()
[all …]
Dxlat.c90 tprints_comment(dflt); in printxvals()
137 tprints_comment(dflt); in printxval_searchn()
232 tprints_comment(dflt); in printflags_ex()
Ds390.c450 tprints_comment("unlimited"); \
690 tprints_comment("z/VM is the hypervisor"); in print_sthyi_hypervisor()
693 tprints_comment("unknown hypervisor type"); in print_sthyi_hypervisor()
789 tprints_comment("General Purpose (CP)"); in print_sthyi_guest()
792 tprints_comment("unknown"); in print_sthyi_guest()
811 tprints_comment("General Purpose (CP)"); in print_sthyi_guest()
814 tprints_comment("Integrated Facility for Linux (IFL)"); in print_sthyi_guest()
817 tprints_comment("unknown"); in print_sthyi_guest()
1223 tprints_comment(command_descr ? command_descr : in SYS_FUNC()
Dfutex.c102 tprints_comment(comment); in SYS_FUNC()
107 tprints_comment(comment); in SYS_FUNC()
Dperf.c223 tprints_comment("PERF_COUNT_HW_CACHE_???"); in print_perf_event_attr()
296 tprints_comment(precise_ip_desc[attr->precise_ip]); in print_perf_event_attr()
329 tprints_comment("Bits 63..29"); in print_perf_event_attr()
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()
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()
Dprint_timespec.c67 tprints_comment(sprinttime_nsec(t->tv_sec, in print_timespec_t_utime()
Ddirent.c146 tprints_comment("d_reclen < sizeof(struct dirent)"); in SYS_FUNC()
Daio.c79 tprints_comment("IOCB_CMD_???"); in tprint_lio_opcode()
Ddefs.h822 extern void tprints_comment(const char *str);
Dstrace.c570 tprints_comment(const char *const str) in tprints_comment() function
DChangeLog8939 to format a string representation of time, use tprints_comment
9027 representation of time, use tprints_comment to print it as a comment.
9031 representation of time, use tprints_comment to print it as a comment.
9044 Introduce tprintf_comment and tprints_comment functions.
9045 * defs.h (tprintf_comment, tprints_comment): New prototypes.
9048 (tprintf_comment, tprints_comment): New functions.
9049 * aio.c (tprint_lio_opcode): Use tprints_comment.
9059 (btrfs_ioctl): Use tprints_comment and tprintf_comment.