Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 8 of 8) 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()
Dtest_trampoline_count.c11 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()
Dlocal_storage.c158 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() argument
/tools/perf/util/
Dcomm.c108 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()
Dcomm.h15 bool exec; member
Dthread.c240 u64 timestamp, bool exec) in ____thread__set_comm()
265 bool exec) in __thread__set_comm()
Dprobe-event.c192 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()
Dmachine.c635 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event() local