mcctrl: Add mcexec_terminate_thread_unsafe()
Change-Id: I6ca54cdac2ab9449d40b22f7329f1a215e5aa33b
This commit is contained in:
@ -250,6 +250,13 @@ struct release_user_space_desc {
|
||||
unsigned long user_end;
|
||||
};
|
||||
|
||||
struct terminate_thread_desc {
|
||||
int pid;
|
||||
int tid;
|
||||
long sig;
|
||||
unsigned long tsk; /* struct task_struct * */
|
||||
};
|
||||
|
||||
enum perf_ctrl_type {
|
||||
PERF_CTRL_SET,
|
||||
PERF_CTRL_GET,
|
||||
|
||||
Reference in New Issue
Block a user