Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c164 struct actions { struct
165 void (*setup)(int, int);
166 void *(*thread1)(void *);
167 void *(*thread2)(void *);
418 struct actions *actions = &yield_actions; in main() local
/tools/perf/
Dbuiltin-config.c25 enum actions { enum
27 } actions; variable
/tools/perf/ui/browsers/
Dhists.c2953 struct popup_action actions[MAX_OPTIONS]; in perf_evsel__hists_browse() local
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3170 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST() local