Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_overhead.c13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE()
31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
Dlocal_storage.c208 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() argument
Dtask_kfunc_failure.c291 int BPF_PROG(task_access_comm4, struct task_struct *task, const char *buf, bool exec) in BPF_PROG()
/tools/testing/selftests/exec/
Dnull-argv.c10 #define FORK(exec) \ argument
/tools/perf/util/
Dcomm.c190 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new()
209 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
Dcomm.h15 bool exec; member
Dthread.c231 u64 timestamp, bool exec) in ____thread__set_comm()
256 bool exec) in __thread__set_comm()
Dprobe-event.c215 static int convert_exec_to_group(const char *exec, char **result) in convert_exec_to_group()
616 static int get_text_start_address(const char *exec, u64 *address, in get_text_start_address()
769 int ntevs, const char *exec, in add_exec_to_probe_trace_events()
Dmachine.c569 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event() local
/tools/testing/selftests/net/lib/py/
Dutils.py98 def exec(self): member in defer