Home
last modified time | relevance | path

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

12

/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 …]
/tools/testing/selftests/powerpc/pmu/
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()
/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
149 -e ID [ID ...], --execute ID [ID ...]
200 pre- and post-execute stage
236 runs each command in the execute stage under valgrind,
Dtdc.py596 if testlist and args.execute:
597 target_ids = args.execute
667 if args.execute:
/tools/build/
DBuild.include72 # if_changed_dep - execute command if any prerequisite is newer than
79 # if_changed - execute command if any prerequisite is newer than
/tools/memory-model/Documentation/
Dexplanation.txt199 P1 loads from flag before loading from buf, since CPUs execute
210 execute before itself, the specified outcome is impossible.
260 important assumption that CPUs execute instructions in the same order
776 First, a fence forces the CPU to execute various instructions in
781 the CPU to execute all po-earlier instructions before any
784 smp_rmb() forces the CPU to execute all po-earlier loads
787 smp_wmb() forces the CPU to execute all po-earlier stores
791 execute the load associated with the fence (e.g., the load
796 execute all po-earlier instructions before the store
958 There are many situations where a CPU is obligated to execute two
[all …]
Drecipes.txt23 on the other, the code will execute in order. There are (as
203 The MP pattern has one CPU execute a pair of stores to a pair of variables
204 and another CPU execute a pair of loads from this same pair of variables,
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt16 - adding commands to be run before and/or after the execute phase of the test cases
20 execute
/tools/testing/selftests/android/ion/
DREADME60 Using the selftest it can directly execute the ion_test.sh script to test the
70 You can also directly execute the shell script to run the test automatically.
/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst45 will execute for events within a cgroup. This includes
58 will execute for events within a cgroup. This includes
/tools/power/pm-graph/config/
Dstandby.cfg42 # Command to execute in lieu of standby (default: "")
Dfreeze.cfg42 # Command to execute in lieu of freeze (default: "")
Dfreeze-dev.cfg42 # Command to execute in lieu of freeze (default: "")
Dsuspend.cfg42 # Command to execute in lieu of suspend (default: "")
Dstandby-dev.cfg42 # Command to execute in lieu of standby (default: "")
Dstandby-callgraph.cfg43 # Command to execute in lieu of standby (default: "")
Dsuspend-dev.cfg42 # Command to execute in lieu of suspend (default: "")
Dsuspend-callgraph.cfg43 # Command to execute in lieu of suspend (default: "")
Dsuspend-x2-proc.cfg42 # Command to execute in lieu of suspend (default: "")
Dfreeze-callgraph.cfg43 # Command to execute in lieu of freeze (default: "")
Dexample.cfg66 # Command to execute in lieu of suspend (default: "")
/tools/power/pm-graph/
DREADME48 with a few extra options enabled, the tools will execute a suspend or boot,
57 These packages are required to execute the scripts
120 2) Open up a terminal window and execute the mode list command:
263 # Custom Command: Command to execute in lieu of suspend (def: "")
489 The easiest way to execute on an android device is to run the android.sh
520 [execute the suspend]
/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt11 higher level functions even if they don't directly execute much.
/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt37 then tdc will not execute the test case in question. However,
/tools/memory-model/litmus-tests/
DREADME251 To see the full list of descriptors, execute the following command:

12