Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/include/x86/
A Dpmu.h18 #define RAW_EVENT(eventsel, umask) (((eventsel & 0xf00UL) << 24) | \ argument
20 ((umask) & 0xff) << 8)
/tools/testing/selftests/resctrl/
A Dresctrl_val.c33 __u64 umask; member
54 imc_counters_config[i].umask << 8 | in read_mem_bw_initialize_perf_event_attr()
93 imc_counters_config[count].umask = strtol(token[i + 1], NULL, 16); in get_read_event_and_umask()
/tools/power/x86/intel-speed-select/
A Disst-daemon.c181 umask(027);
/tools/thermal/tmon/
A Dtmon.c352 umask(S_IWGRP | S_IWOTH); in start_daemon_mode()
/tools/perf/Documentation/
A Dperf-list.txt121 registers: event, umask, edge, inv, cmask. Esp. guest/host only and
196 perf stat -e cpu/event=0xa8,umask=0x1,name=LSD.UOPS_CYCLES,cmask=0x1/ ...
200 perf stat -e cpu/event=0xa8,umask=0x1,cmask=0x1,name=\'LSD.UOPS_CYCLES:cmask=0x1\'/ ...
289 perf stat -e cpu/event=0,umask=0x3,percore=1/
A Dtopdown.txt55 Fixed counter 3 is mapped to a pseudo event event=0x00, umask=04,
58 The metric events are mapped to the pseudo event event=0x00, umask=0x8X.
/tools/usb/usbip/src/
A Dusbipd.c510 umask(0); in do_standalone_mode()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl103 93 n64 umask sys_umask
/tools/include/nolibc/
A Dsys.h902 mode_t umask(mode_t mode) in umask() function
/tools/scripts/
A Dsyscall.tbl204 166 common umask sys_umask
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl73 60 common umask sys_umask
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl70 60 common umask sys_umask
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl107 95 common umask sys_umask
A Dsyscall_32.tbl75 60 i386 umask sys_umask
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl69 58 common umask sys_umask
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl69 60 common umask sys_umask
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl75 60 common umask sys_umask
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl74 60 common umask sys_umask
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl84 60 common umask sys_umask
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl83 60 common umask sys_umask
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl59 60 common umask sys_umask sys_umask
/tools/perf/
A Dbuiltin-daemon.c1198 umask(0); in go_background()
/tools/testing/selftests/landlock/
A Dscoped_abstract_unix_test.c769 umask(0077); in FIXTURE_SETUP()
A Dfs_test.c298 umask(0077); in prepare_layout_opt()
/tools/power/x86/turbostat/
A Dturbostat.c4600 unsigned int umask; in read_perf_config() local
4620 if (sscanf(pconfig_str, "umask=%x", &umask) == 1) { in read_perf_config()
4634 umask = 0; in read_perf_config()
4637 ret = (umask << 8) | config; in read_perf_config()

Completed in 742 milliseconds