| /tools/perf/scripts/python/ |
| A 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)") 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 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/ |
| A 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
|
| A D | MP+unlocklockonceonce+fencermbonceonce.litmus | 6 * If two locked critical sections execute on the same CPU, stores in the
|
| /tools/testing/selftests/tc-testing/ |
| A 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,
|
| /tools/testing/selftests/tc-testing/creating-plugins/ |
| A 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/bpf/ |
| A D | test_loader.c | 83 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 D | Build.include | 74 # 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 D | explanation.txt | 211 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 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/ |
| A 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/testing/selftests/resctrl/ |
| A D | README | 63 - execute: let benchmark run
|
| /tools/power/pm-graph/config/ |
| A D | freeze.cfg | 42 # Command to execute in lieu of freeze (default: "")
|
| A D | standby.cfg | 42 # Command to execute in lieu of standby (default: "")
|
| A D | standby-callgraph.cfg | 43 # Command to execute in lieu of standby (default: "")
|
| A D | standby-dev.cfg | 42 # Command to execute in lieu of standby (default: "")
|
| A D | suspend-callgraph.cfg | 43 # Command to execute in lieu of suspend (default: "")
|
| A D | suspend-dev.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
| A D | suspend-x2-proc.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
| A D | suspend.cfg | 42 # Command to execute in lieu of suspend (default: "")
|
| A D | freeze-callgraph.cfg | 43 # Command to execute in lieu of freeze (default: "")
|
| A D | freeze-dev.cfg | 42 # Command to execute in lieu of freeze (default: "")
|
| /tools/testing/selftests/coredump/ |
| A D | README.rst | 44 #. Tell the kernel to execute the "stackdump" script when a coredump happens. This script
|
| /tools/power/pm-graph/ |
| A 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/ |
| A D | callchain-overhead-calculation.txt | 12 higher level functions even if they don't directly execute much.
|