Lines Matching +refs:llvm +refs:mode +refs:prog +refs:mode
288 * net.c: Include "xlat/ethernet_protocols.h" in XLAT_MACROS_ONLY mode.
320 mode.
393 * block.c: Include "xlat/block_ioctl_cmds.h" in XLAT_MACROS_ONLY mode.
1685 Remove the last piece of IA-32 mode support. Besides being obsolete,
1690 Complements: v4.21~17 "linux/ia64: remove IA-32 mode support"
2114 * tests/bpf-obj_get_info_by_fd-prog-v.c: New file.
2115 * tests/bpf-obj_get_info_by_fd-prog.c: Likewise.
2121 bpf-obj_get_info_by_fd-v, bpf-obj_get_info_by_fd-prog, and
2122 bpf-obj_get_info_by_fd-prog-v.
2125 bpf-obj_get_info_by_fd-v, bpf-obj_get_info_by_fd-prog,
2126 bpf-obj_get_info_by_fd-prog-v): New tests.
2962 * sock.c: Include xlat/arp_hardware_types.h in XLAT_MACROS_ONLY mode.
3225 https://bugs.llvm.org/show_bug.cgi?id=34165
3375 For example, glibc in -D_FORTIFY_SOURCE=2 mode and gcc 8 with
3606 inclusion of the appropriate xlat header in XLAT_MACROS_ONLY mode
3612 * net.c: Include "xlat/addrfams.h" in XLAT_MACROS_ONLY mode.
3615 mode.
5601 strace.c: add support for opening output file in append mode.
5604 (strace_fopen): Open file in "a" mode if open_append is set to true.
5713 bpf: add support for file mode flags.
6357 Do not block handled signals in interactive mode.
6846 used in non-verbose mode. Let's avoid this in the future by inlining
7092 tests: check printing of block/char device numbers in -yy mode.
7100 printfd: print character/block device number in -yy mode.
7152 tests: check file name printing in strace -y mode.
7695 linux/ia64: remove IA-32 mode support.
8105 incompatibility of output piping with -ff mode.
9152 configure: try to set the C compiler mode to accept ISO Standard C.
9799 Lift artificial limit on output file names in -ff mode.
9801 on output file names in -ff mode, leading to the following absurd
10807 maint/update_copyright_years.sh: use -efu shell mode.
10809 the script for -efu shell mode.
16180 tests: check how signals are unblocked in interactive mode.
16189 Fix unblocking of signals in interactive mode.
16190 In interactive mode (-I2), those signals that were blocked at startup
16202 * strace.c (init): Check for INTR_WHILE_WAIT mode the same way
25253 decode_open: print the mode argument when O_TMPFILE flag is set.
25254 O_TMPFILE reqires the mode argument (just like O_CREAT), so print it.
25257 (decode_open): Print the mode argument when O_TMPFILE flag is set.
27660 msghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev mode.
27662 bytes of ip options in abbrev mode.
27664 (test_sol_ip): Test IP_RETOPTS output in abbrev mode.
27666 msghdr.c: limit SCM_RIGHTS output in abbrev mode.
27668 descriptors in abbrev mode.
27672 (main): Use it to test SCM_RIGHTS output in abbrev mode.
28636 file_ioctl.c: print first two extents for FIDEDUPERANGE in abbrev mode.
28638 two elements of info array in abbrev mode.
29301 Fix printing of invalid mode argument of mbind syscall.
30916 If kernel implementation of strict seccomp mode is buggy, test programs
32916 * util.c (printfd): In -yy mode, move fallback print of proto:[inode] ...
32923 (startup_child): In -D mode, record the parent of the tracer process
32925 (startup_attach): Save trace_tracer_pid before -D mode fork.
32926 When tracing a command in -f mode, do not check for the command's
32929 In -D mode, never attach to the parent of the tracer process,
35137 tests: run in "set -x" mode if VERBOSE variable is non-null.
35138 * tests/init.sh: Enter "set -x" mode if $VERBOSE is non-null.
35490 mpers: skip xlat struct definitions in mpers mode.
35492 compiled in mpers mode.
35498 a global definition is provided in regular mode,
35499 and nothing is provided in mpers mode;
35501 a global definition is provided in regular mode
35502 (unless no mpers mode is supported on this architecture,
35504 and a declaration is provided in mpers mode;
35505 - otherwise, a local definition is provided in regular mode,
35506 and an error message is printed in mpers mode.
37746 (sys_quotactl): Do not disable the parser in verbose mode.
37988 umoven_or_printaddr: do not fetch data if not in verbose mode.
37990 printnum_* and printpair_*, will not fetch data in !verbose mode.
40501 getsockopt, setsockopt: do not decode structures in non-verbose mode.
40505 functions, choose appropriate parsers depending on verbose mode.
40517 sendmsg: do not decode msghdr in non-verbose mode.
40518 * net.c (printmsghdr): Do not decode struct msghdr in non-verbose mode.
40522 in non-verbose mode.
40566 Change printfd() behaviour in show_fd_path mode to quote pathnames
40841 Update auxiliary maintainer mode build tools.
43949 (get_scno) [AARCH64]: Call shuffle_scno when the tracee is in 32-bit mode.
44592 Fix select decoding for glibc in _FORTIFY_SOURCE mode.
44593 glibc in _FORTIFY_SOURCE mode raises SIGABRT when descriptor greater
44887 On sysexit path, syscall mode is never used.
44989 In -f mode, do not assume that new pid is stopped - handle exits too.
45234 NOMMU: do not hide startup syscalls unless in -D mode.
45236 the tracee before it calls execve unless in -D mode. That is, the
45241 unless in -D mode.
45245 Make -D mode work when the Yama LSM is enabled.
45248 In -D mode, allow tracing the process that is going to become the
45746 [AARCH64]: Align argument number in 32bit mode.
45749 [AARCH64]: Fix printing POSIX_FADV_* constants in 32bit mode.
46106 It might be useful to have a mode where we show wall clock time
46315 Don't set skip_startup_execve to 1 if NOMMU and not in daemonized mode
47151 * syscall.c (update_personality) [TILE]: Print mode.
47282 (get_scno) [AARCH64]: Determine if we're in ARM or AArch64 mode by
47440 * file.c (sys_getdents): Decode d_type in unabbreviated mode.
48338 * strace.c (newoutf): Set tcp->outf in non-ff mode too.
48523 (droptcb): Print "<detached ...>" correctly for non-ff mode too.
48648 (printleader): Change logic to fix log generation in -ff mode.
48649 (newoutf): Make check for -ff mode consistent with other places.
50691 Surprisingly, in C mode gcc does not optimize out static const int
51536 (startup_attach): Change strace_tracer_pid if we are in -D mode.
52110 personality mode to stderr. Reported by Pádraig Brady.
52136 Print ptrace_setoptions value in debug mode.
52415 * syscall.c (get_scno) [POWERPC64]: Check for 64/32 bit mode.
52579 Hook up inotify_init1 open mode flags printer.