Searched refs:execute (Results 1 – 25 of 40) 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 | 140 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/ |
| D | LB+unlocklockonceonce+poacquireonce.litmus | 6 * 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
|
| D | MP+unlocklockonceonce+fencermbonceonce.litmus | 6 * If two locked critical sections execute on the same CPU, stores in the
|
| /tools/testing/selftests/tc-testing/ |
| D | README | 6 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,
|
| D | tdc.py | 825 if testlist and args.execute: 826 target_ids = args.execute 899 if args.execute:
|
| /tools/testing/selftests/bpf/ |
| D | test_loader.c | 76 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/ |
| D | AddingPlugins.txt | 16 - adding commands to be run before and/or after the execute phase of the test cases 20 execute
|
| /tools/build/ |
| D | Build.include | 72 # 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/ |
| D | explanation.txt | 200 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/ |
| D | thpmaps | 211 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/ |
| D | bpftool-cgroup.rst | 58 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/ |
| 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 | suspend-x2-proc.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
| D | suspend-dev.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
| D | suspend.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
| D | freeze-callgraph.cfg | 43 # Command to execute in lieu of freeze (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-callgraph.cfg | 43 # Command to execute in lieu of suspend (default: "")
|
| D | freeze-dev.cfg | 42 # Command to execute in lieu of freeze (default: "")
|
| /tools/testing/selftests/resctrl/ |
| D | README | 63 - execute: let benchmark run
|
| /tools/power/pm-graph/ |
| D | README | 51 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/ |
| D | callchain-overhead-calculation.txt | 11 higher level functions even if they don't directly execute much.
|
12