Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 49) sorted by relevance

12

/tools/perf/util/
Dparse-branch-options.c16 int mode; member
38 int parse_branch_str(const char *str, __u64 *mode) in parse_branch_str()
96 __u64 *mode = (__u64 *)opt->value; in parse_branch_stack() local
Dcopyfile.c73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns()
138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode()
Dparse-regs-options.c15 uint64_t *mode = (uint64_t *)opt->value; in __parse_regs() local
Ddemangle-java.c45 __demangle_java_sym(const char *str, const char *end, char *buf, int maxlen, int mode) in __demangle_java_sym()
Ddata.h25 enum perf_data_mode mode; member
/tools/perf/examples/bpf/
Detcsnoop.c61 long mode; member
71 long mode; member
Dsys_enter_openat.c25 long mode; member
Daugmented_syscalls.c69 long mode; member
79 long mode; member
/tools/testing/selftests/kvm/
Ddirty_log_test.c249 static struct kvm_vm *create_vm(enum vm_guest_mode mode, uint32_t vcpuid, in create_vm()
267 static void run_test(enum vm_guest_mode mode, unsigned long iterations, in run_test()
397 #define vm_guest_mode_params_init(mode, supported, enabled) \ argument
434 unsigned int mode; in main() local
/tools/bpf/bpftool/
Dnetlink_dumper.c15 const char *mode, in xdp_dump_prog_id()
33 unsigned char mode; in do_xdp_dump_one() local
/tools/perf/trace/beauty/
Dmode_t.c27 int printed = 0, mode = arg->val; in syscall_arg__scnprintf_mode_t() local
/tools/perf/ui/
Dsetup.c71 const char *mode, int unset __maybe_unused) in stdio__config_color()
/tools/power/cpupower/debug/i386/
Dcentrino-decode.c96 unsigned int cpu, mode = 0; in main() local
/tools/include/nolibc/
Dnolibc.h216 #define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) argument
217 #define S_ISCHR(mode) (((mode) & S_IFCHR) == S_IFCHR) argument
218 #define S_ISBLK(mode) (((mode) & S_IFBLK) == S_IFBLK) argument
219 #define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG) argument
220 #define S_ISFIFO(mode) (((mode) & S_IFIFO) == S_IFIFO) argument
221 #define S_ISLNK(mode) (((mode) & S_IFLNK) == S_IFLNK) argument
222 #define S_ISSOCK(mode) (((mode) & S_IFSOCK) == S_IFSOCK) argument
1479 int sys_chmod(const char *path, mode_t mode) in sys_chmod()
1593 int sys_mkdir(const char *path, mode_t mode) in sys_mkdir()
1603 long sys_mknod(const char *path, mode_t mode, dev_t dev) in sys_mknod()
[all …]
/tools/spi/
Dspidev_fdx.c83 __u32 mode, speed; in dumpstat() local
/tools/perf/
Dbuiltin-mem.c321 int mode; member
338 int *mode = (int *)opt->value; in parse_mem_ops() local
/tools/testing/selftests/ir/
Dir_loopback.c96 unsigned int mode; in main() local
/tools/testing/selftests/filesystems/incfs/
Dutils.c103 int mode = __S_IFREG | 0555; in crypto_emit_file() local
136 int mode = __S_IFREG | 0555; in emit_file() local
/tools/testing/selftests/ipc/
Dmsgque.c31 int mode; member
/tools/lib/bpf/
Dnetlink.c205 static unsigned char get_xdp_id_attr(unsigned char mode, __u32 flags) in get_xdp_id_attr()
224 unsigned char mode, xdp_attr; in get_xdp_id() local
/tools/testing/selftests/memfd/
Dmemfd_test.c207 static int mfd_assert_open(int fd, int flags, mode_t mode) in mfd_assert_open()
222 static void mfd_fail_open(int fd, int flags, mode_t mode) in mfd_fail_open()
/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c214 static void launch_watchpoints(char *buf, int mode, int len, in launch_watchpoints()
/tools/testing/selftests/kvm/lib/
Dkvm_util_internal.h45 int mode; member
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c38 static int mode; variable
/tools/power/pm-graph/
Dsleepgraph.py883 def openlog(self, filename, mode): argument
2612 def createZoomBox(self, mode='command', testcount=1): argument
2636 def createTimeScale(self, m0, mMax, tTotal, mode): argument
6703 mode = sysvals.suspendmode variable
6707 mode = 'standby' variable
6709 mode = 'freeze' variable
6711 mode = 'mem' variable

12