Searched refs:exec (Results 151 - 153 of 153) sorted by relevance

1234567

/linux-master/kernel/events/
H A Dcore.c3127 * of exec.
4379 * Enable all of a task's events that have been marked enable-on-exec.
4431 * remove-on-exec, and feeds their values back to parent events.
8056 * Clear all file-based filters at exec, they'll have to be
8370 void perf_event_comm(struct task_struct *task, bool exec) argument
8384 .misc = exec ? PERF_RECORD_MISC_COMM_EXEC : 0,
12088 * Clone the parent's vma offsets: they are valid until exec()
12590 * serialize against exec() altering our credentials (and the
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c2497 * multiple sub-operations (if required) and pass them back to the ->exec()
2506 * matching pattern->exec() hook.
2550 ret = pattern->exec(chip, &ctx.subop);
/linux-master/tools/perf/
H A Dbuiltin-trace.c43 #include <subcmd/exec-cmd.h>

Completed in 231 milliseconds

1234567