Searched refs:tprints_comment (Results 1 – 19 of 19) sorted by relevance
/external/strace/ |
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 | bpf_filter.c | 63 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()
|
D | utime.c | 19 tprints_comment(sprinttime(u.actime)); in SYS_FUNC() 21 tprints_comment(sprinttime(u.modtime)); in SYS_FUNC()
|
D | btrfs.c | 185 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 …]
|
D | xlat.c | 90 tprints_comment(dflt); in printxvals() 137 tprints_comment(dflt); in printxval_searchn() 232 tprints_comment(dflt); in printflags_ex()
|
D | s390.c | 450 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()
|
D | futex.c | 102 tprints_comment(comment); in SYS_FUNC() 107 tprints_comment(comment); in SYS_FUNC()
|
D | perf.c | 223 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()
|
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 | 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 | print_timespec.c | 67 tprints_comment(sprinttime_nsec(t->tv_sec, in print_timespec_t_utime()
|
D | dirent.c | 146 tprints_comment("d_reclen < sizeof(struct dirent)"); in SYS_FUNC()
|
D | aio.c | 79 tprints_comment("IOCB_CMD_???"); in tprint_lio_opcode()
|
D | defs.h | 822 extern void tprints_comment(const char *str);
|
D | strace.c | 570 tprints_comment(const char *const str) in tprints_comment() function
|
D | ChangeLog | 8939 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.
|