Home
last modified time | relevance | path

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

/tools/perf/util/
Dcomm.c82 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new()
103 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
Dcomm.h14 bool exec; member
Dthread.c129 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()
530 static int get_text_start_address(const char *exec, unsigned long *address) in get_text_start_address()
675 int ntevs, const char *exec) in add_exec_to_probe_trace_events()
Dmachine.c465 bool exec = event->header.misc & PERF_RECORD_MISC_COMM_EXEC; in machine__process_comm_event() local