Searched defs:exec (Results 1 – 8 of 8) 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 | 168 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() argument
|
| /tools/perf/util/ |
| D | comm.c | 108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 127 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 | 241 u64 timestamp, bool exec) in ____thread__set_comm() 266 bool exec) in __thread__set_comm()
|
| D | probe-event.c | 195 static int convert_exec_to_group(const char *exec, char **result) in convert_exec_to_group() 594 static int get_text_start_address(const char *exec, u64 *address, in get_text_start_address() 747 int ntevs, const char *exec, in add_exec_to_probe_trace_events()
|
| D | machine.c | 736 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event() local
|
| /tools/testing/selftests/exec/ |
| D | null-argv.c | 10 #define FORK(exec) \ argument
|