Home
last modified time | relevance | path

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

12

/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 …]
/tools/testing/selftests/powerpc/pmu/
A Dlib.c140 char execute, name[128]; in parse_proc_maps() local
153 &start, &end, &execute, name); in parse_proc_maps()
157 if (execute != 'x') in parse_proc_maps()
/tools/memory-model/litmus-tests/
A DLB+unlocklockonceonce+poacquireonce.litmus6 * If two locked critical sections execute on the same CPU, all accesses
7 * in the first must execute before any accesses in the second, even if the
A DMP+unlocklockonceonce+fencermbonceonce.litmus6 * If two locked critical sections execute on the same CPU, stores in the
/tools/testing/selftests/tc-testing/
A DREADME6 execute them inside a network namespace dedicated to the task.
81 - execute
91 The execute and verify stages each run one command. The execute stage
155 pre- and post-execute stage
191 runs each command in the execute stage under valgrind,
/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt16 - adding commands to be run before and/or after the execute phase of the test cases
20 execute
/tools/testing/selftests/bpf/
A Dtest_loader.c83 bool execute; member
518 spec->priv.execute = true; in parse_test_spec()
526 spec->unpriv.execute = true; in parse_test_spec()
640 spec->unpriv.execute = spec->priv.execute; in parse_test_spec()
886 if (!subspec->execute) in should_do_test_run()
/tools/build/
A DBuild.include74 # if_changed_dep - execute command if any prerequisite is newer than
82 # if_changed - execute command if any prerequisite is newer than
/tools/memory-model/Documentation/
A Dexplanation.txt211 execute before itself, the specified outcome is impossible.
834 the CPU to execute all po-earlier instructions before any
837 smp_rmb() forces the CPU to execute all po-earlier loads
840 smp_wmb() forces the CPU to execute all po-earlier stores
844 execute the load associated with the fence (e.g., the load
849 execute all po-earlier instructions before the store
1187 to ptr does. And since P1 can't execute its second load
1258 execute before W does.
2243 5. they execute concurrently.
2315 po-after the barrier can execute.
[all …]
/tools/mm/
A Dthpmaps211 execute=elements[1][2] == 'x',
370 'x' if vma.execute else '-', 'p' if vma.private else 's',
460 if (vma.read or vma.write or vma.execute) and vma.stats['Rss']['value'] > 0:
/tools/bpf/bpftool/Documentation/
A Dbpftool-cgroup.rst58 If **effective** is specified retrieve effective programs that will execute
70 If **effective** is specified retrieve effective programs that will execute
/tools/testing/selftests/resctrl/
A DREADME63 - execute: let benchmark run
/tools/power/pm-graph/config/
A Dfreeze.cfg42 # Command to execute in lieu of freeze (default: "")
A Dstandby.cfg42 # Command to execute in lieu of standby (default: "")
A Dstandby-callgraph.cfg43 # Command to execute in lieu of standby (default: "")
A Dstandby-dev.cfg42 # Command to execute in lieu of standby (default: "")
A Dsuspend-callgraph.cfg43 # Command to execute in lieu of suspend (default: "")
A Dsuspend-dev.cfg42 # Command to execute in lieu of suspend (default: "")
A Dsuspend-x2-proc.cfg42 # Command to execute in lieu of suspend (default: "")
A Dsuspend.cfg42 # Command to execute in lieu of suspend (default: "")
A Dfreeze-callgraph.cfg43 # Command to execute in lieu of freeze (default: "")
A Dfreeze-dev.cfg42 # Command to execute in lieu of freeze (default: "")
/tools/testing/selftests/coredump/
A DREADME.rst44 #. Tell the kernel to execute the "stackdump" script when a coredump happens. This script
/tools/power/pm-graph/
A DREADME51 with a few extra options enabled, the tools will execute a suspend or boot,
126 2) Open up a terminal window and execute the mode list command:
207 delay in seconds between them. For instance, -multi 20 5: execute 20 tests with
208 a 5 second delay between each, or -multi 24h 0: execute tests over a 24 hour
367 # Custom Command: Command to execute in lieu of suspend (def: "")
593 The easiest way to execute on an android device is to run the android.sh
624 [execute the suspend]
/tools/perf/Documentation/
A Dcallchain-overhead-calculation.txt12 higher level functions even if they don't directly execute much.

Completed in 62 milliseconds

12