Home
last modified time | relevance | path

Searched full:execute (Results 1 – 25 of 2904) sorted by relevance

12345678910>>...117

/kernel/linux/linux-5.10/tools/perf/scripts/python/
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)")
142 …symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -coun…
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)")
[all …]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
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)")
142 …symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -coun…
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)")
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
Dexception.json12execute an instruction that is UNDEFINED. Attempting to execute instruction bit patterns that have…
44 …locally and are caused by Instruction Aborts. For example, attempting to execute an instruction wi…
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
Dexception.json12execute an instruction that is UNDEFINED. Attempting to execute instruction bit patterns that have…
44 …locally and are caused by Instruction Aborts. For example, attempting to execute an instruction wi…
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpkeys.c159 * execute only key. Mark it unavailable. in pkey_early_init_devtree()
171 * Allow execute in IAMR. in pkey_early_init_devtree()
373 * If the currently associated pkey is execute-only, but the requested in __arch_override_mprotect_pkey()
374 * protection is not execute-only, move it back to the default pkey. in __arch_override_mprotect_pkey()
380 * The requested protection is execute-only. Hence let's use an in __arch_override_mprotect_pkey()
381 * execute-only pkey. in __arch_override_mprotect_pkey()
393 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
399 if (execute) in pkey_access_permitted()
409 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
414 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
Dpkeys.c167 * execute only key. Mark it unavailable. in pkey_early_init_devtree()
179 * Allow execute in IAMR. in pkey_early_init_devtree()
394 * If the currently associated pkey is execute-only, but the requested in __arch_override_mprotect_pkey()
395 * protection is not execute-only, move it back to the default pkey. in __arch_override_mprotect_pkey()
401 * The requested protection is execute-only. Hence let's use an in __arch_override_mprotect_pkey()
402 * execute-only pkey. in __arch_override_mprotect_pkey()
414 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument
420 if (execute) in pkey_access_permitted()
430 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument
435 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted()
[all …]
/kernel/linux/linux-6.6/arch/x86/mm/
Dpkeys.c20 /* Do we need to assign a pkey for mm's execute-only maps? */ in __execute_only_pkey()
32 * first and assume that if the execute-only pkey is in __execute_only_pkey()
49 * 0 and effectively disable execute-only support. in __execute_only_pkey()
86 * The mapping is execute-only. Go try to get the in __arch_override_mprotect_pkey()
87 * execute-only protection key. If we fail to do that, in __arch_override_mprotect_pkey()
88 * fall through as if we do not have execute-only in __arch_override_mprotect_pkey()
107 * setup execute-only), inherit the pkey from the VMA we in __arch_override_mprotect_pkey()
/kernel/linux/linux-5.10/arch/x86/mm/
Dpkeys.c20 /* Do we need to assign a pkey for mm's execute-only maps? */ in __execute_only_pkey()
32 * first and assume that if the execute-only pkey is in __execute_only_pkey()
49 * 0 and effectively disable execute-only support. in __execute_only_pkey()
86 * The mapping is execute-only. Go try to get the in __arch_override_mprotect_pkey()
87 * execute-only protection key. If we fail to do that, in __arch_override_mprotect_pkey()
88 * fall through as if we do not have execute-only in __arch_override_mprotect_pkey()
107 * setup execute-only), inherit the pkey from the VMA we in __arch_override_mprotect_pkey()
Dsetup_nx.c45 printk(KERN_NOTICE "Notice: NX (Execute Disable) protection " in x86_report_nx()
50 printk(KERN_INFO "NX (Execute Disable) protection: " in x86_report_nx()
53 printk(KERN_INFO "NX (Execute Disable) protection: " in x86_report_nx()
58 printk(KERN_NOTICE "Notice: NX (Execute Disable) protection " in x86_report_nx()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
Dpkey_siginfo.c71 * If the current fault occurred due to lack of execute rights, in segv_handler()
72 * reassociate the page with the exec-only pkey since execute in segv_handler()
109 /* No read, write and execute restrictions */ in protect()
159 (rights == PKEY_DISABLE_EXECUTE) ? "execute" : in protect_access()
165 * pkey and read, write or execute from it in protect_access()
204 /* Execute protection test */ in protect_access()
206 /* Jump to the region and execute instructions */ in protect_access()
285 * attempting to read, write or execute instructions from a in test()
314 /* Setup and start protect and protect-and-execute threads */ in test()
315 puts("starting thread pair (protect, protect-and-execute)"); in test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
Dpkey_siginfo.c71 * If the current fault occurred due to lack of execute rights, in segv_handler()
72 * reassociate the page with the exec-only pkey since execute in segv_handler()
109 /* No read, write and execute restrictions */ in protect()
159 (rights == PKEY_DISABLE_EXECUTE) ? "execute" : in protect_access()
165 * pkey and read, write or execute from it in protect_access()
204 /* Execute protection test */ in protect_access()
206 /* Jump to the region and execute instructions */ in protect_access()
285 * attempting to read, write or execute instructions from a in test()
314 /* Setup and start protect and protect-and-execute threads */ in test()
315 puts("starting thread pair (protect, protect-and-execute)"); in test()
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst64 1. Use irq affinity to force the irq threads to execute on
85 Execute softirq handlers when threaded or when under heavy load.
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.
226 Execute workqueue requests
298 Execute RCU callbacks in CONFIG_RCU_BOOST=y kernels.
310 CPUs that might execute within the kernel.
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
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
131 Execute test cases that use a physical device, where
149 -e ID [ID ...], --execute ID [ID ...]
150 Execute the specified test cases with specified IDs
200 pre- and post-execute stage
236 runs each command in the execute stage under valgrind,
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
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
131 Execute test cases that use a physical device, where
149 -e ID [ID ...], --execute ID [ID ...]
150 Execute the specified test cases with specified IDs
200 pre- and post-execute stage
236 runs each command in the execute stage under valgrind,
/kernel/linux/linux-5.10/tools/power/pm-graph/
Dsleepgraph.812 image built with a few extra options enabled, the tool will execute a
58 will execute the suspend via turbostat and collect data in the timeline log.
123 Execute \fIn\fR consecutive tests at \fId\fR second intervals.
125 Execute tests continuously over \fIn\fR days, hours, or minutes at \fId\fR second intervals.
280 Execute a mem suspend with a 15 second wakeup. Include the logs in the html.
284 Execute a standby with a 15 second wakeup. Change the output folder name.
288 Execute a freeze with no wakeup (require keypress). Change output folder name.
294 Execute a suspend & include dev mode source calls, limit callbacks to 5ms or larger.
302 Execute a suspend using a custom command.
/kernel/linux/linux-6.6/tools/power/pm-graph/
Dsleepgraph.812 image built with a few extra options enabled, the tool will execute a
58 will execute the suspend via turbostat and collect data in the timeline log.
126 Execute \fIn\fR consecutive tests at \fId\fR second intervals.
128 Execute tests continuously over \fIn\fR days, hours, or minutes at \fId\fR second intervals.
283 Execute a mem suspend with a 15 second wakeup. Include the logs in the html.
287 Execute a standby with a 15 second wakeup. Change the output folder name.
291 Execute a freeze with no wakeup (require keypress). Change output folder name.
297 Execute a suspend & include dev mode source calls, limit callbacks to 5ms or larger.
305 Execute a suspend using a custom command.
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/
Dintel-speed-select.rst45 To get help with the tool, execute the command below::
60 To check the current platform and driver capaibilities, execute::
97 profiles, execute the command below::
122 To check if the system is locked, execute the following command::
141 To get properties of a specific performance level (For example for the level 0, below), execute the…
169 understand more, execute "intel-speed-select perf-profile info" for performance
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::
347 To enable with the platform default priority type, execute::
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst64 1. Use irq affinity to force the irq threads to execute on
85 Execute softirq handlers when threaded or when under heavy load.
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.
226 Execute workqueue requests
298 Execute RCU callbacks in CONFIG_RCU_BOOST=y kernels.
310 CPUs that might execute within the kernel.
[all …]
/kernel/linux/linux-5.10/scripts/gdb/linux/
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)
153 gdb.execute("symbol-file", to_string=True)
154 gdb.execute("symbol-file {0}".format(orig_vmlinux))
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dinit.h15 u8 execute; member
29 .execute = 1, \
36 int nvbios_post(struct nvkm_subdev *, bool execute);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dinit.h15 u8 execute; member
29 .execute = 1, \
36 int nvbios_post(struct nvkm_subdev *, bool execute);
/kernel/linux/linux-5.10/drivers/s390/char/
Dtape_std.c167 /* execute it */ in tape_std_read_block_id()
281 /* execute it */ in tape_std_mtfsf()
306 /* execute it */ in tape_std_mtfsr()
338 /* execute it */ in tape_std_mtbsr()
368 /* execute it */ in tape_std_mtweof()
393 /* execute it */ in tape_std_mtbsfm()
417 /* execute it */ in tape_std_mtbsf()
448 /* execute it */ in tape_std_mtfsfm()
477 /* execute it */ in tape_std_mtrew()
499 /* execute it */ in tape_std_mtoffl()
[all …]
/kernel/linux/linux-6.6/drivers/s390/char/
Dtape_std.c167 /* execute it */ in tape_std_read_block_id()
281 /* execute it */ in tape_std_mtfsf()
306 /* execute it */ in tape_std_mtfsr()
338 /* execute it */ in tape_std_mtbsr()
368 /* execute it */ in tape_std_mtweof()
393 /* execute it */ in tape_std_mtbsfm()
417 /* execute it */ in tape_std_mtbsf()
448 /* execute it */ in tape_std_mtfsfm()
477 /* execute it */ in tape_std_mtrew()
499 /* execute it */ in tape_std_mtoffl()
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/pm/
Dintel-speed-select.rst45 To get help with the tool, execute the command below::
60 To check the current platform and driver capabilities, execute::
97 profiles, execute the command below::
122 To check if the system is locked, execute the following command::
141 To get properties of a specific performance level (For example for the level 0, below), execute the…
169 understand more, execute "intel-speed-select perf-profile info" for performance
196 To get the current performance level, execute::
241 To the change the performance level to 4, execute::
341 To enable and check the options, execute::
369 To enable with the platform default priority type, execute::
[all …]
/kernel/linux/linux-6.6/scripts/gdb/linux/
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"))
135 gdb.execute(cmdline, to_string=True)
157 gdb.execute("symbol-file", to_string=True)
158 gdb.execute("symbol-file {0}".format(orig_vmlinux))

12345678910>>...117