Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 40) 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.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/
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
DMP+unlocklockonceonce+fencermbonceonce.litmus6 * If two locked critical sections execute on the same CPU, stores in the
/tools/testing/selftests/tc-testing/
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,
Dtdc.py825 if testlist and args.execute:
826 target_ids = args.execute
899 if args.execute:
/tools/testing/selftests/bpf/
Dtest_loader.c76 bool execute; member
483 spec->priv.execute = true; in parse_test_spec()
491 spec->unpriv.execute = true; in parse_test_spec()
587 spec->unpriv.execute = spec->priv.execute; in parse_test_spec()
833 if (!subspec->execute) in should_do_test_run()
/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/build/
DBuild.include72 # if_changed_dep - execute command if any prerequisite is newer than
80 # if_changed - execute command if any prerequisite is newer than
/tools/memory-model/Documentation/
Dexplanation.txt200 P1 loads from flag before loading from buf, since CPUs execute
211 execute before itself, the specified outcome is impossible.
261 important assumption that CPUs execute instructions in the same order
829 First, a fence forces the CPU to execute various instructions in
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
1045 There are many situations where a CPU is obliged to execute two
[all …]
/tools/mm/
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/
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/power/pm-graph/config/
Dstandby.cfg42 # Command to execute in lieu of standby (default: "")
Dfreeze.cfg42 # Command to execute in lieu of freeze (default: "")
Dsuspend-x2-proc.cfg42 # Command to execute in lieu of suspend (default: "")
Dsuspend-dev.cfg42 # Command to execute in lieu of suspend (default: "")
Dsuspend.cfg42 # Command to execute in lieu of suspend (default: "")
Dfreeze-callgraph.cfg43 # Command to execute in lieu of freeze (default: "")
Dstandby-dev.cfg42 # Command to execute in lieu of standby (default: "")
Dstandby-callgraph.cfg43 # Command to execute in lieu of standby (default: "")
Dsuspend-callgraph.cfg43 # Command to execute in lieu of suspend (default: "")
Dfreeze-dev.cfg42 # Command to execute in lieu of freeze (default: "")
/tools/testing/selftests/resctrl/
DREADME63 - execute: let benchmark run
/tools/power/pm-graph/
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/
Dcallchain-overhead-calculation.txt11 higher level functions even if they don't directly execute much.

12