Searched defs:exec (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| D | test_overhead.c | 13 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()
|
| D | local_storage.c | 208 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() argument
|
| D | task_kfunc_failure.c | 291 int BPF_PROG(task_access_comm4, struct task_struct *task, const char *buf, bool exec) in BPF_PROG()
|
| /tools/testing/selftests/exec/ |
| D | null-argv.c | 10 #define FORK(exec) \ argument
|
| /tools/perf/util/ |
| D | comm.c | 190 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()
|
| D | comm.h | 15 bool exec; member
|
| D | thread.c | 231 u64 timestamp, bool exec) in ____thread__set_comm() 256 bool exec) in __thread__set_comm()
|
| D | probe-event.c | 215 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()
|
| D | machine.c | 569 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event() local
|
| /tools/testing/selftests/net/lib/py/ |
| D | utils.py | 98 def exec(self): member in defer
|