Searched refs:operation (Results 1 – 18 of 18) sorted by relevance
/tools/testing/selftests/tc-testing/ |
D | tdc_multibatch.py | 52 file_prefix = args.file_prefix + args.operation + "_" 55 operation = args.operation variable 63 num_filters, handle, operation, i + mac_prefix, device, file))
|
D | tdc_batch.py | 94 if args.operation == "del": 96 elif args.operation == "replace":
|
/tools/testing/vsock/ |
D | timeout.c | 47 void timeout_check(const char *operation) in timeout_check() argument 50 fprintf(stderr, "%s timed out\n", operation); in timeout_check()
|
D | timeout.h | 11 void timeout_check(const char *operation);
|
/tools/hv/ |
D | hv_vss_daemon.c | 111 static int vss_operate(int operation) in vss_operate() argument 122 switch (operation) { in vss_operate() 158 if (error && operation == VSS_OP_FREEZE) in vss_operate() 166 if (error && operation == VSS_OP_FREEZE) in vss_operate() 244 vss_msg->vss_hdr.operation = VSS_OP_REGISTER1; in main() 291 op = vss_msg->vss_hdr.operation; in main()
|
D | hv_fcopy_daemon.c | 213 switch (buffer.hdr.operation) { in main() 230 buffer.hdr.operation); in main()
|
D | hv_kvp_daemon.c | 1429 hv_msg->kvp_hdr.operation = KVP_OP_REGISTER1; in main() 1469 op = hv_msg->kvp_hdr.operation; in main()
|
/tools/perf/ |
D | builtin-mem.c | 32 int operation; member 45 mem->operation = 0; in parse_record_events() 99 if (mem->operation & MEM_OPERATION_LOAD) in __cmd_record() 102 if (mem->operation & MEM_OPERATION_STORE) in __cmd_record() 300 if (!(mem->operation & MEM_OPERATION_LOAD)) { in report_events() 407 .operation = MEM_OPERATION_LOAD | MEM_OPERATION_STORE, in cmd_mem() 410 OPT_CALLBACK('t', "type", &mem.operation, in cmd_mem() 443 if (!argc || !(strncmp(argv[0], "rec", 3) || mem.operation)) in cmd_mem()
|
/tools/memory-model/Documentation/ |
D | cheatsheet.txt | 8 Unsuccessful RMW operation Y Y Y Y 25 a: Provides ordering given intervening RMW atomic operation 28 RMW: Atomic read-modify-write operation
|
D | explanation.txt | 924 making up the atomic operation. In particular, if two CPUs perform 1771 and the read part of the cmpxchg operation acts as an acquire fence. 1782 true if it succeeds (the read part of the cmpxchg operation acts as an 1783 acquire fence only if the operation is successful). spin_unlock(&s)
|
/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.h | 49 int operation; member
|
D | cs-etm-decoder.c | 193 if (d_params->operation == CS_ETM_OPERATION_PRINT) { in cs_etm_decoder__init_raw_frame_logging() 627 if (d_params->operation == CS_ETM_OPERATION_PRINT) in cs_etm_decoder__create_etm_decoder() 630 else if (d_params->operation == CS_ETM_OPERATION_DECODE) in cs_etm_decoder__create_etm_decoder()
|
/tools/perf/Documentation/ |
D | perf-mem.txt | 15 "perf mem record" runs a command and gathers memory operation data 41 Select the memory operation type: load or store (default: load,store)
|
D | intel-pt.txt | 146 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below. 499 Intel PT modes of operation
|
/tools/testing/selftests/futex/ |
D | README | 6 Functional tests shall test the documented behavior of the futex operation 54 based on the primary futex operation they test. Eventually this will become a
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 134 **bpf\ ()** system call. This operation is not reversible,
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 363 # for native 64-bit operation. The __x32_compat_sys stubs are created
|
/tools/perf/util/ |
D | cs-etm.c | 440 d_params->operation = mode; in cs_etm__init_decoder_params()
|