Searched refs:execute (Results 1 – 25 of 28) sorted by relevance
12
/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 48 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/ |
D | lib.c | 155 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/ |
D | README | 6 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,
|
D | tdc.py | 596 if testlist and args.execute: 597 target_ids = args.execute 667 if args.execute:
|
/tools/build/ |
D | Build.include | 72 # 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/ |
D | explanation.txt | 199 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 …]
|
D | recipes.txt | 23 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/ |
D | AddingPlugins.txt | 16 - adding commands to be run before and/or after the execute phase of the test cases 20 execute
|
/tools/testing/selftests/android/ion/ |
D | README | 60 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/ |
D | bpftool-cgroup.rst | 45 will execute for events within a cgroup. This includes 58 will execute for events within a cgroup. This includes
|
/tools/power/pm-graph/config/ |
D | standby.cfg | 42 # Command to execute in lieu of standby (default: "")
|
D | freeze.cfg | 42 # Command to execute in lieu of freeze (default: "")
|
D | freeze-dev.cfg | 42 # Command to execute in lieu of freeze (default: "")
|
D | suspend.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
D | standby-dev.cfg | 42 # Command to execute in lieu of standby (default: "")
|
D | standby-callgraph.cfg | 43 # Command to execute in lieu of standby (default: "")
|
D | suspend-dev.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
D | suspend-callgraph.cfg | 43 # Command to execute in lieu of suspend (default: "")
|
D | suspend-x2-proc.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
D | freeze-callgraph.cfg | 43 # Command to execute in lieu of freeze (default: "")
|
D | example.cfg | 66 # Command to execute in lieu of suspend (default: "")
|
/tools/power/pm-graph/ |
D | README | 48 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/ |
D | callchain-overhead-calculation.txt | 11 higher level functions even if they don't directly execute much.
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 37 then tdc will not execute the test case in question. However,
|
/tools/memory-model/litmus-tests/ |
D | README | 251 To see the full list of descriptors, execute the following command:
|
12