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 | test_trampoline_count.c | 11 int BPF_PROG(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() 17 int BPF_PROG(prog2, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG()
|
D | local_storage.c | 158 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 | 240 u64 timestamp, bool exec) in ____thread__set_comm() 265 bool exec) in __thread__set_comm()
|
D | probe-event.c | 192 static int convert_exec_to_group(const char *exec, char **result) in convert_exec_to_group() 591 static int get_text_start_address(const char *exec, u64 *address, in get_text_start_address() 744 int ntevs, const char *exec, in add_exec_to_probe_trace_events()
|
D | machine.c | 635 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event() local
|