Searched refs:actions (Results 1 – 9 of 9) sorted by relevance
/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 146 struct actions { struct 195 static struct actions pipe_actions = { 234 static struct actions yield_actions = { 364 static struct actions futex_actions = { 400 struct actions *actions = &yield_actions; in main() local 424 actions = &pipe_actions; in main() 426 actions = &yield_actions; in main() 428 actions = &futex_actions; in main() 459 if (actions == &pipe_actions) in main() 461 else if (actions == &yield_actions) in main() [all …]
|
/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 261 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 269 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 277 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 285 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 290 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
|
/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 253 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 263 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 271 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 279 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 284 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
|
/tools/perf/ |
D | builtin-config.c | 26 enum actions { enum 28 } actions; variable 31 OPT_SET_UINT('l', "list", &actions, 194 switch (actions) { in cmd_config()
|
/tools/perf/ui/browsers/ |
D | hists.c | 2929 struct popup_action actions[MAX_OPTIONS]; in perf_evsel__hists_browse() local 2990 memset(actions, 0, sizeof(actions)); in perf_evsel__hists_browse() 3033 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse() 3034 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse() 3035 do_annotate(browser, actions); in perf_evsel__hists_browse() 3041 actions->ms.map = map; in perf_evsel__hists_browse() 3042 do_zoom_dso(browser, actions); in perf_evsel__hists_browse() 3051 actions->thread = thread; in perf_evsel__hists_browse() 3052 do_zoom_thread(browser, actions); in perf_evsel__hists_browse() 3055 actions->socket = socked_id; in perf_evsel__hists_browse() [all …]
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 33 under test is testing. Example: filter, actions, u32, gact, etc. 42 verifyCmd should be "$TC actions show action gact" 51 this test was started: qdiscs deleted, actions flushed, etc.
|
/tools/power/pm-graph/ |
D | analyze_suspend.py | 3030 actions = dict() 3150 if(a not in actions): 3151 actions[a] = [] 3152 actions[a].append({'begin': ktime, 'end': ktime}) 3154 if(a in actions): 3155 actions[a][-1]['end'] = ktime 3167 if(cpu not in actions): 3168 actions[cpu] = [] 3169 actions[cpu].append({'begin': cpu_start, 'end': ktime}) 3175 if(cpu not in actions): [all …]
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2876 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST() local 2883 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]); in TEST() 2892 for (i = 0; i < ARRAY_SIZE(actions); i++) { in TEST() 2893 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]); in TEST() 2896 actions[i]); in TEST()
|
/tools/usb/usbip/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|