Home
last modified time | relevance | path

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

12345678910>>...12

/linux/tools/perf/scripts/python/
A Devent_analyzing_sample.py48 con.execute("""
55 con.execute("""
97 con.execute("insert into gen_events values(?, ?, ?, ?)",
102 con.execute("insert into pebs_ll values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
126 count = con.execute("select count(*) from gen_events")
135 …commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)")
148 … dsoq = con.execute("select dso, count(dso) from gen_events group by dso order by -count(dso)")
159 count = con.execute("select count(*) from pebs_ll")
168 … commq = con.execute("select comm, count(comm) from pebs_ll group by comm order by -count(comm)")
180 dseq = con.execute("select dse, count(dse) from pebs_ll group by dse order by -count(dse)")
[all …]
/linux/scripts/gdb/linux/
A Dsymbols.py39 show_pagination = gdb.execute("show pagination", to_string=True)
41 gdb.execute("set pagination off")
51 gdb.execute("set pagination %s" % ("on" if pagination else "off"))
132 gdb.execute(cmdline, to_string=True)
154 gdb.execute("symbol-file", to_string=True)
155 gdb.execute("symbol-file {0}".format(orig_vmlinux))
A Dutils.py81 endian = gdb.execute("show endian", to_string=True)
142 target_arch = gdb.execute("show architecture", to_string=True)
159 return gdb.execute("monitor info version", to_string=True) != ""
165 thread_info = gdb.execute("info thread 2", to_string=True)
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
A Dinit.h15 u8 execute; member
29 .execute = 1, \
36 int nvbios_post(struct nvkm_subdev *, bool execute);
/linux/drivers/nvme/target/
A Dpassthru.c344 req->execute = nvmet_passthru_execute_cmd; in nvmet_setup_passthru_command()
436 req->execute = nvmet_execute_async_event; in nvmet_parse_passthru_admin_cmd()
444 req->execute = nvmet_execute_keep_alive; in nvmet_parse_passthru_admin_cmd()
452 req->execute = nvmet_execute_set_features; in nvmet_parse_passthru_admin_cmd()
455 req->execute = nvmet_passthru_set_host_behaviour; in nvmet_parse_passthru_admin_cmd()
467 req->execute = nvmet_execute_get_features; in nvmet_parse_passthru_admin_cmd()
476 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
482 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
488 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
494 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
A Ddiscovery.c369 req->execute = nvmet_execute_disc_set_features; in nvmet_parse_discovery_cmd()
372 req->execute = nvmet_execute_disc_get_features; in nvmet_parse_discovery_cmd()
375 req->execute = nvmet_execute_async_event; in nvmet_parse_discovery_cmd()
378 req->execute = nvmet_execute_keep_alive; in nvmet_parse_discovery_cmd()
381 req->execute = nvmet_execute_disc_get_log_page; in nvmet_parse_discovery_cmd()
384 req->execute = nvmet_execute_disc_identify; in nvmet_parse_discovery_cmd()
A Dfabrics-cmd.c91 req->execute = nvmet_execute_prop_set; in nvmet_parse_fabrics_cmd()
94 req->execute = nvmet_execute_prop_get; in nvmet_parse_fabrics_cmd()
319 req->execute = nvmet_execute_admin_connect; in nvmet_parse_connect_cmd()
321 req->execute = nvmet_execute_io_connect; in nvmet_parse_connect_cmd()
A Dio-cmd-file.c393 req->execute = nvmet_file_execute_rw; in nvmet_file_parse_io_cmd()
396 req->execute = nvmet_file_execute_flush; in nvmet_file_parse_io_cmd()
399 req->execute = nvmet_file_execute_dsm; in nvmet_file_parse_io_cmd()
402 req->execute = nvmet_file_execute_write_zeroes; in nvmet_file_parse_io_cmd()
A Dio-cmd-bdev.c443 req->execute = nvmet_bdev_execute_rw; in nvmet_bdev_parse_io_cmd()
448 req->execute = nvmet_bdev_execute_flush; in nvmet_bdev_parse_io_cmd()
451 req->execute = nvmet_bdev_execute_dsm; in nvmet_bdev_parse_io_cmd()
454 req->execute = nvmet_bdev_execute_write_zeroes; in nvmet_bdev_parse_io_cmd()
A Dadmin-cmd.c1029 req->execute = nvmet_execute_get_log_page; in nvmet_parse_admin_cmd()
1032 req->execute = nvmet_execute_identify; in nvmet_parse_admin_cmd()
1035 req->execute = nvmet_execute_abort; in nvmet_parse_admin_cmd()
1038 req->execute = nvmet_execute_set_features; in nvmet_parse_admin_cmd()
1041 req->execute = nvmet_execute_get_features; in nvmet_parse_admin_cmd()
1044 req->execute = nvmet_execute_async_event; in nvmet_parse_admin_cmd()
1047 req->execute = nvmet_execute_keep_alive; in nvmet_parse_admin_cmd()
/linux/arch/powerpc/mm/book3s64/
A Dpkeys.c413 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
419 if (execute) in pkey_access_permitted()
429 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
434 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
446 bool execute, bool foreign) in arch_vma_access_permitted() argument
456 return pkey_access_permitted(vma_pkey(vma), write, execute); in arch_vma_access_permitted()
/linux/scripts/
A Dcheckkconfigsymbols.py209 execute(["git", "reset", "--hard", commit])
226 def execute(cmd): function
238 commits = execute(["git", "log", "--pretty=oneline",
247 stdout = execute(["git", "status", "--porcelain"])
256 stdout = execute(["git", "rev-parse", "HEAD"])
295 stdout = execute(["git", "ls-files"])
/linux/tools/testing/selftests/powerpc/pmu/
A Dlib.c155 char execute, name[128]; in parse_proc_maps() local
168 &start, &end, &execute, name); in parse_proc_maps()
172 if (execute != 'x') in parse_proc_maps()
/linux/Documentation/admin-guide/pm/
A Dintel-speed-select.rst45 To get help with the tool, execute the command below::
97 profiles, execute the command below::
196 To get the current performance level, execute::
241 To the change the performance level to 4, execute::
319 To enable and check the options, execute::
366 on CPU 0, execute::
504 To disable, execute::
604 execute::
634 To enable Intel(R) SST-BF feature, execute::
701 To disable the Intel(R) SST-BF feature, execute::
[all …]
/linux/drivers/net/wireless/ath/ath10k/
A Dbmi.c308 u32 cmdlen = sizeof(cmd.id) + sizeof(cmd.execute); in ath10k_bmi_execute()
309 u32 resplen = sizeof(resp.execute); in ath10k_bmi_execute()
321 cmd.execute.addr = __cpu_to_le32(address); in ath10k_bmi_execute()
322 cmd.execute.param = __cpu_to_le32(param); in ath10k_bmi_execute()
330 if (resplen < sizeof(resp.execute)) { in ath10k_bmi_execute()
336 *result = __le32_to_cpu(resp.execute.result); in ath10k_bmi_execute()
A Dbmi.h117 } execute; member
167 } execute; member
/linux/net/sunrpc/
A Dstats.c153 ktime_t backlog, execute, now; in rpc_count_iostats_metrics() local
177 execute = ktime_sub(now, task->tk_start); in rpc_count_iostats_metrics()
178 op_metrics->om_execute = ktime_add(op_metrics->om_execute, execute); in rpc_count_iostats_metrics()
184 trace_rpc_stats_latency(req->rq_task, backlog, req->rq_rtt, execute); in rpc_count_iostats_metrics()
/linux/Documentation/admin-guide/
A Dmono.rst4 To configure Linux to automatically execute Mono-based .NET binaries
8 This will allow you to execute Mono-based .NET binaries just like any
70 that the ``.exe`` file has execute permissions.
A Dkernel-per-CPU-kthreads.rst64 1. Use irq affinity to force the irq threads to execute on
97 both kernel threads and interrupts to execute elsewhere.
171 forcing both kernel threads and interrupts to execute elsewhere.
182 kernel threads and interrupts to execute elsewhere.
206 to execute elsewhere.
220 to execute elsewhere.
310 CPUs that might execute within the kernel.
330 to execute on some other CPU.
/linux/tools/testing/selftests/tc-testing/
A DREADME6 execute them inside a network namespace dedicated to the task.
82 - execute
92 The execute and verify stages each run one command. The execute stage
149 -e ID [ID ...], --execute ID [ID ...]
200 pre- and post-execute stage
236 runs each command in the execute stage under valgrind,
/linux/Documentation/livepatch/
A Dcallbacks.rst6 to execute callback functions when a kernel object is (un)patched. They
69 in-kernel vmlinux targets, this means that callbacks will always execute
71 callbacks will only execute if the target module is loaded. When a
72 module target is (un)loaded, its callbacks will execute only if the
/linux/arch/x86/include/asm/
A Dmmu_context.h208 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
211 if (execute) in arch_vma_access_permitted()
/linux/drivers/gpu/drm/radeon/
A Datom.c697 int execute = 0, target = U16(*ptr); in atom_op_jump() local
703 execute = ctx->ctx->cs_above; in atom_op_jump()
706 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump()
709 execute = 1; in atom_op_jump()
712 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump()
715 execute = !ctx->ctx->cs_above; in atom_op_jump()
718 execute = ctx->ctx->cs_equal; in atom_op_jump()
721 execute = !ctx->ctx->cs_equal; in atom_op_jump()
725 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
727 if (execute) { in atom_op_jump()
/linux/drivers/gpu/drm/amd/amdgpu/
A Datom.c715 int execute = 0, target = U16(*ptr); in atom_op_jump() local
721 execute = ctx->ctx->cs_above; in atom_op_jump()
724 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump()
727 execute = 1; in atom_op_jump()
730 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump()
733 execute = !ctx->ctx->cs_above; in atom_op_jump()
736 execute = ctx->ctx->cs_equal; in atom_op_jump()
739 execute = !ctx->ctx->cs_equal; in atom_op_jump()
743 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
745 if (execute) { in atom_op_jump()
/linux/Documentation/sound/designs/
A Dtracepoints.rst39 value to these parameters, then execute ioctl(2) with SNDRV_PCM_IOCTL_HW_REFINE
85 with SNDRV_PCM_INFO_XXX. Typically, applications execute ioctl(2) with
87 of parameters and execute ioctl(2) with SNDRV_PCM_IOCTL_HW_PARAMS to
114 applications execute ioctl(2) with SNDRV_PCM_HW_REFINE or SNDRV_PCM_HW_PARAMS.

Completed in 51 milliseconds

12345678910>>...12