| /tools/tracing/rtla/src/ |
| A D | actions.h | 35 struct actions { struct 45 void actions_init(struct actions *self); argument 46 void actions_destroy(struct actions *self); 47 int actions_add_trace_output(struct actions *self, const char *trace_output); 48 int actions_add_signal(struct actions *self, int signal, int pid); 49 int actions_add_shell(struct actions *self, const char *command); 50 int actions_add_continue(struct actions *self); 51 int actions_parse(struct actions *self, const char *trigger); 52 int actions_perform(struct actions *self);
|
| A D | actions.c | 15 actions_init(struct actions *self) in actions_init() 32 actions_destroy(struct actions *self) in actions_destroy() 50 actions_new(struct actions *self) in actions_new() 64 actions_add_trace_output(struct actions *self, const char *trace_output) in actions_add_trace_output() 82 actions_add_signal(struct actions *self, int signal, int pid) in actions_add_signal() 98 actions_add_shell(struct actions *self, const char *command) in actions_add_shell() 116 actions_add_continue(struct actions *self) in actions_add_continue() 130 actions_parse(struct actions *self, const char *trigger) in actions_parse() 221 actions_perform(struct actions *self) in actions_perform()
|
| A D | timerlat.h | 52 struct actions threshold_actions; 53 struct actions end_actions;
|
| A D | Build | 3 rtla-y += actions.o
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| A D | context_switch.c | 164 struct actions { struct 213 static struct actions pipe_actions = { 252 static struct actions yield_actions = { 382 static struct actions futex_actions = { 418 struct actions *actions = &yield_actions; in main() local 442 actions = &pipe_actions; in main() 444 actions = &yield_actions; in main() 446 actions = &futex_actions; in main() 477 if (actions == &pipe_actions) in main() 479 else if (actions == &yield_actions) in main() [all …]
|
| /tools/testing/ktest/examples/bootconfigs/ |
| A D | functiongraph.bconf | 7 actions = "traceon" 11 actions = "traceoff"
|
| A D | boottrace.bconf | 41 event.signal.signal_deliver.actions=snapshot
|
| /tools/testing/selftests/memory-hotplug/ |
| A D | mem-on-off-test.sh | 269 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 279 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 289 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 295 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 304 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
|
| /tools/perf/ |
| A D | builtin-config.c | 26 enum actions { enum 28 } actions; variable 31 OPT_SET_UINT('l', "list", &actions, 232 switch (actions) { in cmd_config()
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 3074 memset(actions, 0, sizeof(actions)); in evsel__hists_browse() 3165 if (!actions->ms.sym) in evsel__hists_browse() 3180 do_annotate(browser, actions); in evsel__hists_browse() 3186 actions->ms.map = map; in evsel__hists_browse() 3201 actions->thread = thread; in evsel__hists_browse() 3205 actions->socket = socked_id; in evsel__hists_browse() 3221 actions->thread = NULL; in evsel__hists_browse() 3222 actions->ms.sym = NULL; in evsel__hists_browse() 3295 actions->ms.map = map; in evsel__hists_browse() 3304 actions->thread = thread; in evsel__hists_browse() [all …]
|
| /tools/testing/selftests/tc-testing/creating-testcases/ |
| A D | AddingTestCases.txt | 44 under test is testing. Example: filter, actions, u32, gact, etc. 59 verifyCmd should be "$TC actions show action gact" 68 this test was started: qdiscs deleted, actions flushed, etc. 101 "$TC actions flush action gact", 106 "$TC actions add action reclassify index 65536"
|
| /tools/bootconfig/scripts/ |
| A D | ftrace2bconf.sh | 117 emit_kv $PREFIX.event.$group.$event.actions += \'$action\'
|
| A D | bconf2ftrace.sh | 208 set_array_of ${branch}.actions ${eventdir}/trigger
|
| /tools/testing/selftests/net/forwarding/ |
| A D | tc_tunnel_key.sh | 130 tc actions change action tunnel_key set src_ip 192.0.2.1 dst_ip 192.0.2.2 id 42 index 10
|
| A D | lib.sh | 220 tc actions help 2>&1 | grep -q hw_stats
|
| /tools/memory-model/litmus-tests/ |
| A D | README | 187 The strings used to identify the actions carried out by each process are 189 generate these strings from a given litmus test's actions. For example,
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 4046 actions = dict() 4167 if(a not in actions): 4168 actions[a] = [{'begin': ktime, 'end': ktime}] 4170 if(a in actions and actions[a][-1]['begin'] == actions[a][-1]['end']): 4171 actions[a][-1]['end'] = ktime 4186 if(cpu not in actions): 4187 actions[cpu] = [] 4194 if(cpu not in actions): 4195 actions[cpu] = [] 4228 for name in sorted(actions): [all …]
|
| /tools/testing/selftests/net/openvswitch/ |
| A D | ovs-dpctl.py | 446 actions = self.get_attr("OVS_SAMPLE_ATTR_ACTIONS") 447 if actions: 448 args.append("actions(%s)" % actions.dpstr(more))
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 3252 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST() local 3259 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]); in TEST() 3268 for (i = 0; i < ARRAY_SIZE(actions); i++) { in TEST() 3269 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]); in TEST() 3272 actions[i]); in TEST()
|
| /tools/usb/usbip/ |
| A D | COPYING | 182 distribute the Program or its derivative works. These actions are
|