Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 18 of 18) sorted by relevance

/tools/testing/selftests/tc-testing/
Dtdc_multibatch.py52 file_prefix = args.file_prefix + args.operation + "_"
55 operation = args.operation variable
63 num_filters, handle, operation, i + mac_prefix, device, file))
Dtdc_batch.py94 if args.operation == "del":
96 elif args.operation == "replace":
/tools/testing/vsock/
Dtimeout.c47 void timeout_check(const char *operation) in timeout_check() argument
50 fprintf(stderr, "%s timed out\n", operation); in timeout_check()
Dtimeout.h11 void timeout_check(const char *operation);
/tools/hv/
Dhv_vss_daemon.c111 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()
Dhv_fcopy_daemon.c213 switch (buffer.hdr.operation) { in main()
230 buffer.hdr.operation); in main()
Dhv_kvp_daemon.c1429 hv_msg->kvp_hdr.operation = KVP_OP_REGISTER1; in main()
1469 op = hv_msg->kvp_hdr.operation; in main()
/tools/perf/
Dbuiltin-mem.c32 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/
Dcheatsheet.txt8 Unsuccessful RMW operation Y Y Y Y
25 a: Provides ordering given intervening RMW atomic operation
28 RMW: Atomic read-modify-write operation
Dexplanation.txt924 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/
Dcs-etm-decoder.h49 int operation; member
Dcs-etm-decoder.c193 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/
Dperf-mem.txt15 "perf mem record" runs a command and gathers memory operation data
41 Select the memory operation type: load or store (default: load,store)
Dintel-pt.txt146 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below.
499 Intel PT modes of operation
/tools/testing/selftests/futex/
DREADME6 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/
Dbpftool-map.rst134 **bpf\ ()** system call. This operation is not reversible,
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl363 # for native 64-bit operation. The __x32_compat_sys stubs are created
/tools/perf/util/
Dcs-etm.c440 d_params->operation = mode; in cs_etm__init_decoder_params()