Home
last modified time | relevance | path

Searched refs:umask (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/resctrl/
Dresctrl_val.c56 __u64 umask; member
76 imc_counters_config[i][j].umask << 8 | in membw_initialize_perf_event_attr()
124 imc_counters_config[count][READ].umask = in get_event_and_umask()
127 imc_counters_config[count][WRITE].umask = in get_event_and_umask()
/tools/testing/selftests/filesystems/fuse/
Dfd_bpf.c84 bpf_printk("mknod %s %x %x", name, fmi->rdev | fmi->mode, fmi->umask); in trace_daemon()
92 bpf_printk("mkdir: %s %x %x", name, fmi->mode, fmi->umask); in trace_daemon()
Dtest_bpf.c84 bpf_printk("mknod %s %x %x", name, fmi->rdev | fmi->mode, fmi->umask); in partial_test()
92 bpf_printk("mkdir %s %x %x", name, fmi->mode, fmi->umask); in partial_test()
358 bpf_printk("mknod %s %x %x", name, fmi->rdev | fmi->mode, fmi->umask); in trace_test()
366 bpf_printk("mkdir %s %x %x", name, fmi->mode, fmi->umask); in trace_test()
/tools/perf/Documentation/
Dperf-list.txt99 registers: event, umask, edge, inv, cmask. Esp. guest/host only and
142 perf stat -e cpu/event=0xa8,umask=0x1,name=LSD.UOPS_CYCLES,cmask=0x1/ ...
146 perf stat -e cpu/event=0xa8,umask=0x1,cmask=0x1,name=\'LSD.UOPS_CYCLES:cmask=0x1\'/ ...
221 perf stat -e cpu/event=0,umask=0x3,percore=1/
Dtopdown.txt66 Fixed counter 3 is mapped to a pseudo event event=0x00, umask=04,
69 The metric events are mapped to the pseudo event event=0x00, umask=0x8X.
Dperf-top.txt42 event (eventsel+umask) in the form of rNNN where NNN is a
Dperf-stat.txt39 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a
Dperf-record.txt33 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a
/tools/thermal/tmon/
Dtmon.c352 umask(S_IWGRP | S_IWOTH); in start_daemon_mode()
/tools/usb/usbip/src/
Dusbipd.c510 umask(0); in do_standalone_mode()
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl103 93 n64 umask sys_umask
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl106 95 common umask sys_umask
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl59 60 common umask sys_umask sys_umask
/tools/include/nolibc/
Dnolibc.h986 mode_t umask(mode_t mode) in umask() function
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl83 60 common umask sys_umask
/tools/perf/
Dbuiltin-daemon.c1199 umask(0); in go_background()
/tools/testing/selftests/landlock/
Dfs_test.c210 umask(0077); in prepare_layout()